

.e4t-info-card {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 1.5rem;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
  margin-bottom: 2rem;

  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.e4t-info-card h3 {
  font-weight: 300;
  font-style: italic;
  margin-bottom: 10px;
}

.e4t-info-card-content {
  flex: 1;
}

.e4t-info-card .wp-block-buttons {
  flex-shrink: 0;
}

.focus-heading h2 {
  color: red !important;
  font-weight: 900 !important;
  font-style: normal !important;
}

@media (max-width: 768px) {
  .e4t-info-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .e4t-info-card .wp-block-buttons {
    width: 100%;
  }

  .e4t-info-card .wp-block-button__link {
    width: 100%;
    text-align: center;
  }
}