/* Kaziranga Elephant Safari info page */
.kz-elephant-ptb {
  background: linear-gradient(180deg, #fbfaf5 0%, #fff 50%, #f8f7f2 100%);
}

/* Price card — stretch to match booking panel height */
.kz-elephant-price-card {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  min-height: 100%;
  box-shadow: 0 12px 40px rgba(58, 61, 43, 0.1);
}

.kz-elephant-price-card.kz-safari-price-card .kz-safari-price-card__body.kz-elephant-price-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 22px 24px 26px;
  min-height: 0;
}

/* Price rows — flex grid (labels centered, equal row heights) */
.kz-elephant-price-table-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 280px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(58, 61, 43, 0.12);
  box-shadow: 0 4px 20px rgba(58, 61, 43, 0.08);
  background: #fff;
}

.kz-elephant-price-rows {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}

.kz-elephant-price-row {
  display: grid;
  grid-template-columns: minmax(152px, 188px) 1fr;
  flex: 1;
  min-height: 118px;
  border-bottom: 1px solid rgba(58, 61, 43, 0.1);
}

.kz-elephant-price-row:last-child {
  border-bottom: none;
}

.kz-elephant-price-row__label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 28px 16px;
  text-align: center;
  color: #fff;
  background: linear-gradient(180deg, #3a3d2b 0%, #323528 50%, #2a5c38 100%);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.06);
}

.kz-elephant-price-row:nth-child(2) .kz-elephant-price-row__label {
  background: linear-gradient(180deg, #35382a 0%, #2f3226 50%, #267042 100%);
}

.kz-elephant-price-row:nth-child(3) .kz-elephant-price-row__label {
  background: linear-gradient(180deg, #323528 0%, #2c2f24 50%, #1f7a35 100%);
}

.kz-elephant-price-row__icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.kz-elephant-price-row__text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
  font-family: var(--togo-ff-marcellus, Georgia, serif);
}

.kz-elephant-price-row__text em {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  opacity: 0.88;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.kz-elephant-price-row__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 28px 26px;
  background: #fff;
}

.kz-elephant-price-row:nth-child(even) .kz-elephant-price-row__content {
  background: linear-gradient(180deg, #fefefe 0%, #f8faf5 100%);
}

.kz-elephant-price-row:hover .kz-elephant-price-row__content {
  background: linear-gradient(180deg, #fff 0%, rgba(31, 122, 53, 0.04) 100%);
}

.kz-elephant-price-cell__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin: 0;
}

.kz-elephant-price-cell__amount {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  padding: 8px 14px;
  font-size: 17px;
  font-weight: 800;
  color: #1f7a35;
  background: rgba(31, 122, 53, 0.1);
  border: 1px solid rgba(31, 122, 53, 0.22);
  border-radius: 50px;
  letter-spacing: -0.02em;
}

.kz-elephant-price-cell__amount small {
  font-size: 12px;
  font-weight: 600;
  color: rgba(17, 17, 17, 0.55);
}

.kz-elephant-price-cell__zone {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
  color: var(--togo-theme-primary, #3a3d2b);
  background: rgba(58, 61, 43, 0.08);
  border-radius: 8px;
  border: 1px solid rgba(58, 61, 43, 0.12);
}

.kz-elephant-price-cell__desc {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
  color: rgba(17, 17, 17, 0.68);
}

.kz-elephant-timing-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}

.kz-elephant-timing-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 14px;
  font-size: 12px;
  font-weight: 700;
  color: #155425;
  background: linear-gradient(135deg, rgba(31, 122, 53, 0.14) 0%, rgba(31, 122, 53, 0.06) 100%);
  border: 1px solid rgba(31, 122, 53, 0.25);
  border-radius: 50px;
}

.kz-elephant-timing-pill i {
  font-size: 11px;
  opacity: 0.85;
}

.kz-elephant-timing-pill--alt {
  color: #5a3b08;
  background: linear-gradient(135deg, rgba(215, 154, 18, 0.18) 0%, rgba(215, 154, 18, 0.08) 100%);
  border-color: rgba(215, 154, 18, 0.35);
}

.kz-elephant-timing-pill--alt em {
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  opacity: 0.9;
}

/* Notes block — fills remaining card height */
.kz-elephant-notes-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: auto;
  padding-top: 4px;
}

.kz-elephant-note-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 14px 16px;
  background: rgba(58, 61, 43, 0.04);
  border: 1px solid rgba(58, 61, 43, 0.1);
  border-radius: 12px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.kz-elephant-note-item:hover {
  border-color: rgba(31, 122, 53, 0.22);
  box-shadow: 0 4px 16px rgba(58, 61, 43, 0.06);
}

.kz-elephant-note-item__icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #1f7a35;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(58, 61, 43, 0.08);
}

.kz-elephant-note-item p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(17, 17, 17, 0.72);
}

.kz-elephant-note-item p strong {
  color: var(--togo-theme-primary, #3a3d2b);
}

.kz-elephant-note-item--warn {
  background: linear-gradient(135deg, rgba(215, 154, 18, 0.12) 0%, rgba(215, 154, 18, 0.05) 100%);
  border-color: rgba(215, 154, 18, 0.28);
}

.kz-elephant-note-item--warn .kz-elephant-note-item__icon {
  color: #b8860b;
}

@media (max-width: 767.98px) {
  .kz-elephant-price-row {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .kz-elephant-price-row__label {
    flex-direction: row;
    justify-content: flex-start;
    gap: 14px;
    padding: 16px 18px;
    text-align: left;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .kz-elephant-price-row__text {
    text-align: left;
  }

  .kz-elephant-price-row__text br {
    display: none;
  }

  .kz-elephant-price-row__text em {
    display: inline;
    margin-top: 0;
    margin-left: 4px;
  }

  .kz-elephant-price-row__content {
    padding: 18px 16px 20px;
  }

  .kz-elephant-price-card.kz-safari-price-card .kz-safari-price-card__body.kz-elephant-price-card__body {
    padding: 18px 16px 20px;
  }
}

.kz-elephant-routes-block {
  margin-top: 18px;
  padding: 16px;
  background: rgba(58, 61, 43, 0.04);
  border: 1px solid rgba(58, 61, 43, 0.1);
  border-radius: 12px;
}

.kz-elephant-routes-block__title {
  margin: 0 0 12px;
  font-size: 15px;
  font-family: var(--togo-ff-marcellus);
  color: var(--togo-common-black);
}

.kz-elephant-routes-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.kz-elephant-routes-list li {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(17, 17, 17, 0.72);
  padding-bottom: 12px;
  border-bottom: 1px dashed rgba(17, 17, 17, 0.1);
}

.kz-elephant-routes-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.kz-elephant-routes-list strong {
  color: var(--togo-theme-primary, #3a3d2b);
}

.kz-elephant-routes-list__km {
  font-size: 11px;
  font-weight: 700;
  color: #1f7a35;
}

.kz-elephant-routes-note {
  margin: 12px 0 0;
  font-size: 12px;
  line-height: 1.55;
  color: rgba(17, 17, 17, 0.6);
}

.kz-elephant-info-ptb {
  --kz-info-primary: #3a3d2b;
  --kz-info-accent: #1f7a35;
  --kz-info-accent-2: #d79a12;
  --kz-info-surface: #ffffff;
  --kz-info-muted: rgba(17, 17, 17, 0.58);
  --kz-info-border: rgba(17, 17, 17, 0.08);
  --kz-info-radius: 18px;
  background: linear-gradient(180deg, #fff 0%, #fbfaf5 100%);
  padding-top: 60px;
}

/* Info cards — spacing below floating tag */
.kz-elephant-info-stack .kz-safari-info-card__body {
  padding-top: 14px;
}

.kz-elephant-info-stack .kz-safari-info-card__title {
  margin-top: 4px;
  margin-bottom: 18px;
}

/* Important points — visible numbered badges */
.kz-elephant-points-card {
  background: linear-gradient(165deg, #fff 0%, #f9fbf7 100%);
  border-color: rgba(31, 122, 53, 0.15);
}

.kz-elephant-points-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 22px;
}

.kz-elephant-points-list li {
  align-items: flex-start;
  gap: 14px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid rgba(58, 61, 43, 0.08);
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(17, 17, 17, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.kz-elephant-points-list li:hover {
  border-color: rgba(31, 122, 53, 0.22);
  box-shadow: 0 6px 18px rgba(31, 122, 53, 0.08);
}

.kz-elephant-points-list .kz-safari-info-list__num {
  width: 34px;
  height: 34px;
  font-size: 13px;
  font-weight: 800;
  color: #fff !important;
  background: linear-gradient(145deg, #3a3d2b 0%, #1f7a35 100%) !important;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(31, 122, 53, 0.35);
  line-height: 1;
}

.kz-elephant-points-list li > span:last-child {
  flex: 1;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(17, 17, 17, 0.78);
}

/* Itinerary timeline */
.kz-elephant-itinerary-card {
  background: linear-gradient(165deg, #fff 0%, #faf8f3 100%);
  border-color: rgba(215, 154, 18, 0.18);
}

.kz-elephant-itinerary-intro {
  margin: 0 0 24px;
  padding: 16px 18px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(17, 17, 17, 0.72);
  background: rgba(58, 61, 43, 0.05);
  border-left: 4px solid #1f7a35;
  border-radius: 0 12px 12px 0;
}

.kz-elephant-itinerary-timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  padding-left: 8px;
}

.kz-elephant-itinerary-day {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 20px;
  padding-bottom: 28px;
  position: relative;
}

.kz-elephant-itinerary-day:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 35px;
  top: 72px;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, #1f7a35 0%, rgba(31, 122, 53, 0.2) 100%);
}

.kz-elephant-itinerary-day:last-child {
  padding-bottom: 0;
}

.kz-elephant-itinerary-day__marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 1;
}

.kz-elephant-itinerary-day__num {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #1f7a35;
  text-transform: uppercase;
}

.kz-elephant-itinerary-day__icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  background: linear-gradient(145deg, #3a3d2b 0%, #1f7a35 100%);
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 4px 16px rgba(31, 122, 53, 0.3);
}

.kz-elephant-itinerary-day--highlight .kz-elephant-itinerary-day__icon {
  background: linear-gradient(145deg, #d79a12 0%, #b8860b 100%);
  box-shadow: 0 4px 16px rgba(215, 154, 18, 0.35);
}

.kz-elephant-itinerary-day__card {
  padding: 20px 22px;
  background: #fff;
  border: 1px solid rgba(58, 61, 43, 0.1);
  border-radius: 14px;
  box-shadow: 0 6px 24px rgba(17, 17, 17, 0.06);
}

.kz-elephant-itinerary-day--highlight .kz-elephant-itinerary-day__card {
  border-color: rgba(31, 122, 53, 0.22);
  background: linear-gradient(135deg, #fff 0%, rgba(31, 122, 53, 0.06) 100%);
}

.kz-elephant-itinerary-day__title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--togo-ff-marcellus);
  color: var(--togo-common-black);
}

.kz-elephant-itinerary-day__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(17, 17, 17, 0.72);
}

.kz-elephant-itinerary-day__text strong {
  color: #1f7a35;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .kz-elephant-points-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .kz-elephant-itinerary-day {
    grid-template-columns: 56px 1fr;
    gap: 14px;
  }

  .kz-elephant-itinerary-day__icon {
    width: 44px;
    height: 44px;
    font-size: 17px;
  }

  .kz-elephant-itinerary-day:not(:last-child)::after {
    left: 27px;
    top: 60px;
  }
}

.kz-elephant-info-stack {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding-top: 8px;
}

/* First info card: extra room so floating tag is not flush with section top */
.kz-elephant-info-stack > .kz-safari-info-card:first-child {
  margin-top: 4px;
  padding-top: 58px;
}

.kz-elephant-info-split-row {
  align-items: stretch;
}

.kz-elephant-info-media {
  margin: 0;
  height: 100%;
  min-height: 280px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 8px 28px rgba(17, 17, 17, 0.06);
  background: #f5f5f2;
}

.kz-elephant-info-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
}

.kz-elephant-info-media__cap {
  padding: 8px 12px;
  font-size: 11px;
  text-align: center;
  color: rgba(17, 17, 17, 0.55);
  background: #fff;
  border-top: 1px solid rgba(17, 17, 17, 0.06);
}

.kz-elephant-info-stack .kz-safari-info-card__title {
  font-size: clamp(20px, 2.2vw, 24px);
}

.kz-elephant-info-stack .kz-safari-info-card__text a {
  color: #1f7a35;
  font-weight: 600;
  text-decoration: none;
}

.kz-elephant-info-stack .kz-safari-info-card__text a:hover {
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  .kz-elephant-info-media {
    min-height: 220px;
  }

  .kz-elephant-info-media img {
    min-height: 200px;
  }
}

@media (max-width: 767.98px) {
  .kz-elephant-info-media {
    min-height: auto;
  }

  .kz-elephant-info-media img {
    min-height: 220px;
    aspect-ratio: 16 / 10;
  }
}

.kz-elephant-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  color: var(--togo-theme-primary, #3a3d2b);
  background: rgba(31, 122, 53, 0.12);
  border: 1px solid rgba(31, 122, 53, 0.22);
  border-radius: 50px;
}

.kz-elephant-intro__title {
  margin: 0 0 10px;
  font-family: var(--togo-ff-marcellus);
  font-size: clamp(22px, 2.8vw, 30px);
}

.kz-elephant-intro__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(17, 17, 17, 0.68);
}

.kz-elephant-timing-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 0;
}

.kz-elephant-timing-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
  color: #1f7a35;
  background: rgba(31, 122, 53, 0.1);
  border: 1px solid rgba(31, 122, 53, 0.2);
  border-radius: 50px;
}

.kz-elephant-timing-pill i {
  font-size: 11px;
}

.kz-elephant-included {
  margin: 14px 0 0;
  padding: 12px 14px;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(17, 17, 17, 0.72);
  background: rgba(58, 61, 43, 0.06);
  border-left: 3px solid var(--togo-theme-primary, #3a3d2b);
  border-radius: 0 10px 10px 0;
}

.kz-elephant-layout {
  align-items: flex-start;
}

.kz-elephant-content p {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(17, 17, 17, 0.72);
}

.kz-elephant-content h3 {
  margin: 28px 0 12px;
  font-family: var(--togo-ff-marcellus);
  font-size: 20px;
  color: var(--togo-common-black);
}

.kz-elephant-content h3:first-child {
  margin-top: 0;
}

.kz-elephant-experience {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 24px;
  align-items: center;
  margin: 28px 0;
  padding: 20px;
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(17, 17, 17, 0.05);
}

.kz-elephant-experience__img {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.kz-elephant-experience__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kz-elephant-experience__title {
  margin: 0 0 10px;
  font-family: var(--togo-ff-marcellus);
  font-size: 22px;
}

.kz-elephant-experience__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(17, 17, 17, 0.68);
}

.kz-elephant-zones {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 8px;
}

.kz-elephant-zone-card {
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.kz-elephant-zone-card:hover {
  border-color: rgba(31, 122, 53, 0.25);
  box-shadow: 0 10px 30px rgba(58, 61, 43, 0.08);
}

.kz-elephant-zone-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px;
  background: linear-gradient(90deg, rgba(58, 61, 43, 0.06) 0%, rgba(31, 122, 53, 0.06) 100%);
  border-bottom: 1px solid rgba(17, 17, 17, 0.06);
}

.kz-elephant-zone-card__name {
  margin: 0;
  font-size: 16px;
  font-family: var(--togo-ff-marcellus);
  display: flex;
  align-items: center;
  gap: 10px;
}

.kz-elephant-zone-card__badge {
  padding: 4px 10px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #1f7a35;
  background: rgba(31, 122, 53, 0.12);
  border-radius: 50px;
  white-space: nowrap;
}

.kz-elephant-zone-card__body {
  padding: 14px 18px 16px;
}

.kz-elephant-zone-card__body p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(17, 17, 17, 0.68);
}

.kz-elephant-route {
  margin-top: 10px;
  padding: 10px 12px;
  font-size: 12px;
  line-height: 1.55;
  color: rgba(17, 17, 17, 0.6);
  background: #fafaf8;
  border-radius: 8px;
  border: 1px dashed rgba(17, 17, 17, 0.12);
}

.kz-elephant-route strong {
  color: var(--togo-theme-primary, #3a3d2b);
}

.kz-elephant-rules {
  margin-top: 24px;
  padding: 18px 20px;
  background: linear-gradient(135deg, rgba(58, 61, 43, 0.06) 0%, rgba(31, 122, 53, 0.08) 100%);
  border: 1px solid rgba(58, 61, 43, 0.12);
  border-radius: 14px;
}

.kz-elephant-rules h4 {
  margin: 0 0 10px;
  font-size: 16px;
  font-family: var(--togo-ff-marcellus);
}

.kz-elephant-rules p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(17, 17, 17, 0.72);
}

.kz-elephant-sidebar {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.kz-elephant-book-card {
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 16px;
  padding: 20px 18px;
  box-shadow: 0 10px 32px rgba(17, 17, 17, 0.07);
}

.kz-elephant-book-card__title {
  margin: 0 0 16px;
  padding-bottom: 12px;
  font-size: 18px;
  font-family: var(--togo-ff-marcellus);
  border-bottom: 2px solid rgba(58, 61, 43, 0.12);
}

.kz-elephant-book-card .kz-safari-guest-type {
  margin-bottom: 14px;
}

.kz-elephant-book-card .togo-btn-primary,
.kz-elephant-book-card .kz-safari-submit {
  width: 100%;
  border-radius: 50px;
}

.kz-elephant-book-note {
  margin: 12px 0 0;
  font-size: 11px;
  line-height: 1.5;
  color: rgba(17, 17, 17, 0.55);
  text-align: center;
}

.kz-elephant-call-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.kz-elephant-call-row a {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 12px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--togo-theme-primary, #3a3d2b) 0%, #2f3226 100%);
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
}

.kz-elephant-call-row a span:first-child {
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  opacity: 0.85;
}

.kz-elephant-call-row a:hover {
  color: #fff;
}

.kz-elephant-link-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.kz-elephant-link-list li + li {
  margin-top: 8px;
}

.kz-elephant-link-list a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(17, 17, 17, 0.72);
  text-decoration: none;
}

.kz-elephant-link-list a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1f7a35;
  flex-shrink: 0;
}

.kz-elephant-link-list a:hover {
  color: var(--togo-theme-primary);
}

@media (max-width: 991.98px) {
  .kz-elephant-sidebar {
    position: static;
  }

  .kz-elephant-experience {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .kz-elephant-call-row {
    grid-template-columns: 1fr;
  }
}
