/* 
* Edition Benefits Section Styles
* Uses FontAwesome icons directly in the HTML 
*/

.edition-benefits-section {
  padding: 4rem 0;
  background-color: #f8f9fa;
}

.edition-benefit-item {
  text-align: center;
  margin-bottom: 2rem;
}

.edition-benefit-icon {
  font-size: 3.5rem;
  color: #e79634;
  margin-bottom: 1.5rem;
}

.edition-benefit-content h3 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}

.edition-benefit-content .text-primary {
  color: var(--primary-color, #f39c12) !important;
  font-weight: 600;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .edition-benefits-section {
    padding: 3rem 0;
  }

  .edition-benefit-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }

  .edition-benefit-content h3 {
    font-size: 1.1rem;
  }
}
