.wonders-club-widget {
    min-height: 600px;
    align-content: center;
    background-image: url('/img/cms/wonders-club/wonders-club-banner.jpg');
    background-size: cover;
    padding: 30px;
    text-align: center;
    color: white;
    margin: 20px 0;
    position: relative;
    overflow: hidden;
}

.wonders-club-content {
    position: relative;
    z-index: 1;
}

.wonders-club-title {
    font-size: 16px;
    margin-bottom: 0px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

.wonders-club-title-wonders {
    font-size: 128px;
    font-weight: 400;
    font-family: 'Nyght Serif', serif;
    line-height: 90%;
    font-style: italic;
}

.wonders-club-description {
    font-size: 16px;
    margin-bottom: 25px;
    opacity: 1;
    line-height: 140%;
    max-width: 471px;
    margin: auto;
}

a.know-more{
    text-decoration: underline !important;
    font-size: 16px;
    line-height: 140%;
    font-weight: 500;
    text-transform: uppercase;
    color: white !important;
}

.btn-wonders-club {
    color: white;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Plus Jakarta Sans', sans-serif;
    margin-top: 20px;
    text-transform: uppercase;
}

.btn-wonders-club:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.wonders-club-login a{
    color: white !important;
    text-transform: uppercase;
}

.wonders-club-login a:hover {
    opacity: .7;
}

.wonders-club-member {
    margin-top: 27px;
}

.member-message {
    font-size: 18px;
    margin: 0;
}

.member-message i {
    color: #ffd93d;
    margin-right: 10px;
}

.wonders-club-message {
    margin-top: 15px;
    padding: 15px;
    border-radius: 8px;
    font-weight: bold;
}

.wonders-club-message.success {
    /* background: rgba(76, 175, 80, 0.9); */
    color: white;
}

.wonders-club-message.error {
    background: rgba(244, 67, 54, 0.9);
    color: white;
}

.wonders-club-login p {
    margin-top: 27px;
    margin-bottom: 20px;
    font-size: 16px;
}

@media (max-width: 768px) {
    .wonders-club-title-wonders {
        font-size: 60px;
    }

    .wonders-club-widget {
        padding: 20px;
        margin: 15px 0;
    }
    
    .wonders-club-title {
        font-size: 24px;
    }
    
    .btn-wonders-club {
        padding: 12px 25px;
        font-size: 16px;
    }
}
