/*
Theme Name: Findme
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.mf-tour-box .img-inner{position:relative;overflow:hidden;}
.mf-tour-box .tour-view-btn{
  position:absolute; bottom:10px; right:10px;
  padding:6px 12px;
  background:rgba(0,112,255,.85);
  color:#fff;
  border-radius:3px;
  text-decoration:none;
  transition:background .3s;
  z-index:10;
}
.mf-tour-box .tour-view-btn:hover{
  background:rgba(0,112,255,1);
}
.customer-counter {
  display: flex;
  align-items: center;
  font-family: sans-serif;
}

.avatar-group {
  display: flex;
  margin-right: 16px;
}

.avatar-group img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  margin-left: -12px;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
}

.avatar-group img:first-child {
  margin-left: 0;
}

.counter {
  font-size: 1.3rem;
  font-weight: bold;
  margin-right: 8px;
}

.label {
  font-size: 1rem;
  color: #333;
}
/* ---- CSS ---- */
.read-more-wrapper {
  max-width: 600px;
  margin: 40px auto;
  font-family: sans-serif;
}

.read-more-wrapper .more-text {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease;
}

.toggle-btn {
  display: block;
  margin: 12px auto 0;
  padding: 8px 16px;
  background: #0070ff;
  color: #fff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-size: 0.9rem;
}

/* Khi container có class .open thì bung phần .more-text */
.read-more-wrapper.open .more-text {
  /* max-height sẽ được JS ghi đè bằng scrollHeight để vừa đủ */
}
.noibatchoahoanh {
  display: inline-block;
  margin: 20px auto;
  padding: 8px 16px;
  background-color: rgb(5, 166, 215); /* nền đậm nhẹ */
  color: #fff;                               /* chữ vàng nhạt */
  font-size: 16px;
  font-weight: 600;                             /* đậm hơn bình thường */
  border-radius: 6px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);   /* bóng chữ nhẹ */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);      /* khung hơi “nổi” */
  text-align: center;
}



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}