﻿:root{--accent:#800000;--light:#fafafa;--border:#ddd;--yellow:#ffd500;--blue:#002060;--red:#c8102e;}body{margin:0;font-family:"Segoe UI",sans-serif;background:var(--light);color:#333;}header{background-image:url("../images/Flag.webp");background-size:cover;background-position:center;height:220px;}.page-frame{padding-left:1.5rem;padding-right:1.5rem;}.container{max-width:800px;margin:-90px auto .1rem;padding:2rem;background:#fff;border-radius:10px;box-shadow:0 3px 12px rgba(0,0,0,.08);box-sizing:border-box;}h1{margin-top:0;color:var(--red);text-align:center;}.section{margin-bottom:2rem;}.label{font-weight:bold;margin-bottom:.25rem;display:flex;align-items:center;gap:.5rem;}.map-container{width:100%;min-height:200px;border-radius:6px;margin-top:.5rem;z-index:0;}.map-container iframe{width:100%;height:100%;border:0;border-radius:6px;}.editable-field{display:grid;grid-template-columns:auto 1fr auto;align-items:center;margin-bottom:.5rem;gap:.5rem;}.editable-field span{white-space:nowrap;}.editable-field button{padding:.25rem .75rem;font-size:.9rem;}.buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem;}button{padding:.5rem 1rem;font-size:1rem;border-radius:6px;border:2px solid var(--yellow);color:#000;background:var(--yellow);cursor:pointer;}button:hover{color:#fff;}label.toggle{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;cursor:pointer;}label.toggle input{accent-color:var(--yellow);}.cancel-banner{background:#ffe5e5;border:1px solid #f00;padding:1rem;border-radius:6px;margin-bottom:1.5rem;text-align:center;color:#800000;}.logo-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;}.logo{height:36px;}@media(min-width:600px){.logo{height:72px;}}.what-we-accept{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-start;}.accept-text{flex:1 1 240px;}.accept-image{flex:0 0 200px;text-align:right;}.accept-image img{max-width:100%;height:auto;}.mission{margin-top:2rem;padding:1rem;background:#f5f5f5;border-left:4px solid var(--yellow);font-style:italic;}.vva-footer{text-align:center;font-size:.9rem;color:#999;padding:1rem 1rem;}.contact-edit-wrapper{display:flex;flex-direction:column;gap:.5rem;margin-top:.25rem;}.edit-buttons{display:flex;flex-wrap:wrap;gap:.5rem;}.editable-field{display:flex;flex-direction:column;margin-bottom:1rem;padding:.75rem;border:1px solid #eee;border-radius:.5rem;background:#fff;}.editable-field-row{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap;}.editable-field span{word-break:break-word;flex:1 1 auto;}.editable-field button{flex-shrink:0;margin-top:.25rem;}@media(min-width:600px){.editable-field{flex-direction:row;align-items:center;justify-content:space-between;}.editable-field-row{flex-wrap:nowrap;align-items:center;margin:0;}.editable-field button{margin-top:0;}}.contact-box{border:1px solid #eee;border-radius:10px;padding:1rem;margin-bottom:1rem;background:#fff;}.contact-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;}.contact-label{font-weight:bold;font-size:1rem;}.contact-value{word-break:break-word;font-size:1.1rem;text-align:center;}