Contact Information
We are here to assist you with elite support.
.ac-policy-container {
max-width: 800px;
margin: 0 auto;
padding: 20px;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
color: #191919;
line-height: 1.6;
text-align: left;
}
.ac-policy-container h1 {
font-size: 28px;
font-weight: 800;
margin-bottom: 5px;
letter-spacing: -0.5px;
}
.ac-policy-date {
font-size: 14px;
color: #696a6c;
margin-bottom: 30px;
}
.ac-contact-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
margin-top: 20px;
}
.ac-contact-card {
background: #ffffff;
border: 1px solid #e8e8e8;
border-radius: 8px;
padding: 24px;
box-shadow: 0 2px 4px rgba(0,0,0,0.01);
}
.ac-contact-card h3 {
font-size: 16px;
font-weight: 700;
margin: 0 0 10px 0;
}
.ac-contact-card p {
font-size: 14px;
color: #696a6c;
margin: 0 0 15px 0;
}
.ac-contact-card p:last-child {
margin-bottom: 0;
}
.ac-contact-highlight {
font-size: 15px;
font-weight: 700;
color: #191919;
text-decoration: underline;
}