.obuvkovo-help-widget {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  background-color: #f3f7f4;
  border-radius: 24px;
  padding: 20px 22px;
  margin-top: 24px;
  border: 1px solid rgba(133, 168, 146, 0.25);
}

.ohw-img img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: #ffffff;
  object-fit: contain;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

.ohw-body {
  flex: 1;
  min-width: 240px;
}

.ohw-heading {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 4px;
  color: #2f3b34;
}

.ohw-subtitle {
  font-size: 14px;
  color: #55675d;
  margin-bottom: 14px;
}

.ohw-actions {
  display: flex;
  flex-direction: row;
flex-wrap:wrap;
  gap: 10px 5px;
}

/* Telefónny pill */
.ohw-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 999px;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.ohw-pill-phone {
  background-color: #85a892;
  color: #ffffff;
  box-shadow: 0 5px 14px rgba(133, 168, 146, 0.5);
}

.ohw-pill-phone:hover {
  transform: translateY(-1px);
  box-shadow: 0 7px 18px rgba(133, 168, 146, 0.6);
}

.ohw-pill-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ohw-pill-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.ohw-pill-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.ohw-pill-label {
  font-size: 12px;
  opacity: 0.95;
}

.ohw-pill-number {
  font-size: 14px;
  font-weight: 600;
}

/* Riadky */
.ohw-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

.ohw-row-label {
  font-size: 13px;
  color: #55675d;
  font-weight: 500;
}

.ohw-row-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* Štýl presunutých odkazov a veľkostnej tabuľky – jednotný vzhľad */
.ohw-row-btns .ohw-link-pill,
.ohw-row-btns .link-icon,
.ohw-row-btns .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 999px;
  padding: 7px 14px;
  font-size: 13px;
  line-height: 1.3;
  border: 1px solid #85a892;
  background-color: #ffffff;
  color: #2f3b34;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.ohw-row-btns .ohw-link-pill span,
.ohw-row-btns .link-icon span,
.ohw-row-btns .btn span {
  color: inherit;
  white-space: nowrap;
}

/* Veľkostná tabuľka – aby sedela s ostatnými pillmi */
.obuvkovo-help-widget .ohw-sizechart-btn {
  margin-bottom: 0;
}

/* Hover efekty */
.ohw-row-btns .ohw-link-pill:hover,
.ohw-row-btns .link-icon:hover,
.ohw-row-btns .btn:hover {
  background-color: #85a892;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(133, 168, 146, 0.35);
}

/* Responsivita */
@media (min-width: 768px) {
  .obuvkovo-help-widget {
    padding: 22px 26px;
    border-radius: 28px;
  }

  .ohw-heading {
    font-size: 22px;
  }

  .ohw-subtitle {
    font-size: 15px;
  }

  .ohw-pill-number {
    font-size: 15px;
  }
}
