/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

a {
    text-decoration: none;
}

/* =======================================================
   VIỀN & BÓNG ĐỔ CHO MENU (HEADER) GENERATEPRESS
   ======================================================= */
.site-header {
    border-bottom: 1px solid #eaeaea;
    box-shadow: 0 4px 15px -3px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 999; /* Đảm bảo shadow luôn đè lên khối Banner bên dưới */
}

/* Menu dính (Sticky Navigation) khi cuộn trang */
#sticky-navigation {
    border-bottom: 1px solid #eaeaea !important;
    box-shadow: 0 4px 15px -3px rgba(0, 0, 0, 0.08) !important;
}