  
  /* 顶部导航栏 & 底部区域移动端适配 */
  @media (max-width: 900px) {
    .site-header {
      padding: 0;
      background: #ffffff;
      border-bottom: 1px solid #f0f0f0;
    }
    
    .header-container {
      padding: 0;
      flex-direction: column;
      flex-wrap: nowrap;
      gap: 0;
    }
    
    /* 顶部按钮条：大众版 / English */
    .header-right {
      width: 100%;
      height: 56px;
      display: flex;
      justify-content: center;
      align-items: stretch;
      background: #fff;
      border-bottom: 1px solid #f0f0f0;
      order: 1; /* 顶部按钮条在上 */
    }
    
    .header-center {
      display: none; /* 手机端隐藏搜索框 */
    }
    
    .header-btn {
      flex: 0 0 auto;
      width: 120px;
      height: 100%;
      padding: 0;
      border-radius: 0;
    }
    
    .public-btn {
      background: #8F2297;
      color: #fff;
      display: flex;
      flex-direction: row;
    }
    
    .english-btn {
      background: #ffffff;
      border-right: 1px solid #e8eff7;
      color: #8F2297;
      display: flex;
      flex-direction: row;
    }
    
    .btn-icon {
      width: 24px;
      height: 24px;
    }
    
    .btn-text {
      font-size: 12px;
    }
    
    /* 底部：Logo + 菜单按钮 */
    .header-left {
      width: 100%;
      padding: 8px 16px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: #ffffff;
      flex: 1;
      order: 2; /* Logo 行在下 */
    }

    .footer-logo-img {
      width: 100%;
      height: auto;
    }    

    .logo-wrapper {
      width: 17rem;
      height: auto;
    }
    
    .logo-icon {
      width: 100%;
      height: auto;
    }
    
    /* 汉堡菜单按钮 */
    .mobile-menu-toggle {
      display: inline-flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 32px;
      height: 32px;
      border: none;
      background: transparent;
      padding: 0;
      cursor: pointer;
    }
    
    .mobile-menu-toggle span {
      display: block;
      width: 22px;
      height: 2px;
      background: #091B33;
      border-radius: 2px;
      margin: 3px 0;
    }
    
    /* 导航栏：手机端隐藏（按需求不展示） */
    .site-navigation {
      display: none;
    }

    /* 如需在手机端展示导航并允许横向滚动，可改用下面的 nav-container 样式 */
    .nav-container {
      padding: 0 16px;
      gap: 16px;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
    
    .nav-item {
      font-size: 14px;
      padding: 12px 0;
    }

    /* 底部紫色版权区域：移动端改为上下堆叠 */
    .site-footer-pc {
      display: none;
    }

    .site-footer-mobile {
      display: block;
    }

    .site-footer-mobile .footer-main {
      padding: 0px 20px 20px;
      flex-direction: column;
      gap: 24px;
    }
    .footer-left {
        padding-top: 20px;
        padding-right: 0px;
        border-right: none;
    }

    .site-footer-mobile .footer-left,
    .site-footer-mobile .footer-center,
    .site-footer-mobile .footer-right {
      width: 100%;
      align-items: flex-start;
    }


    .footer-worktime-card {
      width: 100%;
    }

    .site-footer-mobile .footer-logo-block,
    .site-footer-mobile .footer-worktime-card {
      margin: 0 auto;
    }
    .footer-qr-img {
        width: 142px;
        height: 142px;
    }
    .site-footer-mobile .footer-right {
      align-items: center;
    }

    .site-footer-mobile .footer-bottom-inner {
      padding: 8px 20px 4px;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 12px;
      text-align: center;
      margin-top: 20px;
    }

    .site-footer-mobile .footer-bottom {
      height: auto;
      padding: 12px 0;
      padding-bottom: 42px;
    }

    .site-footer-mobile .footer-links {
      justify-content: center;
      font-size: 16px;
    }

    .site-footer-mobile .footer-copy {
      font-size: 16px;
    }
  }

  /* 平板设备适配：900px及以下 */
  @media (max-width: 900px) {
    /* 新 */
    .service-navigation {
        background: #fff;
        height: auto;
        margin-bottom: 4rem;
    }
    .service-cards {
        min-width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .service-navigation {
        padding-top: 0px;
    }
    .inquiry-title {
        margin-top: 40px;
        margin-bottom: 15px;
    }
    .inquiry-grid {
        /* gap: 10px; */
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
        gap: 12px;
    }
    .inquiry-item {
        width: 47%;
    }
    .inquiry-icon img {
        width: 2rem;
        height: auto;
        margin-right: 5px;
    }
    .menu-icon {
        width: 5.2rem;
        height: auto;
    }
    .inquiry-text {
        font-size: 16px;
    }
    .service-cards {
        display: flex;
        flex-direction: column;
    }
    .inquiry-text {
        margin-left: 5px;
    }

    /* 新闻公告 */
    .news-center-container {
        width: 100%;
    }
    .news-cards-container {
        max-width: 100%;
    }
    .news-center-container {
        max-width: 100%;
    }
    .expert-banner {
        width: 100%;
        max-width: 100%;
    }

    /* 手机端专家团队：不需要选中后的放大样式，只保留普通卡片轮播 */
    .expert-slider {
        height: auto;
        margin-top: 22px;
        /* 保留 JS 控制的 transform 位移，不能强制清除，否则轮播无法切换 */
    }
    .bg {
        background-size: cover;
        height: 12rem;
    }
    /* 覆盖桌面端的 active 大卡片样式，让 active 与普通卡片尺寸/背景一致 */
    .expert-card1.active {
        /* width: 180px;
        height: 280px; */
        background: #000;
        background-color: #F9F9F9;
        background-image: none;
        width: 208px;
        height: 380px;
    }
    /* 手机端隐藏 activeCard 覆盖内容，只展示普通卡片结构 */
    /* .expert-card1 .activeCard {
        display: none !important;
    } */
    /* .expert-card1 > .zjtdBg,
    .expert-card1 > .expert-name,
    .expert-card1 > .expert-dept,
    .expert-card1 > .expert-desc {
        display: block !important;
    } */
    .expert-card.active .expert-name, .expert-card.active .expert-dept, .expert-card.active .expert-desc {
        color: #000 !important;
    }
    /* .expert-slider .expert-card .expert-name {
        display: flex;
    } */
    .new-notice-title .news-center-header {
        max-width: 100%;
        width: 100%;
    }
    .active .activeInfo {
        margin-top: 15px;
        padding: 0;
    }
    .activeCard {
        display: flex;
        flex-direction: column;
    }
    .activeCard .zjtdBg {
        height: 232px;
        width: 100%;
    }
    .activeCard .expert-desc {
        padding: 0;
        font-size: 16px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word;
    }
    .inquiry-section {
        width: 100%;
    }
    .medical-menu {
        max-width: 100%;
        border-color: #F0E7F1;
    }
    .menu-item {
        height: auto;
        padding: 2rem 1rem;
        box-sizing: border-box;
    }
    /* 新闻公告 */
    .new-notice-title {
        padding-top: 0px;
    }
    .new-notice-title .news-center-header {
        display: flex;
        flex-direction: column;
    }
    .news-center-header-left {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .news-notice-section {
        height: auto;
        background-size: 100% 100%;
        padding: 2rem 0 4rem 0;
    }
    .news-center-title-main {
        margin-top: 40px;
        margin-bottom: 15px;
    }
    .news-center-title-main img {
        width: 10rem;
        display: block;
        margin: 0 auto;
    }
    .more-circle-btn-img {
        height: 3rem;
    }
    .banner-title img {
        width: 10rem;
        height: 4rem;
    }
    .news-tab {
        width: 20%;
        height: 46px;
        line-height: 46px;
        font-size: 16px;
    }
    .news-center-tabs {
        margin-left: 0px;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }
    /* 新闻中心 */
    .news-center-content {
        display: flex;
        flex-direction: column;
    }
    .news-main-column {
        width: 100%;
        height: 26rem;
    }
    .news-carousel-swiper .swiper-slide img {
        width: 100%;
        height: 20rem;
    }
    .news-featured-footer {
        width: 92%;
        left: 0;
        margin: 0 auto;
    }
    .news-carousel-pagination {
        padding-right: 22px;
        margin-bottom: 26px;
    }
    .news-carousel-pagination .swiper-pagination-bullet {
        line-height: 54px;
    }
    .news-list-column {
        max-width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .research-title img {
        width: 9rem;
        height: auto;
    }
    .news-list-image {
        width: 190px;
        height: 129px;
    }
    .news-list-date-span {
        font-size: 24px;
    }
    .news-list-arrow img {
        height: 30px;
    }
    .news-cards-container {
        width: 100%;
        gap: 0px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .news-card {
        width: 100%;
        flex: initial;
    }
    .news-card:nth-child(2) {
        margin-top: 1rem;
    }
    .news-card:nth-child(3) {
        margin-top: 1rem;
    }
    .news-card:nth-child(4) {
        margin-top: 1rem;
    }

    .hospital-formula-section .news-cards-section {
        padding-bottom: 1rem;
    }

    .news-cards-section {
        margin-top: 4rem;
        padding-bottom: 0px;
    }
    .news-card-line {
        margin-bottom: 32px;
    }
    .news-card-arrow img {
        width: 29px;
    }
    .news-list-date {
        font-size: 14px;
    }
    /* 医院公式区域：手机端使用 mobile 版本，隐藏 pc 版本 */
    .hospital-formula-section-pc {
        display: none;
    }
    .hospital-formula-section-mobile {
        display: block;
        width: 100%;
    }
    .department-section {
        width: 100%;
        height: 72rem;
        background: url(../image/phone/phoneBg.png) center no-repeat;
        background-size: 100% 100%;
    }
    .department-container {
        display: flex;
        flex-wrap: wrap;
    }
    .circle-wrap {
        zoom: 0.45;
        margin: 0 auto;
        margin-top: 110px;
    }
    .right-department {
        max-width: 100%;
        padding-left: 0px;
    }
    .department-header {
        padding-top: 0px;
        position: static;
        padding: 0 10px;
        padding-right: 0px;
        box-sizing: border-box;
    }
    .department-list-wrapper {
        margin-top: 0px;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .department-item-name  {
        font-size: 14px;
    }

    .xdtLine  {
        width: 50%;
        left: 55vw;
        position: absolute;
    }
    .department-title {
        font-size: 25px;
        margin-left: 4px;
        margin-right: 4px;
    }
    .department-title-icon {
        width: 50px;
        height: 50px;
    }
    .department-description-box {
        margin-left: 10px;
        margin-right: 10px;
    }
    .expert-banner {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .slider-btn {
        top: 52px;
    }
    .banner-title {
        padding-left: 10px;
        padding-top: 12px;
    }
    #zjtdNext {
        right: 10px;
    }
    #zjtdPrev {
        right: 78px;
    }
    #zjtdPrev img {
        width: 3rem;
    }
    #zjtdNext img {
        width: 3rem;
    }





    /* 旧 */
    .news-notice-section .news-notice-container {
        min-width: 100%;
    }
    .section-header {
        padding: 0 20px;
        box-sizing: border-box;
    }

    .hospital-photo {
        height: 10rem;
        width: 100%;
    }
    .inquiry-title {
        width: 10rem;
    }
    .health-banner-container {
        width: 500px;
        padding: 0px;
    }
    .service-card {
        width: 90px;
    }
    .service-card--bg2 {
        background-size: cover;
        width: 60px;
    }
    .service-card {
        height: 206px;
        min-height: 206px;
    }
    .service-card__icon {
        width: 40px;
        height: 40px;
    }
    .service-card__text {
        font-size: 24px;
    }
    .health-banner-container .health-banner-footer {
        margin-top: -135px;
    }
    .quick-access-text {
        font-size: 1rem;
        font-weight: 400;
    }
    .quick-access-icon img {
        height: 4.5rem;
        width: 9rem;
    }
    .health-banner-section {
        height: 600px;
    }
    /* .service-navigation {
        height: 745px;
    } */
    .news-notice-container {
        display: block;
        width: 100%;
    }
    .news-content {
        padding: 20px;
        padding-bottom: 0px;
        padding-top: 0px;
        box-sizing: border-box;
    }
    .news-left {
        width: 100%;
    }
    .news-featured-image-img {
        height: 375px;
    }
    .line {
        height: 0px;
    }
    .notice-item:last-child {
        border: none;
    }
    .nurse-party-container {
        width: 100%;
        margin-bottom: 20px;
    }
    .news-notice-container {
        padding-top: 122px;
    }
    .news-featured-image {
        display: block;
    }
    .news-list {
        padding-left: 0px;
        margin-top: 10px;
    }
    .news-item {
        height: 105px;
    }
    .news-featured {
        margin-bottom: 0px;
    }
    .notice-section {
        margin-top: -20px;
    }
    .notice-content {
        padding: 30px;
    }
    .health-banner-card--center {
        height: 305px;
        width: 100%;
    }
    .health-banner-main {
        justify-content: flex-start;
    }
    .health-swiper .swiper-slide {
        max-width: 79%;
    }
    .health-banner-title {
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .health-banner-container {
        width: 100%;
    }
    .health-date {
        flex-direction: row;
    }
    .health-banner-info {
        font-weight: bold;
        font-size: 15px;
    }
    .health-banner-desc {
        font-size: 20px;
    }
    .nurse-center-side {
        width: 120px;
    }
    .nurse-center-main {
        padding: 0px 10px;
    }
    .nurse-item {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        height: 98px;
        padding: 5px 0px;
        box-sizing: border-box;
    }
    .nurse-item-title {
        font-size: 15px;
    }
    .nurse-party-section {
        margin-top: 40px;
        height: auto;
    }
    .nurse-center {
        height: 449px;
    }
    .nurse-center-side {
        height: 449px;
    }
    .nurse-center {
        box-shadow: 0px 0px 20px 0px rgba(36, 126, 179, 0.2);
    }
    .section-animate.is-visible {
        padding-bottom: 55px;
        padding-bottom: 0px;
    }
    .nurse-party-container-mobile {
        height: 290px;
        display: flex;
        justify-content: space-between;
    }
    .party-card, .recruit-card {
        width: 49%;
        height: 285px;
    }
    .party-card-title img {
        width: 84px;
    }
    .quick-access-list {
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
        margin: 4rem 0;
    }
    .recruit-card-title img {
        width: 84px;
    }
    .party-card-btn {
        width: 128px;
        font-size: 14px;
        /* padding: 5px 10px; */
        box-sizing: border-box;
    }
    .quick-access-bg {
        height: auto;
        width: 100%;
        border-radius: 0px;
        max-width: 100%;
    }
    .quick-access-inner {
        padding: 0px;
        height: auto;
        /* background: linear-gradient(0deg, #C3A462, #D0BA8A); */
    }
    .quick-access-title img {
        height: 30px;
        margin-top: 40px;
    }
    .quick-access-title {
        padding-top: 0px;
    }
    .quick-access-icon {
        width: 8rem;
        height: 8rem;
    }
    .quick-access-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .quick-access-section {
        padding-top: 0px;
        margin-top: -1px;
    }
    /* banner轮播图 */
    .carousel-container {
        width: 100%;
    }
    .carousel-list .carousel-item {
        height: 200px;
    }
    .carousel-item.prev {
        top: 10%;
    }
    .carousel-item.prev-prev {
        position: absolute;
        left: -32px;
        top: 10%;
    }
    .carousel-item.next-next {
        left: 58% !important;
        right: -32px !important;
    }
    .carousel-item.active {
        left: 7%;
    }
    .carousel-item {
        left: -29px;
    }
    .carousel-container .carousel-btn {
        top: 30%;
        right: 20px;
    }
    .carousel-list .carousel-item.next {
        left: 42%;
        top: 10%;
    }
    #prevBtn {
        left: 20px;
    }
    #prevBtn img {
        width: 40px;
        height: 40px;
    }
    .carousel-container .carousel-btn img {
        width: 40px;
        height: 40px;
    }
    .indicator.active {
        background: #fff;
    }
    .carousel-item.next-next {
        left: 29%;
        top: 10%;
    }
    .carousel-container {
        height: 372px;
    }
    .carousel-indicators {
        bottom: -23px;
    }
    .carousel-list .carousel-item.prev {
        left: -2%;
    }

    .carousel-list .carousel-item.active {
        width: 347px;
        height: 195px;
        position: absolute;
        left: 50%;
        margin-left: -173.5px;
    }
    .expert-card1.active {
        background-color: #fff;
    }
    .more-btn1 {
        margin-top: 40px;
    }
    .research-nursing-container {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .research-item {
        padding: 0 10px;
        padding-bottom: 20px;
        padding-top: 20px;
        gap: 16px;
    }
    .research-desc {
        display: none;
    }
    .research-list {
        padding: 0 30px;
        box-sizing: border-box;
    }
    .research-header {
        padding-left: 20px;
        margin-bottom: 40px;
    }
    .nursing-header {
        padding-left: 20px;
        margin-bottom: 40px;
    }
    .research-date {
        min-width: 70px;
    }
    .research-title {
        padding-left: 10px;
    }
    .nursing-main-card {
        transform: none !important;
        width: 100%;
        position: static !important;
        margin-top: 20px;
        padding: 10px;
    }
    .nursing-panel {
        position: static;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .nursing-main-thumb {
        width: 12rem;
        height: 142px;
        margin-right: 10px;
    }
    .campus-layout-section {
        padding-top: 55px;
    }
    .campus-layout-title img {
        height: 4rem;
    }
    .rightThumb  {
        margin-left: 15px;
    }
    .nursing-main-title {
        font-size: 16px;

        /* 超过两行显示省略号 */
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-all;
    }
    .research-nursing-section {
        height: auto;
        padding: 4rem 0 4rem 0;
    }
    .nursing-main-card {
        height: 162px;
    }
    .nursing-main-title {
        margin-bottom: 8px;
    }
    .campus-layout-inner {
        width: 100%;
        max-width: 100%;
    }
    .campus-layout-cards-wrapper .swiper  {
        padding: 0 20px;
    }
    .campus-layout-swiper .swiper-wrapper {
        padding: 0;
    }
    .campus-swiper-button-prev {
        left: 20px;
    }
    .campus-swiper-button-next {
        right: 20px;
    }
    .campus-layout-section {
        margin-bottom: -100px;
    }

    /* 手机端下拉菜单样式 */
    .mobile-menu-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 10000;
        overflow: hidden;
    }

    .mobile-menu-overlay.mobile-menu-overlay--active {
        display: block;
    }

    .mobile-menu-container {
        width: 100%;
        max-width: 100%;
        background: #ffffff;
        height: 100vh;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    /* 顶部按钮条 - 固定在顶部 */
    .mobile-menu-header-buttons {
        width: 100%;
        height: 56px;
        display: flex;
        justify-content: center;
        align-items: stretch;
        background: #fff;
        border-bottom: 1px solid #f0f0f0;
        flex-shrink: 0;
        position: sticky;
        top: 0;
        z-index: 10;
    }

    .mobile-menu-btn {
        flex: 0 0 auto;
        width: 120px;
        height: 100%;
        padding: 0;
        border-radius: 0;
        border: none;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        cursor: pointer;
    }

    .mobile-menu-public-btn {
        background: #8F2297;
        color: #fff;
    }

    .mobile-menu-english-btn {
        background: #ffffff;
        border-right: 1px solid #e8eff7;
        color: #8F2297;
    }

    .mobile-menu-btn .btn-icon {
        width: 24px;
        height: 24px;
    }

    .mobile-menu-btn .btn-text {
        font-size: 12px;
    }

    /* Logo和医院名称区域 - 固定在顶部按钮条下方 */
    .mobile-menu-logo-section {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 14px 16px;
        gap: 12px;
        border-bottom: 1px solid #f0f0f0;
        position: sticky;
        top: 56px;
        background: #ffffff;
        z-index: 10;
        flex-shrink: 0;
    }

    .mobile-menu-logo-wrapper {
        width: 17rem;
        height: auto;
        flex-shrink: 0;
    }

    .mobile-menu-logo-icon {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .mobile-menu-hospital-name {
        flex: 1;
        font-size: 18px;
        font-weight: 500;
        color: #091B33;
    }

    .mobile-menu-close {
        width: 32px;
        height: 32px;
        border: none;
        background: transparent;
        padding: 0;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .mobile-menu-close img {
        width: 24px;
        height: 24px;
    }

    /* 可滚动内容区域 */
    .mobile-menu-scrollable {
        flex: 1;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    /* 搜索框 */
    .mobile-menu-search-box {
        padding: 16px;
        border-bottom: 1px solid #f0f0f0;
        position: relative;
        flex-shrink: 0;
    }
    .campus-swiper-button-prev, .campus-swiper-button-next {
        width: 3.3rem;
        height: auto;
    }
    .footer-logo-block {
        width: 100%;
    }

    .mobile-menu-search-input {
        width: 100%;
        height: 44px;
        padding: 0 50px 0 16px;
        border: 1px solid #cfd2d7;
        border-radius: 25px;
        font-size: 14px;
        color: #091B33;
        box-sizing: border-box;
        outline: none;
    }

    .mobile-menu-search-input::placeholder {
        color: #091B33;
    }
    .mobile-menu-search-input:focus {
        outline: none;
        border-color: #8F2297; /* 聚焦时边框变紫色（可改） */
        box-shadow: 0 0 0 3px rgba(143, 34, 151, 0.1); /* 柔和的外发光 */
        background-color: #fefbff; /* 轻微的背景色变化（可选） */
    }

    .mobile-menu-search-icon {
        position: absolute;
        right: 28px;
        top: 50%;
        transform: translateY(-50%);
        width: 24px;
        height: 24px;
        pointer-events: none;
        background: url(../image/web/searchIcon/searchIcon.png) no-repeat;
        background-size: 100%;
        outline: none;
        border: none;
    }

    /* 导航菜单列表 */
    .mobile-menu-nav-list {
        padding: 0;
    }

    .mobile-menu-nav-item {
        display: block;
        width: 100%;
        padding: 16px;
        font-size: 16px;
        color: #091B33;
        text-decoration: none;
        border-bottom: 1px solid #f0f0f0;
        background: #ffffff;
        transition: background 0.2s;
    }

    .mobile-menu-nav-item:active {
        background: #f5f5f5;
    }

    .mobile-menu-nav-item--with-dropdown {
        padding: 0;
    }

    .mobile-menu-nav-item-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px;
        cursor: pointer;
    }

    .mobile-menu-nav-item-header span {
        font-size: 16px;
        color: #091B33;
    }

    .mobile-menu-nav-icon {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
    }

    .mobile-menu-nav-dropdown {
        display: none;
        background: #f9f9f9;
    }

    .mobile-menu-nav-item--expanded .mobile-menu-nav-dropdown {
        display: block;
    }

    .mobile-menu-nav-item--expanded .mobile-menu-nav-icon {
        /* transform: rotate(45deg); */
    }

    .mobile-menu-nav-dropdown-item {
        padding: 14px 16px 14px 48px;
        font-size: 15px;
        color: #091B33;
        border-bottom: 1px solid #f0f0f0;
        cursor: pointer;
        transition: background 0.2s;
    }

    .mobile-menu-nav-dropdown-item:active {
        background: #f0f0f0;
    }

    .mobile-menu-nav-dropdown-item--active {
        background: #8F2297;
        color: #ffffff;
    }
  }