.radiohy-support {
    max-width: 560px;
    margin: 0 auto;
    padding: 16px 12px 36px;
    color: #fff;
}

.radiohy-support-card {
    text-align: center;
    padding: 28px 22px 24px;
    background: linear-gradient(165deg, #14141c 0%, #0d0d12 55%, #12100a 100%);
    border: 1px solid rgba(255, 204, 0, 0.35);
    border-radius: 18px;
    box-shadow: 0 0 24px rgba(255, 204, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.radiohy-support-icon {
    font-size: 2.2rem;
    line-height: 1;
    margin-bottom: 10px;
    filter: drop-shadow(0 0 10px rgba(255, 204, 0, 0.35));
}

.radiohy-support-title {
    margin: 0 0 14px;
    color: #ffcc00;
    font-size: clamp(1.2rem, 4vw, 1.55rem);
    text-shadow: 0 0 14px rgba(255, 204, 0, 0.25);
    line-height: 1.25;
}

.radiohy-support-text {
    text-align: left;
    color: #c8c8c8;
    font-size: 0.92rem;
    line-height: 1.6;
}

.radiohy-support-text p {
    margin: 0 0 12px;
}

.radiohy-support-text p:last-child {
    margin-bottom: 0;
}

.radiohy-support-action {
    text-align: center;
    margin-top: 20px;
}

.radiohy-support-donate-btn {
    display: inline-block;
    padding: 14px 36px;
    background: linear-gradient(135deg, #ffcc00 0%, #ff9500 100%);
    color: #1a1000;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 999px;
    border: none;
    box-shadow: 0 4px 20px rgba(255, 204, 0, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}

a.radiohy-support-donate-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(255, 204, 0, 0.45);
    color: #1a1000;
}

.radiohy-support-donate-soon {
    background: rgba(255, 255, 255, 0.08);
    color: #888;
    box-shadow: none;
    cursor: default;
}

.radiohy-support-note {
    margin: 12px 0 0;
    font-size: 0.72rem;
    color: #666;
}

@media (max-width: 640px) {
    .radiohy-support {
        padding: 10px 8px 28px;
    }

    .radiohy-support-card {
        padding: 22px 16px 20px;
        border-radius: 14px;
    }

    .radiohy-support-text {
        font-size: 0.85rem;
    }

    .radiohy-support-donate-btn {
        padding: 12px 28px;
        font-size: 0.92rem;
        width: 100%;
        max-width: 280px;
    }
}

.rh-support-admin .rh-support-preview-box {
    background: #111;
    border: 2px solid #00a0d2;
    border-radius: 10px;
    padding: 12px;
    margin: 0 0 20px;
    max-width: 620px;
}

.rh-support-admin .rh-support-preview-box h2 {
    color: #fff;
    margin: 0 0 10px;
    font-size: 14px;
}

.rh-support-admin .rh-support-preview-box .radiohy-support {
    padding-bottom: 12px;
}

.rh-support-saved-banner {
    background: #edfaef;
    border: 1px solid #46b450;
    border-radius: 8px;
    padding: 12px 16px;
    margin: 12px 0 16px;
    max-width: 620px;
}

.rh-support-admin .rh-support-fields {
    max-width: 640px;
}
