/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/


/* -------------------------------------------------------------------- */
/*  Mobile (Default) */
/* -------------------------------------------------------------------- */

#sw-announcement-banner {
    display: none;
    position: fixed; 
    top: 56px;
    z-index: 20; 
    width: 100%;
}

.sw-announcement__row {
    padding: 20px;
}

.sw-announcement__row:last-child {
    border-radius: 0 0 5px 5px;
}

.sw-announcement__row-inner {
    max-width: 1200px; 
    margin: 0 auto; 
    padding: 0 20px;
}

.sw-announcement__title {
    width: 66%;
}

.sw-announcement__title strong {
    font-size: 1.1rem;
}

#sw-announcement__event-thumbnail-preview {
    display: inline-flex; 
    gap: 7px; 
    margin-top: 7px;
}

.sw-announcement__button-wrapper {
    display: flex; 
    align-items: center;
    gap: 15px; 
    margin-left: 25px;
}

.sw-announcement__button-wrapper .close {
    height: 23px;
}

#sw-announcement-banner .cursor-pointer {
    cursor: pointer;
}

.sw-announcement-banner__head {
    display: flex;
    align-items: center;
}

.sw-announcement-banner__details-holidays,
.sw-announcement-banner__details-events {
    margin-top: 25px;
}

.sw-announcement-banner__details-events img {
    width: 100px !important; /* Ensure it applies */
    height: 70px;
    object-fit: cover;
    border-radius: 5px;
    display: block; /* Prevents inline element spacing issues */
}





/* -------------------------------------------------------------------- */
/*  Tablet (min-width: 768px) */
/* -------------------------------------------------------------------- */
@media (min-width: 768px) {
   
}



/* -------------------------------------------------------------------- */
/*  Desktop (min-width: 1024px) */
/* -------------------------------------------------------------------- */
@media (min-width: 1024px) {
    #sw-announcement-banner {
        top: 83px; 
    }

    .sw-announcement__title {
        width: 50%;
    }

    #sw-announcement__event-thumbnail-preview {
        gap: 20px; 
        margin-top: 0px;
        margin-left: 25px;
    }

    .sw-announcement__button-wrapper {
        gap: 25px;
    }
}