/* OCS Elementor Custom Ad Banner & Content Styles */

.ocs-ad-widget-wrapper {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.ocs-ad-title-wrap {
    margin-bottom: 12px;
}

.ocs-ad-title-wrap .title {
    margin: 0;
    padding: 0;
    font-size: 1.15rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ocs-ad-content {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.ocs-ad-image-link {
    display: inline-block;
    max-width: 100%;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-sizing: border-box;
}

.ocs-ad-image-link img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
    transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease;
}

/* Hover FX Animations */
.ocs-ad-image-link.ocs-fx-scale:hover img {
    transform: scale(1.03);
}

.ocs-ad-image-link.ocs-fx-lift:hover img {
    transform: translateY(-5px);
}

.ocs-ad-image-link.ocs-fx-rotate:hover img {
    transform: rotate(1deg) scale(1.02);
}
