.blt-help-v2 {
  background: #ffffff;
}

.blt-help-v2 .help-main {
  padding: 28px 0 40px;
}

.blt-help-v2 .help-card {
  background: transparent;
  border: 0;
  padding: 0;
  max-width: 820px;
  margin: 0 auto;
}

.blt-help-v2 .help-card h1 {
  margin: 0 0 8px;
  color: var(--blt-navy);
  font-size: clamp(24px, 2.4vw, 30px);
  line-height: 1.2;
}

.blt-help-v2 .help-card > p {
  margin: 0 0 22px;
  font-size: 16px;
  color: #4d5660;
  max-width: 760px;
}

.blt-help-v2 .help-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.blt-help-v2 .contact-card {
  border: 1px solid #d3d9df;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
}

.blt-help-v2 .contact-card-head {
  border-left: 4px solid var(--blt-navy);
  background: #edf1f5;
  padding: 14px 18px;
}

.blt-help-v2 .contact-card h2 {
  margin: 0;
  color: var(--blt-navy);
  font-size: 20px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 10px;
}

.blt-help-v2 .help-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.blt-help-v2 .help-icon svg,
.blt-help-v2 .line-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  stroke-width: 1.7;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.blt-help-v2 .contact-card-body {
  padding: 16px 18px 14px;
  min-height: 84px;
  background: #ffffff;
}

.blt-help-v2 .contact-line {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.35;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #6f7781;
}

.blt-help-v2 .contact-line:last-child {
  margin-bottom: 0;
}

.blt-help-v2 .line-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.blt-help-v2 .contact-line a {
  color: #1476c2;
}

.blt-help-v2 .contact-card-note {
  margin: 0;
  padding: 12px 18px;
  color: #616b76;
  font-size: 14px;
  line-height: 1.35;
  background: #f4f6f8;
  border-top: 1px solid #dbe0e5;
}

.blt-help-v2 .site-footer {
  margin-top: 18px;
}

@media (max-width: 900px) {
  .blt-help-v2 .help-main {
    padding: 22px 0 30px;
  }

  .blt-help-v2 .help-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .blt-help-v2 .contact-card-body {
    min-height: 0;
  }
}

@media (max-width: 600px) {
  .blt-help-v2 .help-card h1 {
    font-size: 22px;
  }

  .blt-help-v2 .help-card > p {
    font-size: 14px;
  }

  .blt-help-v2 .line-icon {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }
}
