.jkpeace-transport-wrap {
  width: 100%;
}

.jkpeace-transport-card {
  width: 100%;
  background: #ffffff;
  border: 1px solid #dce9f2;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(13, 34, 58, 0.08);
}

.jkpeace-transport-card__media {
  line-height: 0;
  overflow: hidden;
}

.jkpeace-transport-card__img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.jkpeace-transport-card__body {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.jkpeace-transport-card__title {
  margin: 0;
  color: #1f3147;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
}

.jkpeace-transport-card__meta {
  display: grid;
  gap: 10px;
}

.jkpeace-transport-card__field {
  display: grid;
  grid-template-columns: minmax(120px, 44%) minmax(0, 1fr);
  align-items: start;
  column-gap: 10px;
  padding: 10px 12px;
  border: 1px solid #dce9f2;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.86);
}

.jkpeace-transport-card__field-label-wrap {
  display: inline-flex;
  align-items: center;
  column-gap: 8px;
  min-width: 0;
}

.jkpeace-transport-card__field-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: #1f3147;
}

.jkpeace-transport-card__field-icon i {
  font-size: 14px;
  line-height: 1;
}

.jkpeace-transport-card__field-icon svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
  stroke: currentColor;
}

.jkpeace-transport-card__label {
  color: #617487;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
}

.jkpeace-transport-card__value {
  color: #1f3147;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
}

.jkpeace-transport-card__quote-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 4px;
  padding: 12px 16px;
  border: 1px solid #0c2d57;
  border-radius: 10px;
  background: #0c2d57;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: all 250ms ease;
}

.jkpeace-transport-card__btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  line-height: 1;
}

.jkpeace-transport-card__btn-icon i {
  font-size: 14px;
  line-height: 1;
}

.jkpeace-transport-card__btn-icon svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
  stroke: currentColor;
}

.jkpeace-transport-card__quote-btn:hover {
  background: #17477f;
  border-color: #17477f;
  color: #ffffff;
}

@media (max-width: 767px) {
  .jkpeace-transport-card__img {
    height: 220px;
  }

  .jkpeace-transport-card__title {
    font-size: 22px;
  }

  .jkpeace-transport-card__field {
    grid-template-columns: 1fr;
    row-gap: 6px;
  }
}
