.jh-meeting-mobile-card,
.jh-meeting-side-card,
.jh-meeting-article-card,
.jh-meeting-article-strip { box-sizing: border-box; }

.jh-meeting-mobile-card { display: none; }

.jh-meeting-label {
  display: inline-block;
  margin-bottom: 9px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #eaf4fc;
  color: #246aa8;
  font-size: 13px;
  font-weight: 700;
}

.jh-meeting-side-card {
  margin-bottom: 20px;
  padding: 22px 20px;
  border-top: 4px solid #246aa8;
  background: linear-gradient(145deg, #ffffff 0%, #f3f8fc 100%);
  box-shadow: 0 5px 18px rgba(35, 85, 126, .12);
}

.jh-meeting-side-card h3 { margin: 0 0 10px; color: #1d3550; font-size: 21px; line-height: 1.4; }
.jh-meeting-side-card p { margin: 0 0 13px; color: #526171; font-size: 14px; line-height: 1.8; }
.jh-meeting-side-card ul { margin: 0 0 17px; padding: 0; list-style: none; }
.jh-meeting-side-card li { position: relative; padding: 5px 0 5px 18px; color: #33475b; font-size: 13px; line-height: 1.55; }
.jh-meeting-side-card li:before { content: "✓"; position: absolute; left: 0; color: #2b7dbb; font-weight: 700; }

.jh-meeting-primary,
.jh-meeting-phone,
.jh-meeting-side-phone { text-decoration: none !important; }

.jh-meeting-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 17px;
  border-radius: 4px;
  background: #246aa8;
  color: #fff !important;
  font-weight: 700;
}

.jh-meeting-primary:hover { background: #1b5688; }
.jh-meeting-side-card .jh-meeting-primary { display: flex; }
.jh-meeting-side-phone { display: block; margin-top: 12px; color: #246aa8 !important; text-align: center; font-size: 14px; font-weight: 700; }

.jh-meeting-article-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 18px 0 24px;
  padding: 14px 17px;
  border-left: 4px solid #2c7cb7;
  background: #f2f8fc;
  color: #34495e !important;
  line-height: 1.7;
}

.jh-meeting-article-strip strong { color: #1f5f90; }
.jh-meeting-article-strip b { flex: 0 0 auto; color: #246aa8; }

.jh-meeting-article-card {
  margin: 28px 0 24px;
  padding: 23px;
  border: 1px solid #d9e8f4;
  border-radius: 6px;
  background: #f8fbfd;
}

.jh-meeting-article-card h2 { margin: 0 0 10px; color: #1d3550; font-size: 22px; }
.jh-meeting-article-card p { margin: 0; color: #4f6070; line-height: 1.9; }
.jh-meeting-actions { display: flex; align-items: center; gap: 14px; margin-top: 17px; }
.jh-meeting-phone { color: #246aa8 !important; font-weight: 700; }

@media screen and (max-width: 768px) {
  body { padding-bottom: 68px; }
  .jh-meeting-mobile-card { display: block; margin: 12px 12px 18px; }
  .jh-meeting-card-inner {
    padding: 19px 17px;
    border: 1px solid #d3e5f2;
    border-radius: 8px;
    background: linear-gradient(145deg, #ffffff 0%, #eef7fd 100%);
    box-shadow: 0 5px 18px rgba(35, 85, 126, .1);
  }
  .jh-meeting-card-inner h2 { margin: 0 0 8px; color: #1d3550; font-size: 21px; line-height: 1.4; }
  .jh-meeting-card-inner p { margin: 0; color: #536474; font-size: 14px; line-height: 1.75; }
  .jh-meeting-points { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 13px; }
  .jh-meeting-points span { padding: 5px 9px; border-radius: 3px; background: #fff; color: #406077; font-size: 12px; }
  .jh-meeting-actions { align-items: stretch; flex-direction: column; gap: 9px; }
  .jh-meeting-primary { width: 100%; padding: 0; }
  .jh-meeting-phone { padding: 5px 0; text-align: center; font-size: 14px; }
  .jh-meeting-side-card { display: none; }
  .jh-meeting-article-strip { align-items: flex-start; margin: 14px 0 20px; padding: 13px 14px; font-size: 14px; }
  .jh-meeting-article-strip b { padding-top: 2px; }
  .jh-meeting-article-card { margin: 22px 0 18px; padding: 18px 15px; }
  .jh-meeting-article-card h2 { font-size: 20px; line-height: 1.5; }
  .zzchz { bottom: 82px !important; pointer-events: none; }
  .zzc { right: 7px !important; transform: scale(.82); transform-origin: right bottom; pointer-events: auto; }
  .foot { z-index: 1000; }
}
