.dash-banner-wrapper {
    width: 100%;
    height: 456px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 1;
}

.view-dashboard-promoted .view-content, .view-dashboard-main-content .view-content{
    display: flex;
}
.views-field-field-bookmarked-content .field-content{
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    gap: 15px;
}
.views-field-field-bookmarked-content .field-content > div{
    flex:1;
    min-width: 400px;
    height: auto;
}
.views-field-field-bookmarked-content  > div .parent-guide__card-content{
    display: flex;
    flex-direction: column;
}
.views-field-field-bookmarked-content > div  .parent-guide__summary{
    flex: 1;
}

.view-dashboard-promoted .view-content .views-row, .view-dashboard-main-content .view-content .views-row{
    flex: 1;
    margin: 15px;
}
.view-dashboard-promoted .view-content .views-row .dashboard-promoted-card{
    height: 100%;
}

.dashboard-promoted-card{
    display: flex;
    border: solid 2px var(--accent-2)
}
.dashboard-promoted-card .parent-guide__promo-image{
    flex: 1;
}
.dashboard-promoted-card .parent-guide__card-content{
    flex: 1;
    border: none;
}
.dashboard-promoted-card .parent-guide__promo-image img{
    max-height: 100%;
    height: 400px;
}

#dash-banner-image {
    position: relative;
    width: 93%;
    height: 450px;
    left: 52px;
    top: 30px;
    background: url(../../images/dashboard-banner.png) rgba(55, 21, 92, 0.4);
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
}

#dash-banner-text {
    position: absolute;
    left: 24.01%;
    right: 24.09%;
    bottom: 38.66%;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 800;
    font-size: 64px;
    line-height: 110%;
    text-align: center;
    color: #FFFFFF;
}

@media only screen and (max-width: 1023px) {

    #dash-banner-text {
        font-size: 48px;
    }

    #dash-banner-image {
        position: relative;
        left: 4%;
        right: -1.05%;
        bottom: -21.2%;
    }
}

.views-field-field-bookmarked-content .parent-guide__card-content{
    min-width: 400px;
}

.favourite-state-,.favourite-state-1{
    background-color: transparent !important;
    color: var(--core-color) !important;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
    border-radius: 40px;
    padding: 12px 32px 12px 32px;
    text-decoration: none;
    border: none;
}
.favourite-state-:hover,.favourite-state-1:hover{
    background-color: transparent;
    color: var(--accent-1) !important;
}


.favourite-state-::before {
    content: "";
    background-image: url(/themes/custom/pztheme/images/survey-assets/star-empty.svg);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 10px;
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
  
.favourite-state-1::before {
    content: "";
    background-image: url(/themes/custom/pztheme/images/survey-assets/star-full.svg);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 10px;
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
.favourite-state-:hover::before, .favourite-state-1:hover::before  {
    background-image: url(/themes/custom/pztheme/images/survey-assets/star-full-selected.svg);
}
.favourite-state- .glyphicon,.favourite-state-1 .glyphicon{
    display: none;
}



@media only screen and (max-width: 685px) {
    #dash-banner-text {
        position: absolute;
        left: 10.5%;
        right: 10.5%;
        top: 46.15%;
        bottom: 46.07%;
        font-size: 32px;
    }

    #dash-banner-image {
        position: relative;
        left: 4%;
        right: 0%;
        top: 3%;
    }
}