<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dgo_cats {
    border: 1px solid #dddddd;
    padding: 20px;
    border-radius: 10px;
}

.dgo_cats p {
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.dgo_cats ul {
    padding-left: 15px;
}

.dgo_cats li {
    font-size: 1.1rem;
    margin-bottom: 5px;
    font-weight: 700;
}

.dgo_small_post {
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
    transition-duration: 0.3s;
}

.dgo_small_post:hover {
    box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
}

.dgo_post_date {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0.8rem;
}

.dgo_small_post_title {
    font-size: 1.3rem;
}

.dgo_blog_h1 {
    margin-bottom: 30px;
    font-size: 3.2rem;
    color: #101010;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 29px;
}



.dgo_first_post {
    display: flex;
    gap: 30px;
    align-items: center;
}

.dgo_post img{
    max-width: 100%;
    height: auto;
	display:block;
}


.dgo_lasts_posts_for_article_post{
    padding: 15px;
    border: 1px solid #dddddd;
    border-radius: 10px;
    margin-top: 30px;
}

#module-dgoblog-articles .product-cover img {
    width: 60%;
    height: auto;
}

@media (max-width:575.98px) {}

@media (max-width:767.98px) {
    #module-dgoblog-articles .product-cover img {
        width: 100%;
    }

    .dgo_cats {
        display: none;
    }

    .dgo_blog_h1 {
        margin-bottom: 20px;
        font-size: 2rem;
    }

    .dgodropdownMenu2 button {
        padding-left: 15px;
    }

    .dgo_small_post {
        box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    }

    .dgo_first_post {
        gap: 0;
        flex-direction: column;
        align-items: initial;
    }
    .dgo_lasts_posts_for_article_post{
        display: none;
    }
}

@media (max-width:991.98px) {
    
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .dgo-row-blog {
        margin-top: 39px;
    }
}

#categories-menu a, .dgo_small_post_title, .dgo-row-blog .dropdown-item a, .dgo_cats a, .dgo_post a{
    color: #101010;
}

.dgo_small_post:hover .dgo_small_post_title{
    color:#e3001b;
}

.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover{
    background-color: #e3001b;
    border-color: #e3001b;
    color: white!important;
}</pre></body></html>