﻿
.policy-container {
    max-width: 900px;
    margin: 13% auto;
    padding: 2%;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.7;
    color: #333;
}

.policy-container h2 {
    font-size: 28px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 2px solid #3498db;
    padding-bottom: 10px;
}

.policy-container p,
.policy-container address {
    font-size: 16px;
    margin-bottom: 12px;
}

.policy-container strong {
    color: #34495e;
}
.aa-logo img {
    max-height: 80px;
}

.aa-cartbox-summary {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    width: 300px;
}

.aa-cartbox:hover .aa-cartbox-summary {
    display: block;
}

@media (max-width: 576px) {
    .d-flex {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
    }

    .aa-logo,
    .aa-cartbox {
        flex: 1 1 auto;
        min-width: 0;
    }

    .aa-cart-link {
        flex-wrap: nowrap;
        font-size: 0.85rem;
    }

    .aa-cart-title {
        white-space: nowrap;
    }
}