/* === Sekcja: Dlaczego warto zamówić w Rybko.pl === */

.dlaczego-my-section {
  margin: 40px 0;
  padding: 20px 0;
}

.dlaczego-my-container {
  margin: 0 auto;
  text-align: left;
}

/* Nagłówek dopasowany do WooCommerce */
.dlaczego-my-title {
  font-family: "Lora", serif !important;
  font-size: 42px !important;
  font-weight: 700 !important;
  line-height: 1.2;
  color: #111;
  margin-top: 0;
  margin-bottom: 14px;
}

.dlaczego-my-title strong {
  font-weight: 700;
}

.dlaczego-my-title span {
  color: #4881fe;
  text-transform: lowercase;
}

/* Opis pod nagłówkiem */
.dlaczego-my-intro {
  font-size: 15px;
  color: #333;
  line-height: 1.7;
  margin-bottom: 28px;
}

/* Grid i boksy */
.dlaczego-my-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}

.dlaczego-box {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #f9f9f9;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 14px 16px;
  transition: all 0.25s ease;
}

.dlaczego-box:hover {
  background: #f1f5ff;
  border-color: #4881fe;
}

.dlaczego-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  opacity: 0.9;
  margin-top: 2px;
}

.dlaczego-box h4 {
  font-size: 15px;
  font-weight: 600;
  color: #222;
  margin: 0 0 4px;
}

.dlaczego-box p {
  font-size: 13.5px;
  color: #444;
  line-height: 1.55;
  margin: 0;
}
