/* ODAYNHA V19.4.12 + Cam Nang PHP — Home bridge v1.0.0 */
.home-cam-nang-section {
  position: relative;
  overflow: hidden;
  border: 1px solid #E9E2DA;
  border-radius: 1.5rem;
  background: #fff;
  padding: 1rem;
  box-shadow: 0 1px 2px rgba(32,32,30,.05), 0 10px 34px rgba(32,32,30,.04);
}
.home-cam-nang-section::before {
  content: "";
  position: absolute;
  width: 15rem;
  height: 15rem;
  right: -7rem;
  top: -8rem;
  border-radius: 999px;
  background: rgba(40,122,85,.07);
  pointer-events: none;
}
.home-cam-nang-head {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: .8rem;
  padding-bottom: .9rem;
  border-bottom: 1px solid #E9E2DA;
}
.home-cam-nang-kicker {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  width: fit-content;
  margin-bottom: .35rem;
  color: #287A55;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.home-cam-nang-head h2 {
  margin: 0;
  color: #20201E;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -.02em;
}
.home-cam-nang-head p {
  margin: .3rem 0 0;
  color: #6D6A66;
  font-size: .875rem;
  line-height: 1.55;
}
.home-cam-nang-all {
  display: inline-flex;
  min-height: 2.5rem;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  border: 1px solid rgba(40,122,85,.28);
  border-radius: .9rem;
  background: #FFF9F4;
  padding: .55rem .8rem;
  color: #287A55;
  font-size: .76rem;
  font-weight: 900;
  text-decoration: none;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}
.home-cam-nang-all:hover {
  border-color: #287A55;
  background: rgba(40,122,85,.07);
  transform: translateY(-1px);
}
.home-cam-nang-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: .8rem;
  padding-top: .9rem;
}
.home-cam-nang-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #E9E2DA;
  border-radius: 1.05rem;
  background: #FFF9F4;
  color: inherit;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.home-cam-nang-card:hover {
  transform: translateY(-2px);
  border-color: rgba(40,122,85,.4);
  box-shadow: 0 10px 28px rgba(32,32,30,.08);
}
.home-cam-nang-media {
  position: relative;
  width: 36%;
  min-width: 7.4rem;
  overflow: hidden;
  background: #E9E2DA;
}
.home-cam-nang-media img {
  width: 100%;
  height: 100%;
  min-height: 9.2rem;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}
.home-cam-nang-card:hover .home-cam-nang-media img { transform: scale(1.035); }
.home-cam-nang-placeholder {
  display: flex;
  min-height: 9.2rem;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #287A55, #1f6748);
  color: rgba(255,255,255,.92);
  font-size: .75rem;
  font-weight: 900;
}
.home-cam-nang-body {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  padding: .85rem;
}
.home-cam-nang-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .35rem .5rem;
  color: #287A55;
  font-size: .66rem;
  font-weight: 800;
}
.home-cam-nang-meta span + span::before {
  content: "•";
  margin-right: .5rem;
  color: #B6AEA5;
}
.home-cam-nang-title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: .45rem 0 0;
  color: #20201E;
  font-size: .98rem;
  line-height: 1.32;
  font-weight: 900;
  letter-spacing: -.01em;
}
.home-cam-nang-excerpt {
  display: none;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: .45rem 0 0;
  color: #6D6A66;
  font-size: .76rem;
  line-height: 1.5;
}
.home-cam-nang-read {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  margin-top: auto;
  padding-top: .55rem;
  color: #287A55;
  font-size: .72rem;
  font-weight: 900;
}
.home-cam-nang-empty {
  grid-column: 1 / -1;
  border: 1px dashed rgba(40,122,85,.3);
  border-radius: 1rem;
  background: #FFF9F4;
  padding: 1.1rem;
  text-align: center;
  color: #6D6A66;
  font-size: .8rem;
}
.home-cam-nang-skeleton {
  min-height: 9.5rem;
  border: 1px solid #E9E2DA;
  border-radius: 1.05rem;
  background: linear-gradient(90deg, #F8F4EF 25%, #fff 40%, #F8F4EF 65%);
  background-size: 400% 100%;
  animation: home-cam-nang-shimmer 1.25s ease-in-out infinite;
}
@keyframes home-cam-nang-shimmer { 0% { background-position: 100% 0; } 100% { background-position: 0 0; } }

@media (min-width: 640px) {
  .home-cam-nang-section { padding: 1.25rem; }
  .home-cam-nang-head { flex-direction: row; align-items: end; justify-content: space-between; }
  .home-cam-nang-head h2 { font-size: 1.5rem; }
  .home-cam-nang-excerpt { display: -webkit-box; }
}
@media (min-width: 768px) {
  .home-cam-nang-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .9rem; }
  .home-cam-nang-card { display: block; }
  .home-cam-nang-media { width: 100%; min-width: 0; aspect-ratio: 16 / 9; }
  .home-cam-nang-media img, .home-cam-nang-placeholder { min-height: 0; height: 100%; }
  .home-cam-nang-body { min-height: 12rem; padding: 1rem; }
}
