
.dr-republic-widget {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
    overflow: hidden;
    position: relative;
    font-family: inherit;
}

.dr-ribbon {
    background: linear-gradient(90deg, #ff9933, #ffffff, #138808);
    color: #000;
    font-weight: 700;
    text-align: center;
    padding: 8px;
    font-size: 14px;
}

.dr-banner {
    width: 100%;
    display: block;
}

.dr-content {
    padding: 18px;
    text-align: center;
}

.dr-content h3 {
    margin: 0 0 8px;
    color: #0b5ed7;
}

.dr-content p {
    color: #444;
    font-size: 14px;
    margin-bottom: 12px;
}

.dr-offer {
    background: #f8fafc;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 14px;
    font-weight: 600;
}

.dr-offer span {
    color: #138808;
}

.dr-btn {
    display: inline-block;
    background: linear-gradient(90deg, #ff9933, #138808);
    color: #fff;
    padding: 10px 22px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
}

.dr-btn:hover {
    opacity: 0.9;
}

/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */



/* Registration WhatsApp Help Banner */
.drwh-register-help {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    background: linear-gradient(90deg, #e9fff4, #f6fffb) !important;
    border-left: 5px solid #25D366 !important;
    padding: 18px 20px !important;
    border-radius: 8px !important;
    margin-bottom: 25px !important;
}

.drwh-help-text {
    font-size: 14.5px;
    color: #1f3d2b;
    line-height: 1.5;
}

.drwh-help-text strong {
    font-size: 15.5px;
    color: #0f5132;
}

.drwh-wa-btn {
    background-color: #25D366 !important;
    border-color: #25D366 !important;
    color: #ffffff !important;
    font-weight: 600;
    padding: 10px 18px !important;
    border-radius: 50px !important;
    white-space: nowrap;
    box-shadow: 0 4px 10px rgba(37, 211, 102, 0.25);
}

.drwh-wa-btn:hover {
    background-color: #1ebe5d !important;
    border-color: #1ebe5d !important;
    box-shadow: 0 6px 14px rgba(37, 211, 102, 0.35);
}

/* Mobile Friendly */
@media (max-width: 768px) {
    .drwh-register-help {
        flex-direction: column;
        text-align: center;
    }

    .drwh-wa-btn {
        width: 100%;
        text-align: center;
    }
}


