/* Monetization modules (phase 1) */
.monetize-card {
  border: 1px solid #f1c40f;
  border-radius: 10px;
  background: linear-gradient(180deg, #fffef8 0%, #fff8de 100%);
  padding: 18px;
  margin-top: 16px;
}

.monetize-title {
  margin: 0 0 8px;
  color: #2c3e50;
  font-size: 1.1rem;
}

.monetize-text {
  margin: 0 0 12px;
  color: #4d5a66;
}

.monetize-button {
  display: inline-block;
  background: #2c3e50;
  color: #f1c40f;
  text-decoration: none;
  font-weight: 700;
  padding: 10px 16px;
  border-radius: 6px;
}

.monetize-button:hover {
  background: #34495e;
  color: #fff;
}

.ad-slot {
  border: 1px dashed #c6ced6;
  border-radius: 8px;
  background: #fafbfc;
  color: #65707b;
  padding: 14px;
  text-align: center;
  font-size: 0.92rem;
  margin-top: 12px;
}

.ad-slot strong {
  color: #2c3e50;
}

.newsletter-shell {
  background: #fff;
  border: 1px solid #e2e8ef;
  border-radius: 10px;
  padding: 20px;
}

.newsletter-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  margin-top: 12px;
}

.newsletter-form input[type="email"] {
  width: 100%;
  border: 1px solid #c9d3dd;
  border-radius: 6px;
  padding: 10px 12px;
  font: inherit;
}

.newsletter-form button {
  border: none;
  border-radius: 6px;
  background: #f1c40f;
  color: #2c3e50;
  font-weight: 700;
  padding: 10px 14px;
  cursor: pointer;
}

.newsletter-form button:hover {
  background: #d7ad0c;
  color: #fff;
}

.disclosure-text {
  font-size: 0.88rem;
  color: #5d6873;
  margin: 8px 0 0;
}

.affiliate-mini-note {
  font-size: 0.84rem;
  color: #5f6b75;
}

@media (max-width: 700px) {
  .newsletter-form {
    grid-template-columns: 1fr;
  }
}
