/* ==============================
   Custom Styles for Hello Biz + Elementor
   ============================== */
body {
	font-size: 0.9rem !important;
}
.elementor a {
	word-break: break-word !important;
}

button:focus {
	background: #000;
}
/* 文章类*/
/* 普通链接 */
.post a {
  color: #000000 !important;   /* 黑色 */
  text-decoration: underline !important;
}

/* 鼠标悬停：黑色 + 下划线 */
.post a:hover {
  color: #000000 !important;
  text-decoration: underline !important;
}

/* 已访问的链接 */
.post a:visited {
  color: #000000 !important;
  text-decoration: none !important;
}

/* Footer */

/* 普通链接 */
.footer a {
  color: #bbbbbb !important;   /* 黑色 */
}

/* 鼠标悬停：黑色 + 下划线 */
.footer a:hover {
  color: #bbbbbb !important;
  text-decoration: underline !important;
}

/* 已访问的链接 */
.footer a:visited {
  color: #bbbbbb !important;
}

/* 评论区域样式 */
.comments-area {
	font-size: 14px !important;
    margin-top: 40px;
    padding: 20px 0;
}

.comments-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.comments-title {
    font-size: 30px;
	font-family: Manrope;
    color: #000;
    margin: 0 0 20px 0;
    display: inline-block;
}

.comments-sort {
	font-size: 16px;
	font-family: Poppins;
}

.sort-label {
    color: #000;
    font-size: 14px;
    cursor: pointer;
}

.comment-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.comment-list li {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}
#comments .comment-metadata,
#comments .reply {
	font-size: 14px !important;
}
.comment-content {
	font-size: 14px !important;
}

/* 评论表单样式 */
.comment-respond {
    margin-top: 30px;
}

.comment-form {
    margin-top: 20px;
}

#comments .comment-meta {
	margin-bottom: 0 !important;
}

.comment-form-comment textarea {
    width: 100%;
    min-height: 200px;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    font-family: inherit;
    font-size: 14px;
    resize: vertical;
    background-color: #fff;
}

.comment-form-comment textarea:focus {
    outline: none;
    border-color: #000;
}

.comment-form-comment textarea::placeholder {
    color: #999;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
    margin-bottom: 15px;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    width: 100%;
    padding: 10px;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    font-size: 14px;
}

.comment-form-author input:focus,
.comment-form-email input:focus,
.comment-form-url input:focus {
    outline: none;
    border-color: #000;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
    display: block;
    margin-bottom: 5px;
    font-weight: 400;
    color: #000;
}

.required {
    color: #ff0000;
}

/* 提交按钮区域 */
.comment-form-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
}

.preview-link {
    color: #000;
    cursor: pointer;
    font-size: 14px;
}

.comment-form-actions input[type="submit"] {
    background-color: #000;
    border: 1px solid #000000;
    color: white !important;
    padding: 14px 20px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.comment-form-actions input[type="submit"]:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
}

#comments .comment .avatar {
	left: 20px !important;
	width: 42px;
	height: 42px;
}
.comment-title-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .comments-sort {
        float: none;
        margin-top: 10px;
        text-align: right;
    }
    
    .comment-form-actions {
        flex-direction: column;
        align-items: stretch;
    }
    
    .preview-link {
        text-align: center;
        margin-bottom: 10px;
    }
}



/* Footer Subscribe Form （Form GetResponse） */
.sc-bjCGfv {
	background: #808080 !important;
}

.sc-iuuDEZ {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
}

.sc-jfvxQR {
	display: flex;
	align-items: center;
	gap: 10px;
}

.sc-lbVpMG {
	background: transparent !important;
}

.sc-gScZFl {
	background: transparent !important;
}

.sc-khsqcC {
	padding: 0 !important;
	background: transparent !important;
}

.sc-dcntqk {
	background: transparent !important;
}

.sc-ehkVkK {
	background: transparent !important;
}

.content-wrapper {
	background: transparent !important;
}

.sc-ezOQGI {
	background: transparent !important;
}

.sc-WKhSL {
	display: flex;
	align-items: center;
	gap: 10px;
}

.sc-eGugkK {
	margin: 0 !important;
}

.sc-bWOGAC {
	display: none !important;
}

.sc-dEVLtI {
	margin: 0 !important;
}

.sc-cZFQFd {
	width: 300px !important;
	height: 50px !important;
	background-color: white !important;
	border: none !important;
	padding: 0 15px !important;
	font-size: 16px !important;
	outline: none !important;
	border-radius: 0 !important;
}

.sc-cZFQFd::placeholder {
	color: #999 !important;
}

.sc-brePNt {
	margin: 0 !important;
}

.sc-jrcTuL {
	margin: 0 !important;
}

.sc-jrcTuL button {
	width: 80px !important;
	height: 50px !important;
	background-color: #808080 !important;
	border: 2px solid white !important;
	color: white !important;
	font-size: 16px !important;
	cursor: pointer !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	transition: all 0.3s ease !important;
	border-radius: 0 !important;
	padding: 0 !important;
}

.sc-jrcTuL button:hover {
	background-color: #666 !important;
}

.sc-jrcTuL button:active {
	transform: scale(0.98) !important;
}

.sc-csDkEv {
	display: none !important;
}

.bottom-spacer {
	display: none !important;
}
.dzzzYZ {
	padding: 0 !important;
}
.sc-eGugkK label {
	display: none !important;
}

/* 聯繫我們Form */

.flex {
    display: flex;
    align-items: center;
    gap: 10px;
}
.contact-form label {
    width: 100%;
    display: block;
}
.contact-form p {
	margin-bottom: 18px !important;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    border: 1px solid #000;
    border-radius: 8px !important;
    margin-top: 10px;
    background: #fafafa;
    width: 100%;
    padding: 5px 10px !important;
    box-sizing: border-box;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: 2px solid #000;
    outline-offset: 2px;
}

.contact-form input[type="checkbox"],
.contact-form input[type="radio"] {
    display: none;
}

.contact-form input[type="checkbox"] + span,
.contact-form input[type="radio"] + span {
	font-size: 15px;
    padding: 5px 10px;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
}

.contact-form input[type="checkbox"] + span:hover,
.contact-form input[type="radio"] + span:hover,
.contact-form input[type="checkbox"]:checked + span,
.contact-form input[type="radio"]:checked + span {
    background: #000;
    color: #fff;
}

.contact-form input[type="submit"] {
    width: 80px !important;
    height: 50px;
    border-color: #000;
    background-color: #000;
    color: #fff;
    border-radius: 8px;
    margin-top: 10px;
}
.contact-form input[type="submit"]:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.footer-subscribe-form .gycwvU{
	display: flex !important;
}

.sc-WKhSL {
    display: flex;
    align-items: center;
}

.desc-item {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
    line-height: 1.3;
    margin-bottom: 10px;
}
.desc-item p {
	margin-bottom: 0 !important;
}

.required-text {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
    margin-left: 10px;
}
.translate-radio {
	margin-top: 10px;
}
.option-description {
	margin-top: -14px;
}
.option-list span {
	margin-bottom: 6px;
}

/* Contact Form 7 特殊样式 */
.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.wpcf7-form-control {
    width: 100% !important;
}

/* 管理员登录后编辑模式admin bar样式 */
/* 隐藏左侧红色框区域 */
#wpadminbar .ab-item[href*="customize"],
#wpadminbar .ab-item[href*="post-new"],
#wpadminbar .ab-item[href*="edit-comments"],
#wpadminbar #wp-admin-bar-buttonizer,
#wpadminbar #wp-admin-bar-ymc-filter-grids,
#wpadminbar #wp-admin-bar-elementor_notes {
	display: none !important;
}

/* 或者隐藏整个特定区域 */
#wpadminbar .ab-top-menu > li:nth-child(2),
#wpadminbar .ab-top-menu > li:nth-child(3),
#wpadminbar .ab-top-menu > li:nth-child(4) {
	display: none !important;
}

/* post顶部导航切换样式 */

.nav-links {
    margin: 100px auto 50px !important;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
}

.nav-previous a, .nav-next a {
    display: flex !important;
    align-items: center !important;
    text-decoration: none !important;
    color: #000;
    font-weight: 400;
	font-size: 24px;
    transition: color 0.3s ease;
    flex: 1;
}
.nav-previous a {
	display: flex !important;
	justify-content: flex-start;
}
.nav-next a {
	display: flex !important;
	justify-content: flex-end;
}

.nav-previous a:hover, .nav-next a:hover {
    text-decoration: none !important;
    color: #dc3545;
}

.nav-previous {
	display: flex;
	justify-content: flex-start;
	width: 50%;
}
.nav-subtitle {
	display: flex !important;
    align-items: center !important;
}

.nav-next {
	width: 50%;
}
.nav-title {
    font-size: 28px;
    line-height: 1.4;
    color: #000;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .nav-links {
        gap: 10px;
        text-align: center;
    }
    
    .nav-previous, .nav-next {
        text-align: center;
        flex-direction: row;
        justify-content: center;
    }
    
    .nav-next {
        flex-direction: row-reverse;
    }
	.comments-area {
		width: 100% !important;
		padding: 20px;
	}
	.nav-title {
		font-size: 14px;
	}
}


/* 旅程路线container */
.antarctica-route-listing-container {
	padding: 100px 20px;
}

/* popup */
.dialog-type-lightbox {
	z-index: 9990 !important;
}

/* mobile sidebar menu */
.mob-menu-header-holder {
	width: auto !important;
}
.mob-menu-header-holder.mobmenu {
	top: 38px !important;
}
.mobmenu-right-panel .mobmenu-right-bt {
	top: 20px !important;
	right: 20px !important;
}

@media screen and (max-width: 782px) {
	body.admin-bar .mob-menu-header-holder.mobmenu {
		top: 84px !important;
	}
}
