﻿#guest-home-advisory-wrapper {
    background-color: rgb(246, 146, 73);
    padding: 1.25em 1em;
    width: 100%;
    height: 100%;
    /*    height: 80vh;*/
    /*    max-height: 80vh;*/
    box-shadow: -15px 0 40px -10px black;
    overflow-x: clip;
    overflow-y: clip;
    /*    overflow-y: scroll;*/
}

    #guest-home-advisory-wrapper #advisory-cont {
        background-color: rgb(253, 231, 215);
        padding: 1em;
        border-radius: 10px;
        /*        height: 80vh;*/
        overflow-x: hidden;
        height: 100%;
    }

        #guest-home-advisory-wrapper #advisory-cont hr {
            color: black;
            height: 5px;
        }

#guest-home-advisory-header {
    font-family: var(--header-font-family) !important;
    padding-bottom: 0;
    text-align: center;
    font-weight: bold;
}

#advisory-carousel {
    width: 100%;
    margin-top: 20px;
    max-height: 65vh;
    /*    overflow-y: auto;*/
    /*    overflow-x: hidden;*/
    margin-left: 50px;
    margin-right: 50px;
}

.carousel-control-prev-icon {
    background-image: url("../icons/advisory-left-icon.svg") !important;
    margin-left: -120px;
}

.carousel-control-next-icon {
    background-image: url("../icons/advisory-right-icon.svg") !important;
    margin-right: -120px;
}

div[id*="pinned-advisory"] {
    width: 100%;
    font-size: clamp(12px, 2vw, 0.8rem);
    background-color: rgb(246, 146, 73);
    padding: 20px 10px;
    margin: 10px 0;
    border-radius: 10px;
    /*    line-height: 17px;*/
    position: relative;
    text-overflow: ellipsis;
}

    div[id*="pinned-advisory"] .pin-icon {
        position: absolute;
        height: 25px;
        width: 25px;
        top: -7px;
        left: 4px;
    }

@media (min-width: 1300px) {
    div[id*="pinned-advisory"] {
        font-size: clamp(20px, 5vw, 1rem);
    }
}
