.elementor-3289 .elementor-element.elementor-element-bebd9c2{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-ef4e1ff */.small-ad-container {
    width: 364px;
    height: 254px;
    margin: 0;
    padding: 0;
}

.small-ad-banner {
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(145deg, #ff6b6b 0%, #ee5a6f 50%, #c44569 100%);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.small-ad-banner:hover {
    transform: scale(1.02);
}

.small-ad-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.1), transparent);
    pointer-events: none;
}

.small-ad-content {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px;
    z-index: 1;
}

.small-ad-tag {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    color: #ffffff;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 12px;
    width: fit-content;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.small-ad-heading {
    color: #ffffff;
    font-size: 26px;
    font-weight: 800;
    margin: 0 0 8px 0;
    line-height: 1.2;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.small-ad-desc {
    color: rgba(255, 255, 255, 0.95);
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 20px 0;
    line-height: 1.4;
}

.small-ad-btn {
    background-color: #ffffff;
    color: #c44569;
    border: none;
    padding: 12px 24px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    width: fit-content;
    align-self: flex-start;
}

.small-ad-btn:hover {
    background-color: #ffd93d;
    color: #333;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

/* Responsive adjustments for smaller screens */
@media (max-width: 400px) {
    .small-ad-container {
        width: 100%;
        max-width: 364px;
        height: 254px;
    }
    
    .small-ad-heading {
        font-size: 22px;
    }
    
    .small-ad-desc {
        font-size: 12px;
    }
}/* End custom CSS */