.elementor-3284 .elementor-element.elementor-element-b154922{--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-3284 .elementor-element.elementor-element-7780838{--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-3284 .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-3284 .elementor-element.elementor-element-1d944a7{text-align:center;}/* Start custom CSS for html, class: .elementor-element-328d611 *//* ===== 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-f2082ee */.au-detail{
  padding: clamp(24px,4vw,60px) 0;
}

.au-detail-grid{
  width: min(1100px,92%);
  margin: 0 auto;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items:center;
}

/* LEFT */
.au-detail-img{
  width:100%;
  border-radius:18px;
  display:block;
  box-shadow:0 18px 40px rgba(0,0,0,.25);
}

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

.au-reality{
  margin:0 0 10px;
  padding:0;
  list-style:none;
}

.au-reality li{
  margin-bottom:8px;
  font-size:15px;
  line-height:1.5;
  color:#000;
}

.au-reality strong{
  color:#b30000;
}

/* NEW: note under Reality */
.au-note{
  margin: 0 0 16px;
  color:#444;
  font-size: 14px;
  line-height: 1.5;
}

/* Logos */
.au-logos{
  display:grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap:16px;
  margin: 10px 0 26px;
}

/* Make logos feel clickable */
.au-logo{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:12px;
  border-radius:14px;
  background:#fff;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 10px 20px rgba(0,0,0,.06);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
  text-decoration:none;
}

.au-logo:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(0,0,0,.10);
  border-color: rgba(179,0,0,.25);
}

.au-logo:active{
  transform: translateY(0);
}

.au-logos img{
  max-width:100%;
  max-height:50px;
  object-fit:contain;
  display:block;
}
/* 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;
}
/* 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{
  display:inline-block;
  background:#b30000;
  color:#fff !important;
  text-decoration:none !important;
  padding:10px 22px;
  border-radius:10px;
  font-weight:800;
}

.au-back-btn:hover{
  background:#900000;
}

/* Mobile */
@media(max-width:900px){
  .au-detail-grid{
    grid-template-columns:1fr;
  }
}/* End custom CSS */