/*
 Theme Name:   reviewngay-theme-con
 Template:     Reviewngay-theme-v2-updated
 Description:  Theme con để chỉnh sửa giao diện mobile (ghim thanh bar logo)
 Author:       ReviewNgay
 Version:      1.0
*/

@import url("../admin-theme-fixed-mobile-menu/style.css");

/* Ghim thanh bar 2 (logo + nút menu) trên mọi thiết bị */
.ast-mobile-header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: transparent !important;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* Áp dụng đúng padding-top trên mọi trang ở mobile */
@media (max-width: 920px) {
  body.ast-header-break-point {
    padding-top: 90px !important;
  }
}
/* Giảm độ cao thanh footer màu đen */
.ast-footer-overlay {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    min-height: auto !important;
}
.woocommerce-breadcrumb {
  display: none !important;
}
.a1-product {
  border: 1px solid #eee;
  padding: 10px;
  background: #fff7e6;
  text-align: center;
  border-radius: 8px;
  transition: box-shadow 0.3s;
}
.home .breadcrumbs {
    display: none !important;
}
/* Tăng độ rõ cho tất cả link trong phần bài viết liên quan */
h2 + ul a,
.related-posts a,
.wp-block-related-posts a,
.entry-content ul li a {
    color: #1a73e8 !important;  /* Màu xanh đậm */
    font-weight: 600 !important;
    text-decoration: none;
}

h2 + ul a:hover,
.related-posts a:hover,
.wp-block-related-posts a:hover {
    color: #d32f2f !important;
    text-decoration: underline;
}
/* Nút mua trong WooCommerce (bao gồm external, đơn giản, biến thể) */
.woocommerce .button,
.woocommerce-page .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.button.product_type_external,
.related .button,
.products .button {
    background-color: #ff6600 !important; /* 🔶 Màu cam nổi bật */
    color: #fff !important;
    font-weight: 600;
    border-radius: 8px;
    padding: 10px 18px;
    border: none;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

/* Hover */
.woocommerce .button:hover,
.woocommerce-page .button:hover,
.button.product_type_external:hover,
.related .button:hover,
.products .button:hover {
    background-color: #e65c00 !important; /* 🔶 Cam đậm hơn khi hover */
    color: #fff !important;
}