/* ==========================================================================
   GUIDES & AUTHORITY MATRIX STYLES (IBM CARBON EXTENSION)
   Scope: .cds-guides-context
   ========================================================================== */

.cds-guides-context {
  /* Inherit layout fundamentals */
}

/* Typographic Readability Controls for Long-Form Articles */
.cds-guides-context .article-body {
  font-family: var(--font-sans);
  font-size: 1.125rem;
  line-height: 1.7; /* Optimized for deep reading */
  color: var(--cds-text-primary);
  max-width: 800px;
}

.cds-guides-context .article-body p {
  margin-bottom: 24px;
}

.cds-guides-context .article-body h3 {
  margin-top: 48px;
  margin-bottom: 16px;
}

/* Callout Box - specific AEO Feature */
.cds-guides-context .aeo-callout {
  background-color: var(--cds-layer-02);
  border-left: 4px solid var(--cds-interactive-primary);
  padding: 24px;
  margin-top: 32px;
  margin-bottom: 32px;
  border-radius: 0;
}

/* Medical Reviewer Snippet */
.cds-guides-context .reviewer-snippet {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background-color: var(--cds-layer-01);
  border: 1px solid var(--cds-border-strong);
  padding: 12px 24px;
  margin-bottom: 32px;
  border-radius: 0;
}

/* Board of Clinical Standards Text Profiles */
.cds-guides-context .bcs-profile-card {
  background-color: var(--cds-layer-01);
  border: 2px solid var(--cds-border-strong);
  padding: 32px;
  margin-bottom: 24px;
  border-radius: 0;
  display: flex;
  flex-direction: column;
}

.cds-guides-context .bcs-header {
  border-bottom: 1px solid var(--cds-border-subtle);
  padding-bottom: 16px;
  margin-bottom: 16px;
}

/* Carbon Select Replacement for Forms */
.cds-guides-context .cds-form-select {
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--cds-border-strong);
  background-color: var(--cds-layer-02);
  color: var(--cds-text-primary);
  height: 48px;
  padding: 0 16px;
  font-family: var(--font-sans);
  font-size: 1rem;
  border-radius: 0;
  appearance: none;
}
