@font-face {
    font-family: 'Poppins';
    src: url('/wp-content/themes/beauty/assets/fonts/DesignerVN-Poppins-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Poppins ExtraBold */
@font-face {
    font-family: 'Poppins';
    src: url('/wp-content/themes/beauty/assets/fonts/DesignerVN-Poppins-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
body {;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

.box-item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #eee;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.box-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.box-item a {
    text-decoration: none;
    color: #333;
    display: block;
}

.box-img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.box-title {
    font-size: 16px;
    font-weight: 600;
    padding: 12px;
    line-height: 1.4;
    min-height: 60px;
    text-align: center;
    color: #6b3e26;
}
.entry-title{
    font-size: 20px;
    font-weight: 600;
    padding: 12px;
    line-height: 1.4;
    min-height: 60px;
    text-align: center;
    color: #6b3e26;
}
.entry-content{
    font-size: 19px;
    color: #6b3e26;
}

@media (max-width: 768px) {

    .entry-content {
        max-height: calc(100vh - 140px); 
        overflow-y: auto;
        padding-bottom: 100px; /* tránh bị footer đè */
    }

}
.app {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;

  background: #fffaf3; /* nền vàng nhạt */
  border-top: 1px solid #eadbc8;

  box-shadow: 0 -4px 15px rgba(0,0,0,0.08);
  padding: 10px 12px;

  text-align: center;
  z-index: 9999;
}

/* Hiển thị dạng hàng ngang gọn gàng */
.app {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* vòng */
.round {
  font-size: 14px;
  color: #6b3e26;
}

/* số đếm */
.count {
  font-size: 32px;
  font-weight: bold;
  color: #8b5e3c;
}

/* group button */
.app button {
  padding: 10px 16px;
  font-size: 16px;
  margin: 0 4px;
  border: none;
  border-radius: 10px;
  background: #6b3e26;
  color: #fff;
}

/* nút chính (🙏) */
#btn {
  font-size: 20px;
  background: #a8743b;
}

/* hover nhẹ */
.app button:active {
  transform: scale(0.95);
}

/* Nút back */
.btn-back {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fffaf3;
    border: 1px solid #eadbc8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b3e26;
    text-decoration: none;
}

/* Footer app */
.app {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;

  background: #fffaf3;
  border-top: 1px solid #eadbc8;

  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 10px;
  z-index: 9999;
}

/* Scroll mobile */
@media (max-width: 768px) {
  .s-checkout {
    height: 100vh;
    display: flex;
    flex-direction: column;
  }

  .entry-content {
    overflow-y: auto;
    flex: 1;
    padding-bottom: 100px;
    -webkit-overflow-scrolling: touch;
  }
}
/* ===== Header ===== */
.header-bar {
    position: relative;
    text-align: center;
}

.entry-title {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    padding: 0 50px;
}

/* Nút back */
.btn-back {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fffaf3;
    border: 1px solid #eadbc8;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #6b3e26;
    text-decoration: none;
}

/* ===== Nội dung ===== */
.entry-content {
    line-height: 1.8;
}

/* ===== Footer App ===== */
.app {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;

    background: #fffaf3;
    border-top: 1px solid #eadbc8;

    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 10px;
    z-index: 9999;
}

.count {
    font-size: 24px;
    font-weight: bold;
}

.app button {
    padding: 8px 12px;
    border-radius: 8px;
    border: none;
    background: #6b3e26;
    color: #fff;
}

/* ===== Mobile scroll ===== */
@media (max-width: 768px) {

    .s-checkout {
        height: 100vh;
        display: flex;
        flex-direction: column;
    }

    .entry-content {
        overflow-y: auto;
        flex: 1;
        padding-bottom: 100px;
        -webkit-overflow-scrolling: touch;
    }
}
