@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;800;900&family=Roboto+Slab:wght@600;700;800&display=swap");

html:has(#rab-community-college-post),
body:has(#rab-community-college-post){
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: clip;
  background: #f3ead7;
}

#rab-community-college-post,
#rab-community-college-post *{
  box-sizing: border-box;
}

#rab-community-college-post{
  --paper: #f3ead7;
  --surface: #fff8ea;
  --ink: #2a120b;
  --muted: rgba(42, 18, 11, 0.68);
  --brown: #4b2617;
  --brown-deep: #2a120b;
  --brown-dark: #140806;
  --gold: #c28b52;
  --navy: #14243c;
  --line: rgba(75, 38, 23, 0.16);
  --white: #fff8ea;
  --serif: "Roboto Slab", Georgia, Cambria, "Times New Roman", serif;
  --sans: "Roboto", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --page-gutter: clamp(18px, 3.2vw, 56px);
  --content-max: 1880px;
  --rab-admin-offset: 0px;
  position: relative;
  width: 100vw;
  max-width: none;
  min-height: 100vh;
  margin-left: calc(50% - 50vw);
  overflow: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

#rab-community-college-post a{
  color: inherit;
  text-decoration: none;
}

#rab-community-college-post h1,
#rab-community-college-post h2,
#rab-community-college-post h3,
#rab-community-college-post h4,
#rab-community-college-post h5,
#rab-community-college-post p,
#rab-community-college-post figure{
  margin: 0;
}

#rab-community-college-post .rab-container{
  width: min(var(--content-max), calc(100% - var(--page-gutter) - var(--page-gutter)));
  margin-inline: auto;
}

#rab-community-college-post [id^="rab-"]{
  scroll-margin-top: calc(var(--rab-admin-offset) + 34px);
}

#rab-community-college-post .rab-progress{
  position: fixed;
  top: var(--rab-admin-offset);
  right: 0;
  left: 0;
  z-index: 9999;
  height: 3px;
  pointer-events: none;
}

#rab-community-college-post .rab-progress span{
  width: 0;
  height: 100%;
  display: block;
  background: var(--gold);
  transform-origin: left center;
  will-change: width;
}

/* Editorial hero */
#rab-community-college-post .rab-hero{
  position: relative;
  min-height: clamp(680px, 82vh, 940px);
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  overflow: hidden;
  color: var(--white);
  background: #5d4639;
}

#rab-community-college-post .rab-hero::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: url("https://rabacademy.vn/america/wp-content/uploads/2026/07/America_Hero_Img.webp");
  background-position: center 48%;
  background-size: cover;
  transform: scale(1.01);
}

#rab-community-college-post .rab-hero::after{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(20, 8, 6, 0.86) 0%, rgba(32, 12, 7, 0.73) 36%, rgba(28, 12, 8, 0.22) 69%, rgba(20, 8, 6, 0.03) 100%),
    linear-gradient(0deg, rgba(20, 8, 6, 0.58) 0%, transparent 44%);
}

#rab-community-college-post .rab-hero-inner{
  padding-top: clamp(70px, 10vh, 140px);
  padding-bottom: clamp(70px, 10vh, 128px);
}

#rab-community-college-post .rab-kicker,
#rab-community-college-post .rab-section-label{
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#rab-community-college-post .rab-kicker::before,
#rab-community-college-post .rab-section-label::before{
  content: "";
  width: 42px;
  height: 1px;
  background: currentColor;
}

#rab-community-college-post .rab-hero h1{
  max-width: 1080px;
  margin-top: 28px;
  color: var(--white);
  font-family: var(--serif);
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 14px 44px rgba(0, 0, 0, 0.28);
}

/* Intro */
#rab-community-college-post .rab-intro{
  position: relative;
  padding: clamp(72px, 8vw, 132px) 0;
  background:
    linear-gradient(rgba(75, 38, 23, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(75, 38, 23, 0.035) 1px, transparent 1px),
    var(--surface);
  background-size: 72px 72px;
}

#rab-community-college-post .rab-intro-grid{
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.35fr);
  gap: clamp(48px, 8vw, 140px);
  align-items: start;
}

#rab-community-college-post .rab-intro h2{
  margin-top: 24px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(2rem, 2.4vw, 2.45rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
  text-wrap: normal;
}

#rab-community-college-post .rab-intro-copy{
  max-width: 820px;
  padding-top: 38px;
  color: var(--muted);
  font-size: clamp(1.04rem, 1.25vw, 1.24rem);
  line-height: 1.9;
}

#rab-community-college-post .rab-intro-copy p + p{
  margin-top: 24px;
}

/* Chapter navigation */
#rab-community-college-post .rab-chapter-nav{
  color: var(--white);
  background: var(--brown-deep);
}

#rab-community-college-post .rab-chapter-nav-inner{
  display: grid;
  grid-template-columns: 0.65fr 1.65fr;
  gap: clamp(42px, 8vw, 140px);
  padding: clamp(58px, 6vw, 94px) 0;
}

#rab-community-college-post .rab-chapter-nav h2{
  max-width: 400px;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(2rem, 2.4vw, 2.45rem);
  line-height: 1.1;
  letter-spacing: 0;
}

#rab-community-college-post .rab-chapter-links{
  counter-reset: chapters;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 248, 234, 0.2);
}

#rab-community-college-post .rab-chapter-links a{
  counter-increment: chapters;
  min-height: 112px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  border-right: 1px solid rgba(255, 248, 234, 0.14);
  border-bottom: 1px solid rgba(255, 248, 234, 0.14);
  color: rgba(255, 248, 234, 0.84);
  font-family: var(--serif);
  font-size: clamp(1.08rem, 1.4vw, 1.36rem);
  font-weight: 700;
  line-height: 1.28;
  transition: color 180ms ease, background 180ms ease;
}

#rab-community-college-post .rab-chapter-links a::before{
  content: "0" counter(chapters);
  color: var(--gold);
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

#rab-community-college-post .rab-chapter-links a::after{
  content: "›";
  color: var(--gold);
  font-family: var(--sans);
  font-size: 1.8rem;
  font-weight: 400;
}

#rab-community-college-post .rab-chapter-links a:last-child:nth-child(odd){
  grid-column: 1 / -1;
}

#rab-community-college-post .rab-chapter-links a:hover,
#rab-community-college-post .rab-chapter-links a:focus-visible{
  color: var(--white);
  background: rgba(255, 248, 234, 0.07);
  outline: none;
}

/* Reading layout */
#rab-community-college-post .rab-reading-section{
  position: relative;
  padding: clamp(78px, 8vw, 142px) 0;
  background:
    linear-gradient(rgba(75, 38, 23, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(75, 38, 23, 0.035) 1px, transparent 1px),
    var(--paper);
  background-size: 72px 72px;
}

#rab-community-college-post .rab-reading-grid{
  width: min(1420px, calc(100% - var(--page-gutter) - var(--page-gutter)));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 260px minmax(0, 920px);
  justify-content: center;
  gap: clamp(52px, 8vw, 132px);
  align-items: start;
}

#rab-community-college-post .rab-reading-toc{
  position: sticky;
  top: calc(var(--rab-admin-offset) + 34px);
  padding-top: 12px;
}

#rab-community-college-post .rab-reading-toc strong{
  display: block;
  margin-bottom: 20px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

#rab-community-college-post .rab-reading-toc a{
  position: relative;
  display: block;
  padding: 15px 0 15px 20px;
  border-top: 1px solid var(--line);
  color: rgba(42, 18, 11, 0.54);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.45;
  transition: color 180ms ease, padding-left 180ms ease;
}

#rab-community-college-post .rab-reading-toc a::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--line);
  transform: translateY(-50%);
  transition: background 180ms ease, transform 180ms ease;
}

#rab-community-college-post .rab-reading-toc a.active,
#rab-community-college-post .rab-reading-toc a:hover,
#rab-community-college-post .rab-reading-toc a:focus-visible{
  color: var(--ink);
  padding-left: 24px;
  outline: none;
}

#rab-community-college-post .rab-reading-toc a.active::before{
  background: var(--gold);
  transform: translateY(-50%) scale(1.35);
}

/* Article */
#rab-community-college-post .rab-post-content{
  min-width: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.08vw, 1.14rem);
  line-height: 1.72;
}

#rab-community-college-post .rab-post-content > h2{
  position: relative;
  margin: clamp(68px, 8vw, 104px) 0 26px;
  padding-top: 20px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(2rem, 2.4vw, 2.45rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
  text-wrap: normal;
  word-break: normal;
  overflow-wrap: normal;
}

#rab-community-college-post .rab-post-content > h2:first-child{
  margin-top: 0;
}

#rab-community-college-post .rab-post-content > h2::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 78px;
  height: 3px;
  background: var(--gold);
}

#rab-community-college-post .rab-post-content > h3{
  margin: 48px 0 12px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-wrap: normal;
}

#rab-community-college-post .rab-post-content > h4{
  margin: 30px 0 8px;
  color: var(--ink);
  font-family: var(--sans);
  font-size: clamp(1.22rem, 1.45vw, 1.42rem);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0;
}

#rab-community-college-post .rab-post-content > h5{
  margin: 24px 0 7px;
  color: var(--ink);
  font-family: var(--sans);
  font-size: clamp(1.1rem, 1.2vw, 1.2rem);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
}

#rab-community-college-post .rab-post-content > p + p{
  margin-top: 14px;
}

#rab-community-college-post .rab-post-content > h2 + h3{
  margin-top: 30px;
}

#rab-community-college-post .rab-post-content > h3 + p,
#rab-community-college-post .rab-post-content > h4 + p,
#rab-community-college-post .rab-post-content > h5 + p{
  margin-top: 0;
}

#rab-community-college-post .rab-post-content > p + ul{
  margin-top: 18px;
}

#rab-community-college-post .rab-post-content > p + .rab-table-wrap{
  margin-top: 26px;
}

#rab-community-college-post .rab-post-content ul{
  margin: 24px 0 32px;
  padding: 0;
  list-style: none;
}

#rab-community-college-post .rab-post-content li{
  position: relative;
  padding-left: 28px;
}

#rab-community-college-post .rab-post-content li + li{
  margin-top: 12px;
}

#rab-community-college-post .rab-post-content li::before{
  content: "";
  position: absolute;
  top: 0.84em;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  transform: translateY(-50%);
}

#rab-community-college-post .rab-post-note{
  margin: 34px 0;
  padding: 26px 30px;
  border-left: 4px solid var(--gold);
  color: var(--ink);
  background: rgba(255, 248, 234, 0.84);
  font-family: var(--serif);
  font-size: 1.04em;
  font-style: italic;
  line-height: 1.75;
  box-shadow: 0 18px 48px rgba(42, 18, 11, 0.06);
}

#rab-community-college-post .rab-post-note p{
  color: inherit;
}

#rab-community-college-post .rab-post-note-link{
  display: inline-flex;
  margin-top: 16px;
  color: var(--brown);
  border-bottom: 1px solid rgba(75, 38, 23, 0.35);
  font-family: var(--sans);
  font-style: normal;
  font-weight: 900;
}

#rab-community-college-post .rab-post-note-link:hover,
#rab-community-college-post .rab-post-note-link:focus-visible{
  color: var(--gold);
  outline: none;
}

/* Tables */
#rab-community-college-post .rab-table-wrap{
  margin: 34px 0 46px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 248, 234, 0.82);
  box-shadow: 0 24px 64px rgba(42, 18, 11, 0.07);
  -webkit-overflow-scrolling: touch;
}

#rab-community-college-post .rab-post-table{
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.6;
}

#rab-community-college-post .rab-post-table th,
#rab-community-college-post .rab-post-table td{
  padding: 18px 20px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

#rab-community-college-post .rab-post-table tr:last-child th,
#rab-community-college-post .rab-post-table tr:last-child td{
  border-bottom: 0;
}

#rab-community-college-post .rab-post-table th:last-child,
#rab-community-college-post .rab-post-table td:last-child{
  border-right: 0;
}

#rab-community-college-post .rab-post-table thead th{
  color: var(--white);
  background: var(--brown-deep);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

#rab-community-college-post .rab-post-table tbody th{
  min-width: 190px;
  color: var(--ink);
  background: rgba(194, 139, 82, 0.08);
  font-weight: 900;
}

#rab-community-college-post .rab-post-table a{
  color: var(--brown);
  border-bottom: 1px solid rgba(75, 38, 23, 0.28);
  font-weight: 800;
  overflow-wrap: anywhere;
}

/* Sources */
#rab-community-college-post .rab-source-list{
  margin-top: 30px;
  padding: 0;
  border-top: 1px solid var(--line);
}

#rab-community-college-post .rab-source-list li{
  margin: 0;
  padding: 0;
}

#rab-community-college-post .rab-source-list li::before{
  display: none;
}

#rab-community-college-post .rab-source-list a{
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 14px 4px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-weight: 800;
  line-height: 1.45;
}

#rab-community-college-post .rab-source-list a::after{
  content: "↗";
  flex: 0 0 auto;
  color: var(--gold);
  font-size: 1.2rem;
}

#rab-community-college-post .rab-source-list a:hover,
#rab-community-college-post .rab-source-list a:focus-visible{
  color: var(--brown);
  outline: none;
}

@media (max-width: 1200px){
  #rab-community-college-post .rab-reading-grid{
    grid-template-columns: 220px minmax(0, 840px);
    gap: 58px;
  }
}

@media (max-width: 980px){
  #rab-community-college-post .rab-intro-grid,
  #rab-community-college-post .rab-chapter-nav-inner{
    grid-template-columns: 1fr;
  }

  #rab-community-college-post .rab-intro-copy{
    max-width: 760px;
    padding-top: 0;
  }

  #rab-community-college-post .rab-reading-grid{
    width: min(920px, calc(100% - var(--page-gutter) - var(--page-gutter)));
    grid-template-columns: 1fr;
  }

  #rab-community-college-post .rab-reading-toc{
    display: none;
  }
}

@media (max-width: 680px){
  #rab-community-college-post{
    --page-gutter: 18px;
  }

  #rab-community-college-post .rab-hero{
    min-height: 720px;
  }

  #rab-community-college-post .rab-hero::before{
    background-position: 58% center;
  }

  #rab-community-college-post .rab-hero::after{
    background:
      linear-gradient(90deg, rgba(20, 8, 6, 0.84) 0%, rgba(25, 10, 7, 0.64) 72%, rgba(20, 8, 6, 0.22) 100%),
      linear-gradient(0deg, rgba(20, 8, 6, 0.65) 0%, transparent 48%);
  }

  #rab-community-college-post .rab-intro h2{
    font-size: clamp(1.9rem, 7.5vw, 2.25rem);
    line-height: 1.12;
  }

  #rab-community-college-post .rab-intro-copy,
  #rab-community-college-post .rab-post-content > p,
  #rab-community-college-post .rab-post-content > ul li{
    text-align: justify;
    text-justify: inter-word;
  }

  #rab-community-college-post .rab-chapter-links{
    grid-template-columns: 1fr;
  }

  #rab-community-college-post .rab-chapter-links a{
    min-height: 92px;
    border-right: 0;
  }

  #rab-community-college-post .rab-chapter-links a:last-child:nth-child(odd){
    grid-column: auto;
  }

  #rab-community-college-post .rab-post-content > h2{
    margin-top: 64px;
    font-size: clamp(1.9rem, 7.5vw, 2.25rem);
    line-height: 1.12;
  }

  #rab-community-college-post .rab-post-content{
    line-height: 1.68;
  }

  #rab-community-college-post .rab-post-content > p + p{
    margin-top: 12px;
  }

  #rab-community-college-post .rab-post-content > h3{
    margin: 40px 0 11px;
    font-size: clamp(1.45rem, 6.5vw, 1.9rem);
    line-height: 1.22;
  }

  #rab-community-college-post .rab-post-content > h4{
    margin: 26px 0 7px;
    font-size: clamp(1.18rem, 5vw, 1.35rem);
  }

  #rab-community-college-post .rab-post-content > h5{
    margin: 22px 0 6px;
    font-size: 1.1rem;
  }

  #rab-community-college-post .rab-post-note{
    padding: 22px 20px;
  }

  #rab-community-college-post .rab-post-table{
    min-width: 650px;
  }
}

@media (max-width: 390px){
  #rab-community-college-post .rab-kicker,
  #rab-community-college-post .rab-section-label{
    font-size: 0.7rem;
  }
}

@media (prefers-reduced-motion: reduce){
  #rab-community-college-post *,
  #rab-community-college-post *::before,
  #rab-community-college-post *::after{
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}