.elementor-3944 .elementor-element.elementor-element-dbc44ae{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3944 .elementor-element.elementor-element-40121cb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3944 .elementor-element.elementor-element-bd47f0e{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-3944 .elementor-element.elementor-element-1d944a7{text-align:center;}/* Start custom CSS for html, class: .elementor-element-d742063 *//* ===== Campus-Style Header (Inspired by your sample) ===== */
.au-campus-header{
  background:#ffffff;
  padding: 18px 0;
  border-bottom: 1px solid rgba(0,0,0,.10);
}

.au-campus-inner{
  width: min(1200px, 92%);
  margin: 0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 18px;
}

/* Left block */
.au-campus-left{
  display:flex;
  align-items:center;
  gap: 14px;
  min-width: 0;
}



/* Text stack */
.au-campus-name-wrap{
  min-width: 0;
}

.au-campus-kicker{
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 700;
  color:#6f6f6f;
  margin-bottom: 3px;
}

.au-campus-name{
  font-size: clamp(18px, 2.2vw, 28px);
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1.15;
  color:#1f1f1f;
  white-space: nowrap;
  overflow:hidden;
  text-overflow: ellipsis;
}

.au-campus-sub{
  margin-top: 2px;
  font-size: 12px;
  color:#8a8a8a;
  font-weight: 600;
}

/* Right tagline */
.au-campus-right{
  display:flex;
  align-items:center;
  justify-content:flex-end;
}

.au-campus-tagline{
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 800;
  color:#3b5bff;
  white-space: nowrap;
}

/* Mobile */
@media (max-width: 768px){
  .au-campus-inner{
    flex-direction: column;
    align-items: flex-start;
  }
  .au-campus-tagline{
    margin-top: 6px;
  }
  .au-campus-name{
    white-space: normal;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-65f630d *//* Layout (keep if you already have these; safe to reuse) */
.au-detail{
  padding: clamp(20px, 4vw, 54px) 0;
}
.au-detail-grid{
  width: min(1200px, 92%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 3vw, 34px);
  align-items: start;
}

/* Left image */
.au-detail-left{
  background: transparent;
}
.au-detail-img{
  width: 100%;
  max-height: 380px;
  object-fit: contain;
  display: block;
}

/* Right */
.au-detail-right h1{
  margin: 0 0 14px;
  font-size: clamp(26px, 3vw, 40px);
  color:#111;
}

/* Accordion */
.au-acc{
  margin-top: 10px;
  max-width: 720px;
}

.au-acc-item{
  border: 1px solid rgba(0,0,0,.14);
  border-radius: 14px;
  background: #fff;
  margin: 14px 0;
  overflow: hidden;
}

.au-acc-item summary{
  cursor: pointer;
  padding: 14px 16px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  list-style: none;
}
.au-acc-item summary::-webkit-details-marker{ display:none; }

.au-acc-icon{
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  width: 18px;
  flex: 0 0 18px;
  color: #b30000;
  margin-top: 2px;
}

.au-acc-title{
  font-weight: 900;
  color:#111;
  line-height: 1.35;
}

.au-acc-body{
  padding: 12px 16px 16px;
  border-top: 1px solid rgba(0,0,0,.08);
  font-size: 15px;
  line-height: 1.6;
  color:#222;
}

/* Campus label */
.au-campus-label{
  font-weight: 900;
  margin: 4px 0 10px;
  color:#111;
}

/* Bullets */
.au-bullet-links{
  margin: 0;
  padding-left: 18px;
}
.au-bullet-links li{
  margin: 10px 0;
}
.au-bullet-links li::marker{
  color:#b30000;
}

/* Links */
.au-link{
  color:#b30000;
  font-weight: 900;
  text-decoration: none;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.au-link:hover{
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Back button */
.au-back-btn{
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 12px;
  background:#b30000;
  color:#fff !important;
  font-weight: 900;
  text-decoration: none !important;
}
.au-back-btn:hover{ background:#900000; }

/* Responsive */
@media (max-width: 980px){
  .au-detail-grid{ grid-template-columns: 1fr; }
  .au-detail-img{ max-height: 320px; }
}/* End custom CSS */