/* Footer button riêng, override an toàn */

.ft-bot__link {
    margin-top: 15px;
    text-align: center; /* căn giữa button */
}

.ft-bot__button {
    display: inline-block;
    padding: 10px 25px;
    background-color: #06A3DA; /* màu chủ đạo */
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    border-radius: 0; /* không bo góc */
    border: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    text-transform: uppercase !important;
}

.ft-bot__button:hover {
    background-color: #048ec0; /* hover nhẹ */
    cursor: pointer;
}
