.ml-news-archive,
.ml-news-single {
    --ml-news-blue: #046eb8;
    --ml-news-border: #eeeeee;
    --ml-news-text: #181818;
    --ml-news-text-soft: #403f3f;
    --ml-news-date: #808080;
    --ml-news-date-soft: #a5a5a5;
    --ml-news-wrap: 1440px;
    --ml-news-font: "Poppins", "Noto Sans TC", "Noto Sans JP", Helvetica, Arial, "微軟正黑體", sans-serif;
    font-family: var(--ml-news-font);
}

.ml-news-archive *,
.ml-news-archive *::before,
.ml-news-archive *::after,
.ml-news-single *,
.ml-news-single *::before,
.ml-news-single *::after {
    box-sizing: border-box;
}

.ml-news-archive a,
.ml-news-single a {
    color: #000;
    text-decoration: none;
    transition: all 0.4s ease;
}

.ml-news-archive a:hover,
.ml-news-single a:hover {
    color: var(--ml-news-blue);
}

.ml-news-bannerArea {
    clear: both;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
}

.ml-news-bannerArea .wrap {
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
}

.ml-news-bannerArea .bannerBox {
    position: relative;
}

.ml-news-bannerArea #banner {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ml-news-bannerArea #banner > li {
    position: relative;
}

.ml-news-bannerArea #banner > li > img {
    display: block;
    width: 100%;
    object-fit: cover;
    backface-visibility: hidden;
}

@media (max-width: 1900px) {
    .ml-news-bannerArea #banner > li > img {
        height: 450px;
    }
}

@media (max-width: 720px) {
    .ml-news-bannerArea #banner > li > img {
        height: 400px;
    }
}

@media (max-width: 540px) {
    .ml-news-bannerArea #banner > li > img {
        height: 360px;
    }
}

.ml-news-bannerArea #banner::after {
    content: "";
    width: 100%;
    position: absolute;
    height: 130px;
    -webkit-mask: no-repeat url("/wp-content/uploads/2025/09/insMask.png") center bottom/100% auto;
    mask: no-repeat url("/wp-content/uploads/2025/09/insMask.png") center bottom/100% auto;
    background:
        repeat-y url("/wp-content/uploads/2026/03/line4.png") left 36px top,
        repeat-y url("/wp-content/uploads/2026/03/line4.png") right 36px top,
        no-repeat url("/wp-content/uploads/2025/09/insMask.png") center bottom/100% auto;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

@media (max-width: 1200px) {
    .ml-news-bannerArea #banner::after {
        background:
            repeat-y url("/wp-content/uploads/2026/03/line4.png") left 20px top,
            repeat-y url("/wp-content/uploads/2026/03/line4.png") right 20px top,
            no-repeat url("/wp-content/uploads/2025/09/insMask.png") center bottom/100% auto;
        height: 100px;
    }
}

@media (max-width: 720px) {
    .ml-news-bannerArea #banner::after {
        height: 80px;
    }
}

@media (min-width: 1921px) {
    .ml-news-bannerArea #banner::after {
        -webkit-mask: no-repeat url("/wp-content/uploads/2025/09/insMask.png") center/100% 100%;
        mask: no-repeat url("/wp-content/uploads/2025/09/insMask.png") center/100% 100%;
        background:
            repeat-y url("/wp-content/uploads/2026/03/line4.png") left 36px top,
            repeat-y url("/wp-content/uploads/2026/03/line4.png") right 36px top,
            no-repeat url("/wp-content/uploads/2025/09/insMask.png") center bottom/100% 100%;
    }
}

.ml-news-bannerArea .titleBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    max-width: calc(100% - 40px);
    padding: 0;
}

.ml-news-bannerArea .titleBox em {
    margin: 0;
    font-size: 50px;
    color: #fff;
    font-weight: 500;
    font-family: "Poppins", "Noto Sans TC", sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-style: normal;
}

@media (max-width: 480px) {
    .ml-news-bannerArea .titleBox em {
        font-size: 42px;
    }
}

.ml-news-bannerArea .bannerUnitTitle {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 5px;
}

@media (max-width: 480px) {
    .ml-news-bannerArea .bannerUnitTitle {
        font-size: 16px;
    }
}

.ml-news-bannerArea .bannerUnitTitle::after {
    content: "";
    width: 26px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -2px;
}

.ml-news-bannerArea .bread {
    position: static;
    margin-bottom: 0;
    padding: 30px 0 0;
}

.ml-news-bannerArea .bread .wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
}

.ml-news-bannerArea .bread a,
.ml-news-bannerArea .bread span {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.5px;
    color: #fff;
    text-transform: uppercase;
}

.ml-news-bannerArea .bread a:hover {
    opacity: 0.8;
}

.ml-news-bannerArea .bread a::after,
.ml-news-bannerArea .bread span::after {
    content: "/";
    font-size: 13px;
    color: #fff;
    padding: 0 9px;
}

.ml-news-bannerArea .bread a:last-child::after,
.ml-news-bannerArea .bread span:last-child::after {
    content: normal;
}

@media (max-width: 1200px) {
    .ml-news-bannerArea .bread {
        display: none;
    }
}

.ml-news-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.ml-news-mainArea {
    background:
        linear-gradient(90deg, rgba(4, 110, 184, 0.08) 0, rgba(4, 110, 184, 0.08) 1px, transparent 1px, transparent calc(100% - 1px), rgba(4, 110, 184, 0.08) calc(100% - 1px)),
        repeat url("/wp-content/uploads/2025/11/Bg.png") center top #fff;
    padding: 80px 0 60px;
}

@media (max-width: 1200px) {
    .ml-news-mainArea {
        padding-top: 50px;
    }
}

@media (max-width: 768px) {
    .ml-news-mainArea {
        padding-top: 50px;
    }
}

.ml-news-wrap {
    max-width: var(--ml-news-wrap);
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.ml-news-contentBox {
    width: 100%;
}

.ml-news-classRowBox {
    position: relative;
    z-index: 3;
    margin-bottom: 30px;
    padding: 0 0 20px;
}

.ml-news-classLink {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 15px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ml-news-classLink li {
    margin-bottom: 10px;
}

.ml-news-classLink a {
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    color: #000;
    background-color: #fff;
    border: 1px solid rgba(4, 110, 184, 0.23);
    letter-spacing: 1px;
    text-align: center;
}

.ml-news-classLink a.current,
.ml-news-classLink a:hover {
    color: #fff;
    background-color: var(--ml-news-blue);
    border-color: var(--ml-news-blue);
}

@media (max-width: 1200px) {
    .ml-news-classLink {
        display: none;
    }
}

.ml-news-mClassLink {
    position: relative;
    z-index: 3;
    display: none;
}

@media (max-width: 1200px) {
    .ml-news-mClassLink {
        display: block;
    }
}

.ml-news-mClassLink.open > ul {
    display: block;
}

.ml-news-mClassLink .main {
    position: relative;
    display: block;
    width: 100%;
    border: 0;
    border-radius: 0;
    font: inherit;
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
    padding: 10px 44px 10px 14px;
    color: #fff;
    letter-spacing: 1px;
    cursor: pointer;
    background-color: var(--ml-news-blue);
}

.ml-news-mClassLink .main::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 8px;
    height: 8px;
    margin-top: -6px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.ml-news-mClassLink.open .main::before {
    margin-top: -2px;
    transform: rotate(-135deg);
}

.ml-news-mClassLink > ul {
    position: absolute;
    left: 0;
    top: calc(100% - 1px);
    z-index: 4;
    display: none;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.ml-news-mClassLink > ul > li + li {
    border-top: 1px solid #f2f2f2;
}

.ml-news-mClassLink > ul > li.current > a,
.ml-news-mClassLink > ul a.current {
    color: var(--ml-news-blue);
}

.ml-news-mClassLink > ul a {
    position: relative;
    z-index: 1;
    display: block;
    padding: 14px 20px;
    color: #000;
    font-size: 14px;
    background-color: #fff;
}

.ml-news-newsList {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--ml-news-border);
}

.ml-news-newsList__item {
    width: 50%;
    border-bottom: 1px solid var(--ml-news-border);
}

.ml-news-newsList__item:nth-of-type(2n + 1) {
    box-shadow: 1px 0 0 0 var(--ml-news-border);
    padding-right: 20px;
}

.ml-news-newsList__item:nth-of-type(2n) {
    padding-left: 20px;
}

@media (max-width: 1200px) {
    .ml-news-newsList__item {
        width: 100%;
    }

    .ml-news-newsList__item:nth-of-type(n) {
        box-shadow: none;
        padding-left: 0;
        padding-right: 0;
    }
}

.ml-news-newsItem {
    position: relative;
}

.ml-news-newsItem::after {
    content: "";
    height: 1px;
    width: 100%;
    background-color: var(--ml-news-blue);
    position: absolute;
    left: 0;
    bottom: -1px;
    opacity: 0;
    transition: all 0.5s;
}

.ml-news-newsItem:hover::after {
    opacity: 1;
}

.ml-news-newsText {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 143px;
    padding: 18px 0;
}

@media (max-width: 1500px) {
    .ml-news-newsItem {
        padding: 0 20px;
    }
}

@media (max-width: 720px) {
    .ml-news-newsItem {
        padding: 0;
    }

    .ml-news-newsText {
        flex-wrap: wrap;
    }
}

.ml-news-single__contentBox {
    display: flex;
    width: 100%;
}

.ml-news-single__leftBox {
    flex: 1 1 auto;
    min-width: 0;
    padding-right: 50px;
}

.ml-news-single__rightBox {
    width: 350px;
    flex: 0 0 350px;
}

.ml-news-single__titleArea {
    display: flex;
    align-items: flex-start;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #b6b6b6;
}

.ml-news-single__dateWrap {
    width: 100px;
    flex: 0 0 100px;
}

.ml-news-single__titleText {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.ml-news-single__label {
    display: block;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0;
    border-radius: 0;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    color: #046eb8;
    background: transparent;
    white-space: nowrap;
}

.ml-news-single__titleText h1 {
    margin: 0;
    font-size: 19px;
    line-height: normal;
    color: var(--ml-news-text);
    font-weight: 400;
    flex: 1 1 auto;
    min-width: 0;
}

.ml-news-single__article {
    clear: both;
    color: #2f2f2f;
    font-size: 16px;
    line-height: 1.5;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.ml-news-single__article > *:first-child {
    margin-top: 0;
}

.ml-news-single__article a {
    color: var(--ml-news-blue);
}

.ml-news-single__article img {
    max-width: 100%;
}

.ml-news-single__article p,
.ml-news-single__article li,
.ml-news-single__article td,
.ml-news-single__article th,
.ml-news-single__article a,
.ml-news-single__titleText h1,
.ml-news-single__sideList a {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.ml-news-single__article ul:not(.df) {
    list-style: disc outside;
    padding-left: 30px;
}

.ml-news-single__article ol {
    list-style: decimal outside;
    padding-left: 30px;
}

.ml-news-single__article h2,
.ml-news-single__article .h2Title,
.ml-news-single__article h3,
.ml-news-single__article .h3Title,
.ml-news-single__article h4 {
    color: var(--ml-news-text);
    line-height: 1.45;
}

.ml-news-single__article h2,
.ml-news-single__article .h2Title {
    font-size: 36px;
    line-height: 1.5;
    margin: 0;
    font-weight: 700;
    position: relative;
}

.ml-news-single__article h3,
.ml-news-single__article .h3Title {
    font-size: 24px;
    line-height: 1.5;
    margin: 0;
    font-weight: 700;
}

.ml-news-single__article img {
    display: block;
    max-width: 100%;
    height: auto;
}

.ml-news-single__article table {
    border-collapse: collapse;
}

.ml-news-single__article th,
.ml-news-single__article td {
    border: 1px solid #dcdcdc;
    padding: 12px 14px;
}

.ml-news-single__pageBox {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 0;
}

.ml-news-single__pageBtn {
    display: block;
    width: 180px;
    height: 45px;
    padding: 0 20px;
    border: 1px solid rgba(4, 110, 184, 0.23);
    background: #fff;
    color: #666;
    font-size: 15px;
    font-weight: 300;
    line-height: 45px;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.ml-news-single__pageBtn::before {
    content: "";
    width: 10px;
    height: 10px;
    border-left: 1px solid #9e9e9e;
    border-bottom: 1px solid #9e9e9e;
    display: block;
    position: absolute;
    top: calc(50% - 5px);
}

.ml-news-single__pageBtn.prevBtn {
    text-align: right;
}

.ml-news-single__pageBtn.prevBtn::before {
    left: 15px;
    transform: rotate(45deg);
}

.ml-news-single__pageBtn.nextBtn {
    margin-left: auto;
    text-align: left;
}

.ml-news-single__pageBtn.nextBtn::before {
    right: 15px;
    transform: rotate(-135deg);
}

.ml-news-single__pageBtn:hover {
    color: #fff;
    background: var(--ml-news-blue);
    border-color: var(--ml-news-blue);
}

.ml-news-single__pageBtn:hover::before {
    border-left-color: #fff;
    border-bottom-color: #fff;
}

.ml-news-single__sideBlock,
.ml-news-single__contactBlock {
    padding: 0;
}

.ml-news-single__sideBlock + .ml-news-single__contactBlock {
    border-top: 0;
    padding-top: 0;
}

.ml-news-single__sideBlock .sectionTitle {
    margin: 0 0 20px;
    padding: 10px 0 39px;
    border-bottom: 1px solid #b6b6b6;
    font-weight: 500;
    font-size: 20px;
    color: #232323;
}

.ml-news-single__sideBlock .sectionTitle strong {
    display: block;
    position: relative;
    font-weight: 400;
}

.ml-news-single__sideList {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ml-news-single__sideBlock ul {
    margin-top: 20px;
}

.ml-news-single__sideList li {
    margin-bottom: 25px;
}

.ml-news-single__sideList .item {
    display: flex;
    align-items: center;
}

.ml-news-single__sideList .Txt {
    overflow: hidden;
    min-width: 0;
}

.ml-news-single__sideList .Txt b {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
    color: #999;
}

.ml-news-single__sideList .Txt b i,
.ml-news-single__sideList .Txt b .dashicons,
.ml-news-single__sideList .Txt b .ticon {
    margin-right: 6px;
    font-size: 12px;
    width: 12px;
    height: 12px;
    line-height: 12px;
}

.ml-news-single__sideList .Txt a,
.ml-news-single__sideList .Txt strong {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    color: #181818;
}

.ml-news-single__sideList .Txt h3 {
    margin: 0;
}

.ml-news-single__contactBlock ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ml-news-single__contactBlock li {
    margin-bottom: 20px;
}

.ml-news-single__contactBlock a {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: #414141;
}

.ml-news-single__contactBlock i,
.ml-news-single__contactBlock .dashicons,
.ml-news-single__contactBlock .ticon {
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 8px;
    border: 2px solid #046eb8;
    border-radius: 50%;
    font-size: 20px;
    color: #046eb8;
    text-align: center;
}

.ml-news-single__contactBlock .dashicons,
.ml-news-single__sideList .dashicons {
    font-family: "ticons" !important;
}

.ml-news-single__contactBlock .dashicons-phone::before {
    content: "\e116";
}

.ml-news-single__contactBlock .ticon-phone,
.ml-news-single__contactBlock .dashicons-phone {
    font-size: 17px;
}

.ml-news-single__contactBlock .dashicons-email-alt::before {
    content: "\e24e";
}

.ml-news-single__contactBlock .dashicons-location::before {
    content: "\e183";
}

.ml-news-single__sideList .dashicons-clock::before {
    content: "\e295";
}

.ml-news-single__contactBlock .ticon-envelope-o::before,
.ml-news-single__contactBlock .ticon-envelope-open-o::before {
    content: "\e24e";
}

.ml-news-single__contactBlock .ticon-map-pin::before,
.ml-news-single__contactBlock .ticon-location-pin::before,
.ml-news-single__contactBlock .ticon-map-marker::before {
    content: "\e183";
}

.ml-news-single__contactBlock .ticon-map-marker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ml-news-single__contactBlock .ticon-map-marker::before {
    position: relative;
    top: -1px;
    font-size: 18px;
}

.ml-news-single__contactBlock b {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
}

.ml-news-single__contactBlock li {
    color: #414141;
    font-size: 16px;
    line-height: normal;
}

.ml-news-single__empty {
    margin: 0;
    color: var(--ml-news-text-soft);
}

@media (max-width: 1200px) {
    .ml-news-single__contentBox {
        flex-direction: column;
    }

    .ml-news-single__rightBox {
        width: 100%;
        flex-basis: auto;
    }

    .ml-news-single__leftBox {
        padding-right: 0;
        padding-bottom: 30px;
    }
}

@media (max-width: 540px) {
    .ml-news-single__titleArea {
        flex-direction: column;
    }

    .ml-news-single__dateWrap {
        width: auto;
        flex-basis: auto;
        margin-bottom: 14px;
    }

    .ml-news-single__titleText h1 {
        font-size: 19px;
    }

    .ml-news-single__titleText {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .ml-news-single__label {
        width: 100%;
        margin-bottom: 0;
    }

    .ml-news-single__pageBtn {
        width: 125px;
        padding: 0 15px;
    }
}

.ml-news-dateWrap {
    width: 100px;
    flex-shrink: 0;
}

@media (max-width: 540px) {
    .ml-news-dateWrap {
        width: auto;
        margin-right: 10px;
    }
}

.ml-news-date {
    font-size: 12px;
    color: var(--ml-news-date-soft);
    font-family: "Poppins", "Noto Sans TC", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    padding-right: 48px;
}

.ml-news-date::after {
    content: "";
    top: 10px;
    right: 17px;
    width: 16px;
    height: 43px;
    background: no-repeat url("/wp-content/uploads/2025/11/line2.png") center;
    position: absolute;
}

@media (max-width: 540px) {
    .ml-news-date {
        padding-right: 0;
    }

    .ml-news-date::after {
        content: normal;
    }

    .ml-news-single__pageBtn {
        width: calc(50% - 15px);
    }
}

@media (max-width: 480px) {
    .ml-news-single__pageBtn {
        width: calc(50% - 10px);
    }
}

.ml-news-date span {
    margin-top: 2px;
    font-size: 27px;
    line-height: 1.3;
    color: var(--ml-news-date);
    font-family: "Poppins", "Noto Sans TC", sans-serif;
}

@media (max-width: 540px) {
    .ml-news-date span {
        font-size: 24px;
    }
}

.ml-news-newsText__main {
    flex-grow: 1;
    min-width: 0;
    padding-right: 20px;
}

@media (max-width: 720px) {
    .ml-news-newsText__main {
        width: calc(100% - 100px);
        padding-right: 0;
    }
}

.ml-news-newsText h3 {
    height: 54px;
    margin: 0 0 9px;
    overflow: hidden;
}

@media (max-width: 720px) {
    .ml-news-newsText h3 {
        height: 34px;
    }
}

.ml-news-newsText h3 a {
    display: -webkit-box;
    height: 54px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    color: var(--ml-news-text);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 720px) {
    .ml-news-newsText h3 a {
        height: 34px;
    }
}

.ml-news-newsText h3 a:hover {
    color: var(--ml-news-blue);
}

.ml-news-newsText p {
    display: -webkit-box;
    height: 42px;
    max-height: 42px;
    margin: 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.6px;
    color: var(--ml-news-text-soft);
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ml-news-link {
    width: 63px;
    height: 63px;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #fff;
    border-radius: 999px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    flex-shrink: 0;
    position: relative;
    transition: all 0.5s;
}

.ml-news-link::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border: 5px solid #fff;
    border-radius: 999px;
    z-index: 2;
}

.ml-news-link svg {
    width: 10px;
    height: 8px;
    position: relative;
    z-index: 3;
}

.ml-news-link svg polyline,
.ml-news-link svg line {
    stroke: #046eb8;
    transition: all 0.5s;
}

.ml-news-link:hover {
    background-color: var(--ml-news-blue);
    border-color: var(--ml-news-blue);
}

.ml-news-link:hover svg polyline,
.ml-news-link:hover svg line {
    stroke: #fff;
}

@media (max-width: 720px) {
    .ml-news-link {
        margin-left: 100px;
    }
}

.ml-news-empty {
    padding: 40px 0;
}

.ml-news-empty h2 {
    margin: 0 0 10px;
    font-size: 24px;
    color: var(--ml-news-text);
}

.ml-news-empty p {
    margin: 0;
    color: #777;
}

@media (max-width: 720px) {
    .ml-news-mainArea {
        background:
            linear-gradient(90deg, rgba(4, 110, 184, 0.08) 0, rgba(4, 110, 184, 0.08) 1px, transparent 1px, transparent calc(100% - 1px), rgba(4, 110, 184, 0.08) calc(100% - 1px)),
            repeat url("/wp-content/uploads/2025/11/Bg.png") center top #fff;
    }
}
