/* Ortcenter: warranty text full width on /produkciya/ */
.bm-txt-standard-115 .bm-full {
  max-width: none !important;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

/* Ortcenter: branches on /kontakty/ */
.oc-contact-tiles {
  width: 100%;
}
.oc-contact-section h2 {
  margin: 0 0 24px;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--ub-accent, #111a4a);
}
.bm-txt-standard-116 .bm-full {
  max-width: none !important;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.oc-branches {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.oc-branch--map {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 28px 40px;
  align-items: stretch;
}
.oc-branch--compact {
  max-width: 520px;
}
.oc-branch-title {
  margin: 0 0 16px;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--ub-accent, #111a4a);
}
.oc-branch-info {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}
.oc-branch-map {
  border-radius: 12px;
  overflow: hidden;
  min-height: 260px;
  background: #e5e7eb;
}
.oc-branch-map-link {
  display: block;
  height: 100%;
  min-height: 260px;
}
.oc-branch-map img,
.oc-branch-map iframe {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  display: block;
  border: 0;
}
.oc-contact-tile {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.oc-contact-icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: color-mix(in srgb, var(--ub-primary, #ec652b) 14%, transparent);
  color: var(--ub-primary, #ec652b);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  line-height: 0;
}
.oc-contact-icon::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.oc-icon-pin::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5A2.5 2.5 0 1 1 12 6.5a2.5 2.5 0 0 1 0 5z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5A2.5 2.5 0 1 1 12 6.5a2.5 2.5 0 0 1 0 5z'/%3E%3C/svg%3E");
}
.oc-icon-phone::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M6.62 10.79a15.15 15.15 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.01-.24c1.12.37 2.33.57 3.58.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1C10.4 21 3 13.6 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.25.2 2.45.57 3.57a1 1 0 0 1-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M6.62 10.79a15.15 15.15 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.01-.24c1.12.37 2.33.57 3.58.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1C10.4 21 3 13.6 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.25.2 2.45.57 3.57a1 1 0 0 1-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E");
}
.oc-icon-mail::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm0 4-8 5L4 8V6l8 5 8-5v2z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm0 4-8 5L4 8V6l8 5 8-5v2z'/%3E%3C/svg%3E");
}
.oc-contact-body {
  min-width: 0;
  padding-top: 2px;
}
.oc-contact-label {
  display: block;
  margin-bottom: 4px;
  font-size: 0.85rem;
  color: #6b7280;
}
.oc-contact-value {
  display: block;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--ub-primary, #ec652b);
  text-decoration: none;
  word-break: break-word;
}
.oc-contact-value--text {
  color: #1f2937;
}
.oc-contact-value:hover {
  color: var(--ub-primary-hover, #d34c12);
}
.oc-contact-values {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media (max-width: 768px) {
  .oc-branch--map {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .oc-branch-map,
  .oc-branch-map-link,
  .oc-branch-map img {
    min-height: 220px;
  }
  .oc-branch--compact {
    max-width: none;
  }
}
