.ds14b-grid {
  gap: 14px;
}

.ds14b-card {
  position: relative;
  min-height: 0 !important;
  height: 260px;
  max-height: 280px;
  border-radius: 18px;
  cursor: default;
}

.ds14b-premium-description {
  max-width: 920px;
  margin: 18px auto 0;
  padding: 16px 18px;
  border: 1px solid rgba(236, 196, 112, .34);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(70, 48, 18, .32), rgba(9, 16, 24, .48)),
    rgba(8, 12, 18, .42);
  color: #f6dc9b !important;
  box-shadow:
    0 0 24px rgba(222, 168, 62, .14),
    inset 0 1px 0 rgba(255, 239, 193, .16);
  text-shadow: 0 0 18px rgba(238, 190, 86, .22);
}

.ds14b-card .ds14b-media {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  width: 100%;
  min-height: 0 !important;
  height: calc(100% - 54px);
  border-bottom: 1px solid rgba(125, 215, 255, .13);
  background: #000;
  overflow: hidden;
}

.ds14b-service-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #000;
}

.ds14b-card-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 54px;
  padding: 8px;
  background: rgba(0, 0, 0, .88);
}

.ds14b-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(125, 215, 255, .58);
  background: rgba(8, 28, 46, .94);
  color: #eef8ff;
  font-size: .78rem;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.ds14b-cta:hover,
.ds14b-cta:focus-visible {
  border-color: rgba(189, 238, 255, .94);
  background: rgba(18, 58, 86, .98);
  outline: none;
}

.ds14b-cta-secondary {
  border-color: rgba(238, 248, 255, .30);
  background: rgba(255, 255, 255, .08);
}

.ds14b-panel-disabled {
  display: none !important;
}

@media (max-width: 1180px) {
  .ds14b-card {
    height: 240px;
  }
}

@media (max-width: 760px) {
  .ds14b-grid {
    gap: 12px;
  }

  .ds14b-card {
    height: 210px;
    max-height: 220px;
    border-radius: 16px;
  }

  .ds14b-card .ds14b-media {
    height: calc(100% - 52px);
  }

  .ds14b-card-actions {
    min-height: 52px;
    padding: 7px;
  }

  .ds14b-cta {
    min-height: 32px;
    padding: 0 10px;
    font-size: .76rem;
  }
}
