#majsterkowo-shortinfo {
  font-size: 14px;
}

.active-free-shipping {
  color: #28a745 !important;
  font-weight: bold;
}

.active-free-shipping-icon {
  color: #28a745 !important;
}

.reassurance-container {
  font-family: sans-serif;
  border: 1px solid #eee;
  border-radius: 8px;
  background: #fff;
}

.region-switcher {
  display: flex;
  gap: 5px;
  margin-bottom: 20px;
  border-bottom: 2px solid #f4f4f4;
}

.tab-btn {
  flex: 1;
  padding: 8px 4px;
  border: none;
  background: none;
  cursor: pointer;
  font-weight: bold;
  color: #575757;
  font-size: 14px;
  transition: 0.3s;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
}

.tab-btn.active {
  color: #005885 !important;
  border-bottom: 3px solid #005885 !important;
  background-color: #f0f8ff !important;
  /* AliceBlue background for clear visibility */
}

.region-content {
  display: none;
}

.region-content,
.static-info {
  padding: 0 15px;
}

.region-content.active {
  display: block;
}

.reassurance-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.r-item {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 18px;
  margin: 8px 0;
}

.r-item i {
  color: #005885;
  font-size: 38px;
}

.r-text {
  display: flex;
  flex-direction: column;
}

.r-text strong {
  font-size: 16px;
  color: #383838;
}

.r-text span {
  font-size: 16px;
  color: #575757;
}

.r-divider {
  border: 0;
  border-top: 1px solid #eee;
  margin: 5px 0;
}