/* Casino Offers Manager Frontend Styles */

/* Clickable wrapper */
.casino-offer-wrapper {
    display: block !important;
    text-decoration: none !important;
    color: inherit !important;
    max-width: 500px !important;
    border-bottom: none !important;
}

.casino-offer-wrapper:hover,
.casino-offer-wrapper:focus,
.casino-offer-wrapper:active,
.casino-offer-wrapper:visited {
    text-decoration: none !important;
    color: inherit !important;
    border-bottom: none !important;
}

/* Remove underlines from all text within the offer */
.casino-offer-wrapper *,
.casino-offer-wrapper *:hover,
.casino-offer-wrapper *:focus,
.casino-offer-wrapper *:active {
    text-decoration: none !important;
    border-bottom: none !important;
}

/* Specific headline styles to prevent underlines */
.casino-headline,
.casino-headline:hover,
a:hover .casino-headline,
.casino-offer-wrapper .casino-headline,
.casino-offer-wrapper:hover .casino-headline {
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    background-image: none !important;
    border: none !important;
}

/* Extra specificity for headline */
.casino-offer-container .casino-offer-box .casino-offer-content .casino-headline-container .casino-headline {
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

.no-underline {
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    background-image: none !important;
}

/* Offer Box */
.casino-offer-box {
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 6px 22px rgba(0,0,0,0.12);
    background-color: #ffffff;
    color: #ffffff;
    transition: box-shadow 0.3s ease;
    
}

.casino-offer-wrapper:hover .casino-offer-box {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.casino-offer-header {
    background-color: #04A3E2;
    color: white;
    padding: 10px 15px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
     border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

.casino-offer-content {
    padding: 20px;
    text-align: center;
    position: relative;
}

.casino-logo {
    margin-bottom: 0px !important; 
    max-width: 150px;
    margin: 0 auto 15px;
}

.casino-logo img {
    max-width: 80%;
    height: auto;
}

.casino-headline {
    font-size: 28px;
    margin: 0 0 10px;
    font-weight: bold;
    color: #000000;
    border-bottom: none !important;
    text-decoration: none !important;
    box-shadow: none !important;
    background-image: none !important;
        line-height: 1.15;

}

.casino-subheadline {
    font-size: 16px;
    margin: 0 0 20px;
    color: #000000;
    text-decoration: none !important;
        line-height: 1.25;
}

.casino-button-container {
    margin: 20px 0;
}

.casino-button {
    display: inline-block;
    background-color: #21C45D;
    color: #ffffff !important;
    padding: 18px 40px;
    text-decoration: none !important;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    transition: background-color 0.3s;
    border: none;
    cursor: pointer;
    font-size: 19px;
    min-width: 200px;
    line-height: 1;
}

.casino-button:hover {
    background-color: #f21509;
    color: #ffffff !important;
    text-decoration: none !important;
}

.casino-button:focus,
.casino-button:active {
    color: #ffffff !important;
    text-decoration: none !important;
    outline: none;
}

.casino-terms {
    font-size: 12px;
    opacity: 0.9;
    text-align: left;
    line-height: 1.3;
        color: #000000;
}

/* Steps */
.casino-steps-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 20px 0;
}

.casino-step-box {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #ffffff;
}

.casino-step-number {
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 2px solid #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.casino-step-number span {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}

.casino-step-title {
    font-size: 20px;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
}

.casino-step-description {
    font-size: 14px;
    line-height: 1.4;
    color: #000000;
}

/* Full Offer Layout */
.casino-full-offer {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Desktop layout */
@media (min-width: 768px) {
    .casino-steps-container {
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .casino-step-box {
        flex: 1;
        min-width: 200px;
    }
    
    .casino-offer-content {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        text-align: left;
    }
    
    .casino-logo {
        flex: 0 0 120px;
        margin-right: 20px;
        margin-bottom: 0;
    }
    
    .casino-headline-container {
        flex: 1;
        min-width: 0;
    }
    
    .casino-button-container,
    .casino-terms {
        width: 100%;
        clear: both;
        margin-top: 15px;
        text-align: left;
    }
}

/* Additional theme compatibility fixes */
.casino-offer-container a,
.casino-offer-container a:hover,
.casino-offer-container a:focus,
.casino-offer-container a:active {
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    background-image: none !important;
}

.casino-offer-container h3,
.casino-offer-container h3:hover {
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    background-image: none !important;
}