/*************** ADD CUSTOM CSS HERE.   ***************/
.page-wrapper .row.row-main {
    background: #ffffff24;
    padding: 40px;
    color: #000;
    border-radius: 30px;
}
.wp-block-table td, .wp-block-table th{font-size: 16px !important}

/* ==== ĐỊA CHỈ + HOTLINE ==== */
.footer-address {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.3px;
    line-height: 1.6;
    text-align: center; /* căn giữa, bỏ nếu muốn canh trái */
}
.footer-address strong {
    font-weight: 600;
    color: #FFD700; /* vàng nổi bật cho hotline */
}

/*************** ADD MOBILE ONLY CSS HERE  ***************/
@media only screen and (max-width: 48em) {
  .footer-address {
    font-size: 14px;   /* chữ nhỏ hơn trên mobile */
    line-height: 1.4;
  }
}
