.nav-item a {
    padding-bottom: 0 !important;
}
.committee-photo {
    width: 200px;
    height: 280px;
}
.keynote-photo {
    width: 200px;
    height: 300px;
}
.advisor-content span {
    color: gray !important;
    font-size: 16px !important;
}
.committee-h3 {
    margin-bottom: 50px;
    font-weight: bold;
}
.committee-h3-below {
    margin-top: 50px;
}
.Committee-content h3 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 20px;
}
.profile-box p {
    font-size: 18px;
}
.keynote-university {
    color: black !important;
    font-size: 16px !important;
}
.program-a {
    display: grid !important;
    grid-template-columns: clamp(120px, 18vw, 240px) 1fr !important;
    align-items: center !important;
    column-gap: 16px;
    /*width: 100%;*/
}
a.program-a .courses-meta { justify-self: start; }
a.program-a .program-name { justify-self: start !important; }
.program-name {
    margin-left: 200px !important;
}
@media (max-width: 768px) {
    a.program-a{
        grid-template-columns: 1fr !important;
        grid-template-areas:
      "time"
      "title";
        row-gap: 6px;
        text-align: center !important;
        justify-items: center !important;
    }
    a.program-a .courses-meta,
    a.program-a .program-name,
    a.program-a .courses-name {
        justify-self: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
.about-split-div {
    text-align: center;
}
.section-title {
    max-width: 100%;
    padding: 50px;
    background-color: #fffaf3;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 232, 227);
    border-image: initial;
}
.section-title h2 {
    max-width: 100%;
}
.section-title p {
    max-width: 100%;
    text-align: left;
    font-size: 18px;
}
.single-features-box {
    text-align: center !important;
}
.single-features-box h3 {
    font-size: 20px;
}
.single-features-box a {
    font-size: 20px !important;
}
.footer-bottom-area p {
    font-size: 14px;
}
.center-parent {
    display: flex;
    justify-content: center;
}
.center-child a:hover {
    color: var(--mainColor);
    font-weight: bold;
}
.membership-levels-area p {
    font-size: 18px;
}
.list-table {
    border: 1px solid #eeeeee;
}
.suitable-ul {
    padding: 0 30px !important;
}
.main-area-title {
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 7px;
    border-bottom: 1px solid #eeeeee;
    font-size: 22px;
    font-weight: 800;
}
.main-area-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    bottom: -1px;
    background-color: var(--mainColor);
}
.program-a.sessions-list {
    display: flex !important;
    flex-direction: column;
    align-items: center;          /* 整体居中 */
    justify-content: center;
    padding: 1rem;
    width: 100%;                  /* 占满父级宽度 */
}

.program-a.sessions-list .courses-name {
    width: 100%;
    max-width: 600px;             /* 控制内容宽度，保证左齐区域不会太宽 */
    text-align: left;             /* 行内左对齐 */
    margin: 0.5rem 0;
    font-size: 0.9rem !important;
    line-height: 1.2;
    word-wrap: break-word;
}

/* 响应式：小屏幕时放宽限制 */
@media (max-width: 768px) {
    .program-a.sessions-list .courses-name {
        max-width: 90%;             /* 小屏自动适配 */
        font-size: 0.95rem;
    }
}
.footer-area {
    background-color: rgb(24,23,38);
    padding: 15px 0;
    font-size: 14px;
}

.footer-text {
    margin: 0;
    color: #555;
}

@media (max-width: 767px) {
    .footer-bottom-area .row {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-bottom-area p {
        margin-bottom: 8px;
    }
}
.v-code {
    display: block;
    width: 100%;
    border: 0;
    /*background-color: #eaeaea;*/
    /*color: var(--blackColor);*/
    height: 50px;
    padding-left: 18px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
}
.v-code-b {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 5px 5px 0;
    height: 50px;
}

/* 固定右上角区域宽度，避免切换时导航左右抖动 */
.auth-slot {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 180px;
    min-width: 180px;
}

/* 登录状态下的用户名下拉（纯文字，不使用 default-btn 样式） */
.cme-auth .cme-auth__toggle {
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    font-weight: 600;
    font-size: 15px;
    color: inherit;
    cursor: pointer;
    line-height: 1.2;
}

/* 悬停变主题红 */
.cme-auth .cme-auth__toggle:hover {
    color: #e41e26;
}

/* 用户名太长时自动省略 */
.cme-auth .cme-username {
    max-width: 160px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

/* 下拉菜单 */
.cme-auth .dropdown-menu {
    font-size: 14px;
    min-width: 150px;
    border-radius: 8px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* 下拉菜单 hover 主色红 */
.cme-auth .dropdown-menu .dropdown-item {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.cme-auth .dropdown-menu .dropdown-item:hover {
    color: #e41e26 !important;
    background-color: rgba(228, 30, 38, 0.08);
}
.cme-auth .dropdown-menu .dropdown-item:active {
    color: #e41e26 !important;
    background-color: rgba(228, 30, 38, 0.15);
}
.cme-auth .dropdown-divider {
    margin: 4px 0;
    opacity: 0.5;
}
.keynote-link {
    transition: background-color 0.3s ease, transform 0.3s ease;
}
.keynote-link:hover {
    cursor: pointer;
    /*background-color: #f0f0f0;*/
    transform: scale(1.05);
}
