/* Keep auto-detected links (zip codes, number sequences) plain black in addresses */
.country-address__text a{color:inherit !important;text-decoration:none !important}

/* Single toll-free number banner on the Contact pages */
.contact-hotline{display:flex;align-items:center;justify-content:space-between;gap:32px;background:linear-gradient(120deg,#0085c3 0%,#005f92 100%);border-radius:16px;padding:32px 40px;margin:0 0 5rem;color:#fff;box-shadow:0 12px 30px rgba(0,95,146,.25)}
.contact-hotline__info{display:flex;align-items:center;gap:22px;min-width:0}
.contact-hotline__icon{width:56px;height:56px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.16);border-radius:50%}
.contact-hotline__text h2{font-size:24px;line-height:1.25;margin:0 0 6px;color:#fff}
.contact-hotline__text p{font-size:15px;line-height:1.5;margin:0;color:rgba(255,255,255,.88);max-width:520px}
.contact-hotline__number{display:flex;flex-direction:column;align-items:center;flex-shrink:0;background:#fff;color:#005f92;border-radius:12px;padding:14px 30px;font-size:30px;font-weight:700;line-height:1.15;text-decoration:none;white-space:nowrap;transition:transform .15s ease,box-shadow .15s ease}
.contact-hotline__number:hover{color:#0085c3;text-decoration:none;transform:translateY(-2px);box-shadow:0 8px 18px rgba(0,0,0,.18)}
.contact-hotline__number span{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#5b7c93;margin-bottom:2px}
@media screen and (max-width:860px){
    .contact-hotline{flex-direction:column;text-align:center;padding:28px 22px;gap:22px}
    .contact-hotline__info{flex-direction:column;gap:14px}
    .contact-hotline__text p{max-width:none}
    .contact-hotline__number{width:100%;max-width:340px}
}
