/* Modern RTL styling for Accessibility Statement */
.ase-card{direction:rtl;max-width:960px;margin:24px auto;background:#fff;border:1px solid #e6e6e6;border-radius:16px;box-shadow:0 4px 18px rgba(0,0,0,.06);overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,Noto Sans,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol}
.ase-card__header{padding:20px 24px;background:linear-gradient(180deg,#fafafa,#f4f4f4);border-bottom:1px solid #eaeaea}
.ase-title{margin:0;font-size:28px;line-height:1.3;font-weight:700}
.ase-card__content{padding:24px}
.ase-subtitle{margin:22px 0 10px;font-size:20px;line-height:1.3;font-weight:700}
.ase-list{padding-right:18px;margin:0 0 8px}
.ase-list li{margin:6px 0}
.ase-contacts a{text-decoration:none;border-bottom:1px dotted currentColor}
.ase-updated{margin-top:16px;font-weight:600}
@media (max-width:640px){
  .ase-card{margin:12px}
  .ase-title{font-size:24px}
  .ase-subtitle{font-size:18px}
}
