/***
international-trade-resources css
***/

.ccr__section {
    float: left;
    width: 100%;
    padding: 50px 0;
}

.tittle {
    background-color: #087def;
    display: inline-block;
    width: 100%;
    padding: 7px 15px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 16px;
}
.listing_2 {
    padding: 0;
    margin: 0 -20px;
    list-style: none;
}
.listing_2 li {
    width: 50%;
    float: left;
    padding: 20px;
}
span.red {
    color: #ff7502;
}
.section-bg {
    background-color: #f6f9fe;
    /* top: -10px; */
    margin-top: -101px;
}
#ctl00_cphContent_lblPageContents ul {
    padding: 15px;
}
.trade_agree {
    list-style-type: circle;
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
}

#ctl00_cphContent_lblPageContents li {
    padding: 4px 0;
    font-size: 16px;
    line-height: 1.75rem !important;
}
.trade_agree li {
    display: inline-block;
    width: calc(33.33% - 20px); /* Adjust column width */
    margin: 4px 10px;
    padding: 4px 15px !important;
    vertical-align: middle; /* Aligns text with the bullet */
}
.trade_agree a:hover {
    color: #036eb6;
}
.trade_agree a {
    color: #ff7502;
}
.trade_agree li a:before {
    content: "";
    background: #000;
    width: 6px;
    height: 6px;
    position: absolute;
    display: block;
    margin: 7px 0 0 -20px;
}

/* For medium devices (md), show 2 columns */
@media (max-width: 991.98px) {
    .trade_agree li {
        width: calc(50% - 20px); /* 2 columns with space */
        margin: 4px 10px;
    }
}

/* For small devices (sm), show 2 columns */
@media (max-width: 767.98px) {
    .trade_agree li {
        width: calc(50% - 20px); /* 2 columns with space */
        margin: 4px 10px;
    }
}

/* For mobile devices (xs), show 1 column */
@media (max-width: 575.98px) {
    .trade_agree li {
        width: 100%; /* 1 column, full width */
        margin: 4px 0; /* Add vertical spacing */
    }
}

#ctl00_cphContent_lblPageContents ul {
    padding: 15px;
}

ul.site_map {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}
#ctl00_cphContent_lblPageContents li {
    padding: 4px 0;
    font-size: 16px;
    line-height: 22px;
}

ul.site_map li {
    display: inline-block;
    float: left;
    width: 33.3333%;
    line-height: 26px;
    padding: 2px 0;
    line-height: 26px;
}
ul.site_map li a {
    display: inline-block;
    float: left;
    width: 100%;
    color: #333;
}
ul.site_map li a {
    line-height: 26px !important;
}
ul.site_map li a:before {
    font-family: fontawesome;
    content: "\f0c8";
    color: #0093d1;
    float: left;
    font-size: 9px;
    margin: 0 6px 0 0;
}

/* For medium devices (md), show 2 columns */
@media (max-width: 991.98px) {
    ul.site_map li {
        width: calc(50% - 20px);
        margin: 4px 10px;
    }
}

/* For small devices (sm), show 2 columns */
@media (max-width: 767.98px) {
    ul.site_map li {
        width: calc(50% - 20px); /* 2 columns with space */
        margin: 4px 10px;
    }
}

/* For mobile devices (xs), show 1 column */
@media (max-width: 575.98px) {
    ul.site_map li {
        width: 100%; /* 1 column, full width */
        margin: 4px 0; /* Add vertical spacing */
    }
}
