.draccu-favorite-container {
    max-width: 1000px;
    margin: auto;
    padding-top: 20px;
}

.draccu-favorite-container #img-desktop-banner{
    border: solid 1px #dadada;
    border-radius: 10px;
    margin-bottom: 10px;
}

.draccu-favorite-container #img-mobile-banner{
    display: none;
}

.draccu-favorite-container #img-mobile-banner{
    display: none;
}

.draccu-favorite-container .draccu-favorite-content{
    border: solid 1px #dadada;
    border-radius: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    padding: 25px 30px 25px 30px;
    display: flex;
    gap: 30px;
}

.draccu-favorite-container .draccu-favorite-content h4{
    font-size: 1.2em;
    font-weight: 600;
    color: #0a0a0a;
    margin-bottom: 0;
}

.draccu-favorite-container .draccu-favorite-content label{
    display: block;
    font-size: 1em;
    font-weight: 500;
    color: #141414c9;
    padding-bottom: 7px;
    padding-top: 15px;
}

.draccu-favorite-container .draccu-favorite-content input[type="number"]{
    border: solid 1px #adadad;
    padding: 5px;
    border-radius: 10px;
}

.draccu-favorite-container .draccu-favorite-content img{
    width: 20px;
}

.draccu-favorite-container .draccu-favorite-content .button-primary{
    color: #fff;
    font-size: 1.1em;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    padding: 10px 30px;
    background-color: #13C9B3;
}

.draccu-favorite-container .draccu-favorite-shortcode-instrucion{
    background-color: #fff;
    border: solid 1px #dadada;
    border-radius: 10px;
    padding: 8px 30px 25px 30px;
    margin-top: 12px;
}

.draccu-favorite-container .draccu-favorite-shortcode-instrucion h4{
    font-size: 1.2em;
    font-weight: 600;
    color: #0a0a0a;
    margin-bottom: 0;
}

.draccu-favorite-container .draccu-favorite-shortcode-instrucion h5{
    font-size: 1em;
    font-weight: 600;
    color: #0a0a0a;
    margin-bottom: 0;
}

.draccu-favorite-container .draccu-favorite-others-plugins{
    background-color: #fff;
    border: solid 1px #dadada;
    border-radius: 10px;
    padding: 8px 30px 25px 30px;
    margin-top: 12px;
}

.draccu-favorite-container .draccu-favorite-others-plugins h4{
    font-size: 1.5em;
    font-weight: 700;
    color: #1D2327;
}


.draccu-favorite-container .draccu-favorite-others-plugins p{
    font-size: 1.1em;
    font-weight: 400;
    color: #8d8d8d;
    margin-top: -12px;
}

.draccu-favorite-container .draccu-favorite-others-plugins .others-plugins{
    display: flex;
    gap: 20px;
}

.draccu-favorite-container .draccu-favorite-others-plugins .others-plugins div{
    max-width: 250px;
    border: solid 1px #dadada;
    border-radius: 10px;
    padding-bottom: 10px;

}

.draccu-favorite-container .draccu-favorite-others-plugins .others-plugins img{
    max-width: 100%;
    border: none;
    border-radius: 10px 10px 0 0;
}

.draccu-favorite-container .draccu-favorite-others-plugins .others-plugins h5{
    font-size: 1.1em;
    font-weight: 700;
    color: #1D2327;
    margin-top: -7px;
    padding: 10px 10px 0 10px;
}

.draccu-favorite-container .draccu-favorite-others-plugins .others-plugins p{
    font-size: 1.1em;
    font-weight: 400;
    color: #8d8d8d;
    margin-top: -20px;
    padding: 0 10px 0 10px;
    margin-bottom: 5px;
}

.draccu-favorite-container .draccu-favorite-others-plugins .others-plugins a{
    color: #00CBBB;
    text-decoration: none;
    font-weight: 700;
    padding: 0 10px 0 10px;
}


.draccu-open {
    padding: 3px;
    background: rgb(25 184 25);
    color: white;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .8em;
}

.draccu-closed {
    background: rgb(206, 7, 7);
    padding: 3px;
    color: white;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .8em;

}

.svg-clock{
    width: 1em;    
    margin-right: 5px;
}

@media only screen and (max-width: 500px) {
    .draccu-favorite-container {
        max-width: 100%;
        padding: 20px 10px;
    }

    .draccu-favorite-container #img-desktop-banner{
        display: none;
    }
    
    .draccu-favorite-container #img-mobile-banner{
        display: block;
        width: 100%;
        border: solid 1px #dadada;
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .draccu-favorite-container .draccu-favorite-content{
        display: block;
    }

    .draccu-favorite-container .draccu-favorite-content .menu-buttons-draccu-real-estate button{
        width: 100%;
    }

    .draccu-favorite-container .draccu-favorite-others-plugins .others-plugins{
        display: block;
    }

    .draccu-favorite-container .draccu-favorite-others-plugins .others-plugins div{
        max-width: 100%;
        margin-bottom: 20px;
    
    }    
}