:root {
  --lichvutru-with: 353px;
}
/* Lịch Vũ Trụ – giống hệt ảnh */
.lichvutru-wrapper {
  /*max-width: var(--lichvutru-with);*/
  margin: 0 auto;
}
.lichvutru-header {
  /*background: linear-gradient(135deg, #0d47a1, #1976d2);*/
  background: #01417E;
  color: #fff;
  padding: 16px;
  border-radius: 12px 12px 0 0;
}
.lichvutru-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.lichvutru-title h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 110%;
}
.lichvutru-header .header-left {
  display: flex;
  flex-direction: column;
  /*gap: 24px;*/
  gap: 12px;
}
.lichvutru-header .header-left img {
  width: 100%;
  max-width: 37px;
}
.lichvutru-header .header-right img {
  width: 100%;
  /*max-width: 157px;*/
  width: 157px;
  height: 195px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #fff;
}
.lichvutru-body {
  border-radius: 0 0 12px 12px;
  border: 1px solid rgb(0, 0, 0, 0.15);
}

.lichvutru-date {
  /*text-align: center;
  margin-bottom: 1.5rem;*/
}
.lichvutru-date .day-name {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
}
.lichvutru-date .day-big {
  font-size: 49px;
  font-weight: 700;
  line-height: 110%;
  /*margin: 0.25rem 0;*/
}
.lichvutru-date .lunar {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
.lichvutru-date .can-chi {
  color: #4fc3f7;
  font-size: 0.9rem;
}
.lichvutru-advice {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
}
.lichvutru-advice ol {
  margin: 0 0 1rem 1.2rem;
  padding: 0;
}
.lichvutru-advice li {
  margin-bottom: 0.75rem;
}
.advice-list {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.advice-title,
.advice-subtitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}
.lichvutru-advice .advice-body {
  /*background: rgba(0,150,0,0.35);*/
  background: #F4F6F8;
  border-radius: 8px;
  color: rgb(0, 0, 0, 0.85);
  padding: 12px;
  max-height: 138px;
  overflow-y: hidden;
}
.lichvutru-advice .advice-bad {
  background: rgba(200,0,0,0.35);
  border-radius: 0.75rem;
  padding: 0.9rem;
  margin-top: 0.75rem;
}
.lichvutru-advice h5 {
  margin: 0 0 0.5rem 0;
  font-size: 1.1rem;
}
.lichvutru-btn {
  display: block;
  background: #01417E;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 12px 16px;
  border-radius: 32px;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s;
}
.lichvutru-btn:hover {
  background: var(--main-color);
  color: #fff;
  transform: translateY(-2px);
}
@media screen and (min-width: 992px) {
  .lichvutru-title {
    display: flex;
    align-items: self-end;
    justify-content: space-between;
  }
  .lichvutru-title h2 {
    font-size: 13px;
    font-weight: 700;
    line-height: 110%;
  }
  .lichvutru-date .day-big {
    font-size: 30px;
    font-weight: 700;
    line-height: 110%;
  }
}
@media screen and (min-width: 1011px) {
  .lichvutru-title {
    display: flex;
    align-items: self-end;
    justify-content: space-between;
  }
  .lichvutru-title h2 {
    font-size: 14px;
    font-weight: 700;
    line-height: 110%;
  }
  .lichvutru-date .day-big {
    font-size: 32px;
    font-weight: 700;
    line-height: 110%;
  }
}
@media screen and (min-width: 1200px) {
  .lichvutru-title h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 110%;
  }
  .lichvutru-date .day-big {
    font-size: 40px;
    font-weight: 700;
    line-height: 110%;
  }
}