/*
Theme Name: Mercury Child
Theme URI: https://mercurytheme.com/
Description: Child theme for Mercury theme
Author: MercuryTheme.com
Author URI: https://mercurytheme.com/
Template: mercury
Version: 3.9.10
*/
@import url("../mercury/style.css");

.custom-scroll {
    max-height: 600px; /* Đặt chiều cao tối đa phù hợp với khung hình */
    overflow-y: auto; /* Thêm thanh trượt dọc nếu nội dung dài */
    padding-right: 15px; /* Tùy chỉnh khoảng cách nếu cần */
}

.disclosure-box {
  width: 100%;
  box-sizing: border-box;
  margin: 28px 0;
  padding: 16px 18px;

  background-color: #fff9e6;        /* vàng nhạt */
  border: 2px dashed #f2a23a;       /* cam nét đứt */
  border-radius: 6px;

  font-size: 0.92rem;
  line-height: 1.65;
  color: #333;
}

.disclosure-box strong {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: #8a5a00;                   /* cam nâu nhẹ */
}
