/* Theme Name: Astra Child
Template: astra */

/* Logo 大小 - 正确选择器 */
.site-logo-img img.custom-logo,
span.site-logo-img img {
    max-height: 70px !important;
    height: auto !important;
    width: auto !important;
    max-width: 200px !important;
}

/* 站点标题 */
.ast-site-title-wrap .site-title,
.ast-site-title-wrap p {
    font-size: 16px !important;
    font-weight: 600 !important;
}

/* 导航菜单字体放大加粗 - 正确选择器 */
.ast-builder-menu-1 .main-header-menu .menu-item > .menu-link,
.ast-builder-menu-1 .menu-item > .menu-link {
    font-size: 20px !important;
    font-weight: 700 !important;
    text-transform: none !important;
    color: #1e293b !important;
}

/* 顶部联系栏 */
.top-bar {
    background: #046bd2;
    color: #fff;
    padding: 6px 0;
    font-size: 13px;
}
.top-bar .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-bar a {
    color: #fff;
    text-decoration: none;
}
