
.ahd-success-download-box {
    max-width: 700px;
    margin: 30px auto;
    padding: 24px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    text-align: center;
    direction: rtl;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ahd-main-title {
    font-size: 26px;
    margin-bottom: 8px;
    color: #000000;
}

.ahd-subtitle {
    font-size: 16px;
    margin-bottom: 20px;
    color: #000000;
}

.ahd-download-item {
    margin: 18px 0;
    padding: 16px;
    border-radius: 16px;
    background: #ffffff;
    border: 2px solid #D4AF37;
}

.ahd-product-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000000;
}

.ahd-download-button {
    display: inline-block;
    padding: 10px 24px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    border: 2px solid #D4AF37;
    background: #D4AF37;
    color: #000000;
    cursor: pointer;
}

.ahd-download-button:hover {
    opacity: 0.9;
}

.ahd-note {
    margin-top: 18px;
    font-size: 14px;
    color: #000000;
}
