.rum-affiliate-box {
    margin: 24px 0;
    text-align: center;
    clear: both;
}

.rum-affiliate-kicker {
    display: inline-block;
    margin-bottom: 8px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #f2f2f2;
    color: #555555;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.rum-affiliate-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    max-width: 100%;
    padding: 15px 24px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ffcc33 0%, #ff8a00 48%, #ff5a1f 100%);
    color: #151515 !important;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.25;
    text-decoration: none !important;
    box-shadow: 0 9px 20px rgba(0,0,0,0.20);
    border: 2px solid rgba(255,255,255,0.95);
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.rum-affiliate-button:hover,
.rum-affiliate-button:focus {
    color: #151515 !important;
    text-decoration: none !important;
    transform: translateY(-2px);
    box-shadow: 0 13px 28px rgba(0,0,0,0.27);
    filter: brightness(1.05);
}

.rum-affiliate-button-icon {
    font-size: 23px;
    line-height: 1;
}

.rum-affiliate-button-text {
    display: inline-block;
}

.rum-affiliate-arrow {
    display: inline-block;
    font-size: 19px;
    line-height: 1;
}

.rum-affiliate-note {
    display: block;
    margin-top: 8px;
    color: #777777;
    font-size: 12px;
    line-height: 1.4;
}

@media (max-width: 480px) {
    .rum-affiliate-button {
        width: 100%;
        padding: 15px 16px;
        font-size: 16px;
    }

    .rum-affiliate-button-icon,
    .rum-affiliate-arrow {
        font-size: 20px;
    }
}
