/* ============================================
   Interview Template Styles
   ============================================ */

/* Interview Container */
.interview-container {
  max-width: 800px;
  margin: 0 auto;
}

/* ============================================
 INTERVIEW HEADER
 ============================================ */
.interview-header {
  text-align: center;
  margin-bottom: 3rem;
}

.interview-label {
  display: inline-block !important;
  background: #2196F3 !important;
  color: white !important;
  padding: 8px 20px !important;
  border-radius: 20px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  margin-bottom: 1rem !important;
}

.interview-date {
  color: #666 !important;
  margin-bottom: 1.5rem !important;
}

.interview-title {
  line-height: 1.2 !important;
  margin-bottom: 1rem !important;
  text-align: center !important;
}

.interview-subtitle {
  color: #666 !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
  text-align: center !important;
  margin-bottom: 2rem !important;
}

/* ============================================
INTERVIEWEE CARD
 ============================================ */
.interviewee-card {
  background: linear-gradient(135deg, #2196F3 0%, #1976D2 100%) !important;
  padding: 2.5rem !important;
  border-radius: 16px !important;
  margin: 3rem 0 !important;
  color: white !important;
}

.interviewee-card h2,
.interviewee-card h3,
.interviewee-card .wp-block-heading {
  color: white !important;
  margin-top: 0 !important;
}

.interviewee-card p {
  color: white !important;
}

.interviewee-image img {
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 50% !important;
  width: 150px !important;
  height: 150px !important;
  object-fit: cover !important;
}

.interviewee-name {
  color: white !important;
  margin-bottom: 0.5rem !important;
}

.interviewee-title {
  opacity: 0.95 !important;
  margin-bottom: 1rem !important;
  font-weight: 600 !important;
}

.interviewee-bio {
  line-height: 1.7 !important;
  opacity: 0.95 !important;
  margin-bottom: 1.5rem !important;
}

.interviewee-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 1rem;
}

.interviewee-links .wp-block-button__link {
  color: #2196F3 !important;
  background: white !important;
  padding: 10px 20px !important;
  border-radius: 8px !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  transition: all 0.3s ease !important;
  border: none !important;
}

.interviewee-links .wp-block-button__link:hover {
  background: rgba(255, 255, 255, 0.9) !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* ============================================
 INTRODUCTION
 ============================================ */
.interview-intro {
  line-height: 1.8 !important;
  color: #666 !important;
  margin: 3rem 0 !important;
}

/* ============================================
 TABLE OF CONTENTS
 ============================================ */
.interview-toc {
  background: #f8f9fa !important;
  padding: 2rem !important;
  border-radius: 12px !important;
  border-left: 5px solid #2196F3 !important;
  margin: 3rem 0 !important;
}

.interview-toc h3,
.interview-toc .wp-block-heading {
  margin-top: 0 !important;
  color: #666 !important;
}

.interview-toc ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 1rem 0 0 0 !important;
}

.interview-toc li {
  margin-bottom: 1px !important;
}

.interview-toc a {
  color: #2196F3 !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  transition: color 0.3s !important;
}

.interview-toc a:hover {
  color: #1976D2 !important;
  text-decoration: underline !important;
}

/* ============================================
 SECTION HEADINGS
 ============================================ */
.section-heading,
.section-heading.wp-block-heading {
  color: #2196F3 !important;
  padding-bottom: 0.75rem !important;
  border-bottom: 3px solid #2196F3 !important;
  margin: 4rem 0 2rem 0 !important;
}

/* ============================================
 Q&A BLOCKS
 ============================================ */
.qa-container {
  margin: 2.5rem 0 !important;
}

/* Question Block */
.question-block {
  display: flex !important;
  align-items: flex-start !important;
  gap: 1rem !important;
  margin-bottom: 1.5rem !important;
}

.q-badge {
  background: #2196F3 !important;
  color: white !important;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-weight: 700 !important;
  flex-shrink: 0 !important;
}

.question-text {
  flex: 1 !important;
  padding-top: 8px !important;
}

.question-text h3,
.question-text .wp-block-heading {
  margin: 0 !important;
  color: #1a1a1a !important;
  line-height: 1.5 !important;
  font-weight: 600 !important;
}

/* Answer Block */
.answer-block {
  display: flex !important;
  align-items: flex-start !important;
  gap: 1rem !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
  margin-bottom: 2rem !important;
}

.a-badge {
  background: #4CAF50 !important;
  color: white !important;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-weight: 700 !important;
  flex-shrink: 0 !important;
  margin-top: 8px !important;
}

.answer-text {
  flex: 1 !important;
  padding-top: 0 !important;
}

.answer-text p:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
  line-height: 1.9 !important;
}

.answer-text p {
  line-height: 1.9 !important;
  color: #666 !important;
  margin-bottom: 1rem !important;
}

.answer-text p:last-child {
  margin-bottom: 0 !important;
}

/* ============================================
 KEY TAKEAWAYS
 ============================================ */
.key-takeaways {
  background: #FDF9F3;
  padding: 3rem 2rem !important;
  border-radius: 16px !important;
  margin: rem 0 !important;
  border: 1px solid #FFE7D2 !important;
}

.key-takeaways h2,
.key-takeaways .wp-block-heading {
  text-align: center !important;
  color: #666 !important;
  margin-top: 0 !important;
  margin-bottom: 2rem !important;
}

.takeaway-item {
  background: white !important;
  padding: 1.5rem !important;
  border-radius: 12px !important;
  margin-bottom: 1rem !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
}

.takeaway-item h3,
.takeaway-item .wp-block-heading {
  margin-top: 0 !important;
  margin-bottom: 0.75rem !important;
  color: #666 !important;
}

.takeaway-item p {
  margin-bottom: 0 !important;
  color: #666 !important;
  line-height: 1.6 !important;
}

/* ============================================
 RESOURCES SECTION
 ============================================ */
.resources-section {
  background: #f8f9fa !important;
  padding: 2rem !important;
  border-radius: 12px !important;
  margin: 3rem 0 !important;
}

.resources-section h2,
.resources-section .wp-block-heading {
  color: #1a1a1a !important;
  margin-top: 0 !important;
}

.resources-section ul {
  list-style: none !important;
  padding: 0 !important;
}

.resources-section li {
  margin-bottom: 1rem !important;
  padding-left: 1.5rem !important;
  position: relative !important;
}

.resources-section li::before {
  content: "→" !important;
  position: absolute !important;
  left: 0 !important;
  color: #2196F3 !important;
  font-weight: bold !important;
}

.resources-section a {
  color: #2196F3 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

.resources-section a:hover {
  text-decoration: underline !important;
}

/* ============================================
 CONNECT CTA
 ============================================ */
.connect-cta {
  background: #6ab8f7;
  padding: 3rem 2rem !important;
  border-radius: 16px !important;
  text-align: center !important;
  margin: 4rem 0 !important;
  color: #666 !important;
}

.connect-cta h2,
.connect-cta .wp-block-heading,
.connect-cta p {
  color: white !important;
}

.connect-cta h2,
.connect-cta .wp-block-heading {
  margin-bottom: 1rem !important;
}

.connect-cta p {
  margin-bottom: 2rem !important;
}

.connect-cta .wp-block-buttons {
  justify-content: center !important;
}

.connect-cta .wp-block-button__link {
  background: white !important;
  color: black !important;
  padding: 1rem 2rem !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  border: none !important;
  transition: all 0.3s ease !important;
}

.connect-cta .wp-block-button__link:hover {
  background: rgba(255, 255, 255, 0.9) !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* ============================================
 RESPONSIVE DESIGN
 ============================================ */
@media (max-width: 768px) {
  .interview-title {
      font-size: 2rem !important;
  }

  .interview-subtitle {
      font-size: 1.1rem !important;
  }

  .interviewee-card {
      padding: 1.5rem !important;
  }

  /* Override the :where(.wp-block-columns.is-layout-flex) { gap: 2em; } */
  .interviewee-card .wp-block-columns.is-layout-flex {
    gap: 1rem !important;
  }

  /* Backup overrides */
  .interviewee-card .wp-block-columns {
    gap: 1rem !important;
  }

  .interviewee-card [class*="wp-container-core-columns"] {
    gap: 1rem !important;
  }

  .interviewee-card .wp-block-column {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .interviewee-card h2,
  .interviewee-card h3,
  .interviewee-card .wp-block-heading {
    color: white !important;
    margin-top: 0 !important;
  }

  .interviewee-image {
      text-align: center;
      margin-bottom: 1.5rem;
  }

  .question-text h3,
  .question-text .wp-block-heading {
      font-size: 1.2rem !important;
  }

  .answer-text p {
      font-size: 1.05rem !important;
  }

  .answer-block {
      padding-left: 0 !important;
      flex-direction: column;
  }

  .section-heading,
  .section-heading.wp-block-heading {
      font-size: 1.5rem !important;
  }

  .key-takeaways {
      padding: 2rem 1rem !important;
  }

  .connect-cta {
      padding: 2rem 1rem !important;
  }
}

/* ============================================
 UTILITY CLASSES
 ============================================ */
.text-center {
  text-align: center !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

/* Nuclear option - must be at the bottom of the file */
.wp-block-columns.is-layout-flex {
  gap: 1rem !important;
}

body .wp-block-columns.is-layout-flex {
  gap: 1rem !important;
}

html body .wp-block-columns.is-layout-flex {
  gap: 1rem !important;
}

/* Specific to interviewee card */
.interviewee-card .wp-block-columns.is-layout-flex {
  gap: 1rem !important;
}

/* Try targeting the specific generated class */
.wp-container-core-columns-is-layout-ed5226f6 {
  gap: 1rem !important;
}
