/*
Theme Name: 国际教育学院英文站（独立）
Theme URI: https://www.lncu.edu.cn/
Description: 国际教育学院英文独立站点主题。不依赖 2026 / 二级学院主题；含 2026 头尾与学院首页。
Author: LNCU
Version: 1.0.0
Text Domain: lncu-sie
*/

body.ejxy-en .footer-main{
  width:min(1208px,92vw) !important;
  max-width:1208px;
}

/* 页脚：英文地址 + 社交图标 */
.footer-contact-gap{
  display:inline-block;
  width:2.5em;
}
.footer-campus{
  margin:1rem 0;
}
.footer-campus strong{
  display:block;
  color:#fff;
  font-weight:700;
  letter-spacing:.04em;
  margin-bottom:.35em;
}
.footer-campus span{
  display:block;
  color:rgba(255,255,255,.68);
}
.footer-social{
  display:flex;
  align-items:center;
  justify-content: center;
  gap:28px;
  margin:0 0 18px;
}
.footer-social a,
.footer-social span{
  display:flex;
  align-items:center;
  justify-content:center;
  width:56px;
  height:56px;
  flex:0 0 56px;
  text-decoration:none;
}
.footer-social img{
  display:block;
  max-width:56px;
  max-height:56px;
  width:auto;
  height:auto;
  object-fit:contain;
}
@media (max-width: 640px){
  .footer-social{
    justify-content:center;
  }
}
