﻿@media screen and (min-width: 1150px) {
    div.htmlContainer:nth-of-type(3) {
        background: url('https://50.76.my/shop/Images/ed/shop/2025/11/shop_topic_20251114103801.png') no-repeat;
        /*background-size: cover;*/
    }
}

@media screen and (max-width: 720px) {
    .navbar {
        background: #b00000 !important;
        border-bottom-color: #b00000 !important;
    }

    div.htmlContainer:nth-of-type(2) .title, div.htmlContainer:nth-of-type(4) .title, div.htmlContainer:nth-of-type(2) a {
        color: #b00000 !important;
    }

    div.htmlContainer .custom-1 {
        border: 1px solid #b00000 !important;
    }
}
