.aa-ad-slot {
  align-items: center;
  background: repeating-linear-gradient(
    135deg,
    rgba(35, 72, 60, 0.08),
    rgba(35, 72, 60, 0.08) 10px,
    rgba(180, 99, 53, 0.08) 10px,
    rgba(180, 99, 53, 0.08) 20px
  );
  border: 1px dashed rgba(23, 29, 27, 0.28);
  color: #43504b;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 1.5rem 0;
  min-height: 110px;
  padding: 1rem;
  text-align: center;
}

.aa-ad-slot span,
.aa-ad-slot small {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.aa-review-summary {
  background: #fff;
  border: 1px solid rgba(23, 29, 27, 0.14);
  margin: 1.5rem 0 2rem;
  padding: clamp(1rem, 3vw, 1.5rem);
}

.aa-review-summary-header {
  align-items: center;
  border-bottom: 1px solid rgba(23, 29, 27, 0.12);
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.aa-review-label {
  color: #b46335;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
}

.aa-review-rating {
  align-items: baseline;
  color: #23483c;
  display: flex;
  gap: 0.2rem;
  margin: 0;
}

.aa-review-rating strong {
  font-size: clamp(2rem, 5vw, 3.25rem);
  line-height: 1;
}

.aa-review-facts {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 0 1.25rem;
}

.aa-review-facts div {
  background: #f8f7f2;
  border-radius: 6px;
  padding: 0.75rem;
}

.aa-review-facts dt {
  color: #5f6965;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.aa-review-facts dd {
  margin: 0.2rem 0 0;
}

.aa-review-pro-con {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.aa-review-pro-con h2 {
  font-size: 1rem;
  margin-top: 0;
}

.aa-affiliate-button .wp-element-button {
  background: #23483c;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  padding: 0.7rem 1rem;
  text-decoration: none;
}

.aa-affiliate-button-disabled,
.aa-affiliate-disclosure {
  background: #d6e6ec;
  border-radius: 6px;
  color: #34413d;
  font-size: 0.9rem;
  padding: 0.75rem;
}

.aa-newsletter {
  align-items: center;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1.2fr 1fr;
}

.aa-newsletter h2 {
  margin: 0;
}

.aa-newsletter-form {
  display: flex;
  gap: 0.5rem;
}

.aa-newsletter-form input,
.aa-newsletter-form button {
  border: 1px solid rgba(23, 29, 27, 0.25);
  border-radius: 6px;
  min-height: 44px;
  padding: 0 0.85rem;
}

.aa-newsletter-form input {
  flex: 1;
}

.aa-newsletter-form button {
  background: #23483c;
  color: #fff;
  font-weight: 700;
}

@media (max-width: 780px) {
  .aa-review-facts,
  .aa-review-pro-con,
  .aa-newsletter {
    grid-template-columns: 1fr;
  }

  .aa-newsletter-form {
    flex-direction: column;
  }
}

