.bc-voiv-page {
  width: 100%;
  overflow: hidden;
}

.bc-voiv-page {
  max-width: 100%;
  padding: 0;
  margin: 0;
  width: 100%;
}

.single-wojewodztwo .site-content,
.single-wojewodztwo .ast-container,
.single-wojewodztwo .entry-content {
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.bc-voiv-page .bc-phone-box,
.bc-voiv-page .bc-faq {
  max-width: calc(var(--bc-city-w) - 2 * var(--bc-city-px));
  margin-left: auto;
  margin-right: auto;
}

.bc-voiv-page .bc-phone-box  { margin-top: 1rem; margin-bottom: 1rem; }
.bc-voiv-page .bc-faq        { margin-top: 1rem; margin-bottom: 1.5rem; }

.bc-voiv-page .bc-city-reviews {
  max-width: var(--bc-city-w);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--bc-city-px);
  padding-right: var(--bc-city-px);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.bc-voiv-page > .wp-block-heading,
.bc-voiv-page > p,
.bc-voiv-page > .wp-block-paragraph {
  max-width: var(--bc-city-w);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--bc-city-px);
  padding-right: var(--bc-city-px);
}

.bc-voiv-page > .wp-block-heading {
  font-size: 1.35rem;
  font-weight:700;
  color: #111;
  margin-top: 2.5rem;
  margin-bottom: 0.75rem;
}

.bc-voiv-page > p,
.bc-voiv-page > .wp-block-paragraph {
  font-size: 0.88rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 0.6rem;
}

@media (max-width: 700px) {
  .bc-voiv-page > .wp-block-heading,
  .bc-voiv-page > p,
  .bc-voiv-page > .wp-block-paragraph {
    padding-left: var(--bc-city-px-m, 1.5rem);
    padding-right: var(--bc-city-px-m, 1.5rem);
  }

  .bc-voiv-page .bc-phone-box,
  .bc-voiv-page .bc-faq {
    max-width: calc(100% - 2 * var(--bc-city-px-m, 1.5rem));
  }

  .bc-voiv-page .bc-city-reviews {
    padding-left: var(--bc-city-px-m, 1.5rem);
    padding-right: var(--bc-city-px-m, 1.5rem);
  }
}

.bc-voiv-cities {
  max-width: var(--bc-city-w, 900px);
  margin: 0 auto;
  padding: 2rem var(--bc-city-px, 2.5rem) 2.5rem;
}

.bc-voiv-cities-label {
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #0031F4;
  margin-bottom: 0.5rem;
}

.bc-voiv-cities-heading {
  font-size: 1.2rem;
  font-weight:700;
  color: #111;
  margin-bottom: 0.5rem;
}

.bc-voiv-cities-sub {
  font-size: 0.82rem;
  color: #555;
  line-height: 1.65;
  margin-bottom: 1.25rem;
}

.bc-voiv-cities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
}

.bc-voiv-city-card {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.85rem 1rem;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  transition: all 0.25s;
  position: relative;
  overflow: hidden;
}

.bc-voiv-city-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #0031F4;
  opacity: 0;
  transition: opacity 0.25s;
}

.bc-voiv-city-card:hover {
  border-color: #0031F4;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,49,244,0.08);
  text-decoration: none;
  color: inherit;
}

.bc-voiv-city-card:hover::before {
  opacity: 1;
}

.bc-voiv-city-pin {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(0,49,244,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.25s;
}

.bc-voiv-city-card:hover .bc-voiv-city-pin {
  background: #0031F4;
}

.bc-voiv-city-pin svg {
  width: 14px;
  height: 14px;
  stroke: #0031F4;
  transition: stroke 0.25s;
}

.bc-voiv-city-card:hover .bc-voiv-city-pin svg {
  stroke: #fff;
}

.bc-voiv-city-info {
  flex: 1;
  min-width: 0;
}

.bc-voiv-city-name {
  font-size: 0.78rem;
  font-weight: 700;
  color: #111;
  transition: color 0.2s;
}

.bc-voiv-city-card:hover .bc-voiv-city-name {
  color: #0031F4;
}

.bc-voiv-city-meta {
  display: flex;
  gap: 0.6rem;
  margin-top: 0.15rem;
}

.bc-voiv-city-meta span {
  font-size: 0.56rem;
  font-weight: 600;
  color: #888;
}

.bc-voiv-city-arrow {
  width: 16px;
  height: 16px;
  stroke: #888;
  flex-shrink: 0;
  transition: all 0.25s;
}

.bc-voiv-city-card:hover .bc-voiv-city-arrow {
  stroke: #0031F4;
  transform: translateX(3px);
}

.bc-voiv-services {
  background: #F5F5F7;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}

.bc-voiv-services-inner {
  max-width: var(--bc-city-w, 900px);
  margin: 0 auto;
  padding: 2rem var(--bc-city-px, 2.5rem) 2.5rem;
}

.bc-voiv-services-label {
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #0031F4;
  margin-bottom: 0.5rem;
}

.bc-voiv-services-heading {
  font-size: 1.2rem;
  font-weight:700;
  color: #111;
  margin-bottom: 0.5rem;
}

.bc-voiv-services-sub {
  font-size: 0.82rem;
  color: #555;
  line-height: 1.65;
  margin-bottom: 1.25rem;
}

.bc-voiv-services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.bc-voiv-svc-card {
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  padding: 1.25rem 1.35rem;
  transition: all 0.25s;
  cursor: default;
  position: relative;
  overflow: hidden;
}

.bc-voiv-svc-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #0031F4;
  opacity: 0;
  transition: opacity 0.25s;
}

.bc-voiv-svc-card:hover {
  border-color: #0031F4;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,49,244,0.06);
}

.bc-voiv-svc-card:hover::before {
  opacity: 1;
}

.bc-voiv-svc-card--full {
  grid-column: 1 / -1;
}

.bc-voiv-svc-top {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.6rem;
}

.bc-voiv-svc-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(0,49,244,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.25s;
}

.bc-voiv-svc-card:hover .bc-voiv-svc-icon {
  background: #0031F4;
}

.bc-voiv-svc-icon svg {
  width: 18px;
  height: 18px;
  stroke: #0031F4;
  transition: stroke 0.25s;
}

.bc-voiv-svc-card:hover .bc-voiv-svc-icon svg {
  stroke: #fff;
}

.bc-voiv-svc-name {
  font-size: 0.82rem;
  font-weight: 700;
  color: #111;
}

.bc-voiv-svc-price {
  font-size: 0.62rem;
  font-weight: 700;
  color: #0031F4;
  margin-top: 0.1rem;
}

.bc-voiv-svc-desc {
  font-size: 0.72rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 0.65rem;
}

.bc-voiv-svc-link {
  font-size: 0.64rem;
  font-weight: 700;
  color: #0031F4;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  transition: gap 0.25s;
}

.bc-voiv-svc-card:hover .bc-voiv-svc-link {
  gap: 0.5rem;
}

.bc-voiv-svc-link svg {
  width: 12px;
  height: 12px;
  stroke: #0031F4;
}

.bc-voiv-stats {
  background: #0031F4;
  position: relative;
  overflow: hidden;
}

.bc-voiv-stats::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 50%, rgba(255,255,255,0.04) 0%, transparent 50%),
    radial-gradient(circle at 80% 50%, rgba(255,255,255,0.03) 0%, transparent 50%);
  pointer-events: none;
}

.bc-voiv-stats-inner {
  position: relative;
  z-index: 1;
  max-width: var(--bc-city-w, 900px);
  margin: 0 auto;
  padding: 2.5rem var(--bc-city-px, 2.5rem);
  text-align: center;
}

.bc-voiv-stats-label {
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.45);
  margin-bottom: 0.5rem;
}

.bc-voiv-stats-heading {
  font-size: 1.15rem;
  font-weight:700;
  color: #fff;
  margin-bottom: 1.5rem;
}

.bc-voiv-stats-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

.bc-voiv-stat-item {
  padding: 0.75rem 0.5rem;
  border-radius: 10px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  transition: all 0.25s;
  cursor: default;
}

.bc-voiv-stat-item:hover {
  background: rgba(255,255,255,0.12);
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

.bc-voiv-stat-num {
  font-size: 1.6rem;
  font-weight:700;
  color: #fff;
  line-height: 1;
  transition: transform 0.25s;
}

.bc-voiv-stat-item:hover .bc-voiv-stat-num {
  transform: scale(1.08);
}

.bc-voiv-stat-label {
  font-size: 0.56rem;
  font-weight: 600;
  color: rgba(255,255,255,0.5);
  margin-top: 0.3rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: color 0.25s;
}

.bc-voiv-stat-item:hover .bc-voiv-stat-label {
  color: rgba(255,255,255,0.8);
}

.bc-voiv-travel {
  max-width: var(--bc-city-w, 900px);
  margin: 0 auto;
  padding: 2rem var(--bc-city-px, 2.5rem) 2.5rem;
}

.bc-voiv-travel-label {
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #0031F4;
  margin-bottom: 0.5rem;
}

.bc-voiv-travel-heading {
  font-size: 1.2rem;
  font-weight:700;
  color: #111;
  margin-bottom: 0.4rem;
}

.bc-voiv-travel-sub {
  font-size: 0.82rem;
  color: #555;
  margin-bottom: 1.25rem;
}

.bc-voiv-travel-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #E0E0E0;
  border-radius: 12px;
  overflow: hidden;
}

.bc-voiv-travel-table th {
  background: #F5F5F7;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #888;
  padding: 0.75rem 1rem;
  text-align: left;
  border-bottom: 1px solid #E0E0E0;
}

.bc-voiv-travel-table td {
  font-size: 0.78rem;
  padding: 0.7rem 1rem;
  border-bottom: 1px solid #E0E0E0;
  color: #555;
}

.bc-voiv-travel-table tr:last-child td {
  border-bottom: none;
}

.bc-voiv-travel-table tbody tr {
  transition: background 0.2s;
}

.bc-voiv-travel-table tbody tr:hover {
  background: rgba(0,49,244,0.04);
}

.bc-voiv-travel-table td:first-child {
  font-weight: 700;
  color: #111;
}

.bc-voiv-travel-avail {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.64rem;
  font-weight: 700;
  color: #16A34A;
}

.bc-voiv-travel-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22C55E;
  flex-shrink: 0;
}

.bc-voiv-travel-link {
  font-size: 0.64rem;
  font-weight: 700;
  color: #0031F4;
  text-decoration: none;
}

.bc-voiv-travel-link:hover {
  text-decoration: underline;
}

.bc-voiv-travel-note {
  font-size: 0.64rem;
  color: #888;
  margin-top: 0.75rem;
  padding: 0.5rem 0;
  border-top: 1px dashed #E0E0E0;
}

.bc-voiv-others {
  max-width: var(--bc-city-w, 900px);
  margin: 0 auto;
  padding: 2rem var(--bc-city-px, 2.5rem) 2.5rem;
}

.bc-voiv-others-label {
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #0031F4;
  margin-bottom: 0.5rem;
}

.bc-voiv-others-heading {
  font-size: 1.2rem;
  font-weight:700;
  color: #111;
  margin-bottom: 1.25rem;
}

.bc-voiv-others-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
}

.bc-voiv-other-card {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.75rem 1rem;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  transition: all 0.25s;
}

.bc-voiv-other-card:hover {
  border-color: #0031F4;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,49,244,0.08);
  text-decoration: none;
  color: inherit;
}

.bc-voiv-other-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(0,49,244,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.25s;
}

.bc-voiv-other-card:hover .bc-voiv-other-icon {
  background: #0031F4;
}

.bc-voiv-other-icon svg {
  width: 14px;
  height: 14px;
  stroke: #0031F4;
  transition: stroke 0.25s;
}

.bc-voiv-other-card:hover .bc-voiv-other-icon svg {
  stroke: #fff;
}

.bc-voiv-other-name {
  font-size: 0.74rem;
  font-weight: 700;
  color: #111;
  flex: 1;
  transition: color 0.2s;
}

.bc-voiv-other-card:hover .bc-voiv-other-name {
  color: #0031F4;
}

.bc-voiv-other-arrow {
  width: 14px;
  height: 14px;
  stroke: #888;
  flex-shrink: 0;
  transition: all 0.25s;
}

.bc-voiv-other-card:hover .bc-voiv-other-arrow {
  stroke: #0031F4;
  transform: translateX(3px);
}

@media (max-width: 700px) {

  .bc-voiv-cities {
    padding-left: var(--bc-city-px-m, 1.5rem);
    padding-right: var(--bc-city-px-m, 1.5rem);
  }

  .bc-voiv-cities-grid {
    grid-template-columns: 1fr;
  }

  .bc-voiv-services-inner {
    padding-left: var(--bc-city-px-m, 1.5rem);
    padding-right: var(--bc-city-px-m, 1.5rem);
  }

  .bc-voiv-services-grid {
    grid-template-columns: 1fr;
  }

  .bc-voiv-svc-card--full {
    grid-column: auto;
  }

  .bc-voiv-stats-inner {
    padding-left: var(--bc-city-px-m, 1.5rem);
    padding-right: var(--bc-city-px-m, 1.5rem);
  }

  .bc-voiv-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bc-voiv-stats-grid .bc-voiv-stat-item:last-child {
    grid-column: 1 / -1;
  }

  .bc-voiv-stat-num {
    font-size: 1.3rem;
  }

  .bc-voiv-travel {
    padding-left: var(--bc-city-px-m, 1.5rem);
    padding-right: var(--bc-city-px-m, 1.5rem);
  }

  .bc-voiv-travel-table th:nth-child(5),
  .bc-voiv-travel-table td:nth-child(5) {
    display: none;
  }

  .bc-voiv-travel-table th,
  .bc-voiv-travel-table td {
    padding: 0.6rem 0.65rem;
    font-size: 0.68rem;
  }

  .bc-voiv-others {
    padding-left: var(--bc-city-px-m, 1.5rem);
    padding-right: var(--bc-city-px-m, 1.5rem);
  }

  .bc-voiv-others-grid {
    grid-template-columns: 1fr;
  }

}

.bc-city-split-label {
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--bc-blue);
  margin-bottom: 0.5rem;
}

.bc-city-split--reverse .bc-city-split-grid {
  direction: rtl;
}
.bc-city-split--reverse .bc-city-split-grid > * {
  direction: ltr;
}

.bc-city-split-img--placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 2px dashed var(--bc-border);
  transition: all 0.3s;
}
.bc-city-split-img--placeholder:hover {
  border-color: var(--bc-blue);
  background: var(--bc-blue-light, #EEF1FF);
}
.bc-city-split-img-icon svg {
  width: 36px;
  height: 36px;
  stroke: var(--bc-border);
  transition: stroke 0.3s;
}
.bc-city-split-img--placeholder:hover .bc-city-split-img-icon svg {
  stroke: var(--bc-blue);
}
.bc-city-split-img-label {
  font-size: 0.58rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--bc-gray-mid, #888);
  transition: color 0.3s;
}
.bc-city-split-img--placeholder:hover .bc-city-split-img-label {
  color: var(--bc-blue);
}
.bc-city-split-img-hint {
  font-size: 0.5rem;
  color: var(--bc-gray-mid, #888);
  opacity: 0.6;
}

.bc-city-split-sit-list {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.bc-city-split-sit-item {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  padding: 0.55rem 0.75rem;
  border-radius: 8px;
  background: var(--bc-gray-bg, #F5F5F7);
  transition: all 0.25s;
  cursor: default;
}
.bc-city-split-sit-item:hover {
  background: var(--bc-blue-light, #EEF1FF);
  transform: translateX(3px);
}
.bc-city-split-sit-icon {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: rgba(0, 49, 244, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
  transition: all 0.25s;
}
.bc-city-split-sit-item:hover .bc-city-split-sit-icon {
  background: var(--bc-blue);
}
.bc-city-split-sit-icon svg {
  width: 11px;
  height: 11px;
  stroke: var(--bc-blue);
  transition: stroke 0.25s;
}
.bc-city-split-sit-item:hover .bc-city-split-sit-icon svg {
  stroke: #fff;
}
.bc-city-split-sit-text {
  font-size: 0.74rem;
  font-weight: 600;
  color: var(--bc-black, #111);
  line-height: 1.4;
}
.bc-city-split-sit-sub {
  font-size: 0.62rem;
  font-weight:600;
  color: var(--bc-gray-mid, #888);
  margin-top: 0.05rem;
}

.bc-voiv-range-pricing {
  max-width: var(--bc-city-w);
  margin: 0 auto;
  padding: 2rem var(--bc-city-px) 2.5rem;
}
.bc-voiv-range-pricing-label {
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--bc-blue);
  margin-bottom: 0.5rem;
}
.bc-voiv-range-pricing-heading {
  font-size: 1.2rem;
  font-weight:700;
  color: var(--bc-black, #111);
  margin-bottom: 0.4rem;
}
.bc-voiv-range-pricing-sub {
  font-size: 0.82rem;
  color: var(--bc-gray, #555);
  line-height: 1.6;
  margin-bottom: 1.25rem;
}
.bc-voiv-range-pricing-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--bc-border, #E0E0E0);
  border-radius: 12px;
  overflow: hidden;
}
.bc-voiv-range-pricing-table th {
  background: var(--bc-gray-bg, #F5F5F7);
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--bc-gray-mid, #888);
  padding: 0.75rem 1.25rem;
  text-align: left;
  border-bottom: 1px solid var(--bc-border, #E0E0E0);
}
.bc-voiv-range-pricing-table td {
  font-size: 0.78rem;
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid var(--bc-border, #E0E0E0);
  color: var(--bc-gray, #555);
}
.bc-voiv-range-pricing-table tr:last-child td {
  border-bottom: none;
}
.bc-voiv-range-pricing-table tbody tr {
  transition: background 0.2s;
}
.bc-voiv-range-pricing-table tbody tr:hover {
  background: rgba(0, 49, 244, 0.06);
}
.bc-voiv-range-pricing-table td:first-child {
  font-weight: 700;
  color: var(--bc-black, #111);
}
.bc-voiv-range-pricing-price {
  font-weight: 700;
  color: var(--bc-blue);
  white-space: nowrap;
}
.bc-voiv-range-pricing-note-cell {
  font-size: 0.62rem;
  color: var(--bc-gray-mid, #888);
  font-weight:600;
}
.bc-voiv-range-pricing-note {
  font-size: 0.64rem;
  color: var(--bc-gray-mid, #888);
  margin-top: 0.75rem;
  padding: 0.65rem 1rem;
  border-radius: 8px;
  background: var(--bc-blue-light, #EEF1FF);
  border: 1px solid rgba(0, 49, 244, 0.1);
}
.bc-voiv-range-pricing-note strong {
  color: var(--bc-blue);
  font-weight: 700;
}

.bc-voiv-other-svc {
  background: var(--bc-gray-bg, #F5F5F7);
  border-top: 1px solid var(--bc-border, #E0E0E0);
}
.bc-voiv-other-svc-inner {
  max-width: var(--bc-city-w);
  margin: 0 auto;
  padding: 2rem var(--bc-city-px) 2.5rem;
}
.bc-voiv-other-svc-label {
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--bc-blue);
  margin-bottom: 0.5rem;
}
.bc-voiv-other-svc-heading {
  font-size: 1.2rem;
  font-weight:700;
  color: var(--bc-black, #111);
  margin-bottom: 1.25rem;
}
.bc-voiv-other-svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
}
.bc-voiv-other-svc-card {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.85rem 1rem;
  border: 1px solid var(--bc-border, #E0E0E0);
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  background: #fff;
  transition: all 0.25s;
}
.bc-voiv-other-svc-card:hover {
  border-color: var(--bc-blue);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 49, 244, 0.08);
}
.bc-voiv-other-svc-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(0, 49, 244, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.25s;
}
.bc-voiv-other-svc-card:hover .bc-voiv-other-svc-icon {
  background: var(--bc-blue);
}
.bc-voiv-other-svc-icon svg {
  width: 15px;
  height: 15px;
  stroke: var(--bc-blue);
  transition: stroke 0.25s;
}
.bc-voiv-other-svc-card:hover .bc-voiv-other-svc-icon svg {
  stroke: #fff;
}
.bc-voiv-other-svc-info {
  flex: 1;
  min-width: 0;
}
.bc-voiv-other-svc-name {
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--bc-black, #111);
  transition: color 0.2s;
}
.bc-voiv-other-svc-card:hover .bc-voiv-other-svc-name {
  color: var(--bc-blue);
}
.bc-voiv-other-svc-price {
  font-size: 0.56rem;
  font-weight: 600;
  color: var(--bc-gray-mid, #888);
  margin-top: 0.1rem;
}
.bc-voiv-other-svc-arrow {
  width: 14px;
  height: 14px;
  stroke: var(--bc-gray-mid, #888);
  flex-shrink: 0;
  transition: all 0.25s;
}
.bc-voiv-other-svc-card:hover .bc-voiv-other-svc-arrow {
  stroke: var(--bc-blue);
  transform: translateX(3px);
}

@media (max-width: 700px) {

  .bc-city-split-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .bc-city-split--reverse .bc-city-split-grid {
    direction: ltr;
  }
  .bc-city-split-img {
    aspect-ratio: 16 / 10;
  }
  .bc-city-split-stats {
    gap: 1rem;
  }
  .bc-city-split-sit-list {
    gap: 0.4rem;
  }

  .bc-voiv-range-pricing {
    padding-left: var(--bc-city-px-m, 1.5rem);
    padding-right: var(--bc-city-px-m, 1.5rem);
  }
  .bc-voiv-range-pricing-table th:last-child,
  .bc-voiv-range-pricing-table td:last-child {
    display: none;
  }
  .bc-voiv-range-pricing-table th,
  .bc-voiv-range-pricing-table td {
    padding: 0.6rem 0.75rem;
    font-size: 0.7rem;
  }

  .bc-voiv-other-svc-inner {
    padding-left: var(--bc-city-px-m, 1.5rem);
    padding-right: var(--bc-city-px-m, 1.5rem);
  }
  .bc-voiv-other-svc-grid {
    grid-template-columns: 1fr;
  }

}
