document.addEventListener("DOMContentLoaded", function() { if (window.innerWidth <= 480) { document.querySelectorAll('.vlp-link-container').forEach(function(box) { box.style.border = '1px solid #000'; box.style.borderRadius = '6px'; }); document.querySelectorAll('.vlp-link-button').forEach(function(btn) { btn.style.fontWeight = 'bold'; btn.style.color = '#bd8d41'; }); } });