@import url(main.css);.footer-button,.footer-button:link,.footer-button:visited{color:#fff;text-decoration:none}footer{background:var(--secondary-background);color:var(--text-color);padding:40px 20px;margin-top:40px;font-family:Arial,sans-serif;text-align:center}.footer-container{max-width:1300px;margin:0 auto}.footer-ads{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;padding:20px 0}.ad-space{flex:1 1 220px;max-width:300px;height:250px;box-sizing:border-box;border:1px solid #ddd;display:flex;align-items:center;justify-content:center}@media (min-width:1200px){.footer-ads{justify-content:space-between}}@media (max-width:1199px) and (min-width:768px){.footer-ads{justify-content:center}}@media (max-width:767px){.footer-ads{flex-direction:column;align-items:center}.ad-space{width:90%;max-width:300px}}.footer-logo img{max-width:150px;margin:20px auto;display:block}.footer-compliance p{margin:10px 0;font-size:14px;line-height:1.6;color:var(--text-color)}.footer-links{margin:20px 0}.footer-button{display:inline-block;margin:0 10px;padding:10px 20px;background-color:#333;border-radius:4px;transition:background-color .3s}.footer-button:hover{background-color:#555}.footer-button:active{background-color:#111}.footer-button:focus{outline:0}.footer-button:disabled,.footer-button[disabled]{background-color:#ccc;cursor:not-allowed}.footer-button:not(:disabled):active{transform:translateY(2px)}.footer-bottom{margin-top:20px;font-size:13px;color:#777}