/* Blog Detail Page Styles - Consistent with MemCore Theme */
.blog-detail-page {
    width: 100%;
}

.blog-detail-page .btn-one{
    padding: 8px 16px;
    width: 100%;
}

.blog-detail-content-section {
    width: 100%;
}

.blog-detail-wrapper {
    margin: 0 auto;
    border-radius: 8px;
    padding: 0px 0px;
    display: flex;
    gap: 15px;
}

.blog-detail-container {
    flex: 1;
    min-width: 0;
}

.blog-detail-header {
    background: #fff;
    padding: 30px;
    margin-bottom: 15px;
}

.blog-detail-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.blog-detail-tag {
    display: inline-block;
    font-size: 13px;
    color: #e95107;
    background: rgba(233, 81, 7, 0.08);
    padding: 6px 12px;
    border-radius: 20px;
}

.blog-detail-date,
.blog-detail-author {
    font-size: 14px;
    color: #888;
}

.blog-detail-page .blog-detail-title {
    font-size: 36px;
    color: #fff;
    margin-bottom: 10px;
}

.blog-detail-banner {
    width: 100%;
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.blog-detail-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 博客正文内容 */
.blog-detail-content {
    background: #fff;
    /*border-radius: 12px;*/
    padding: 30px;
    margin-bottom: 15px;
    /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);*/
    line-height: 1.8;
    color: #555;
    font-size: 16px;
}

.blog-detail-content p {
    margin-bottom: 20px;
}

.blog-detail-content div a{
    text-decoration: none;
}

.blog-detail-content div a:hover{
    text-decoration:  underline;
    color:  #e95107;
}

.blog-detail-content h2 {
    font-size: 20px;
    color: #110050;
    margin: 30px 0 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
}

.blog-detail-content h3 {
    font-size: 18px;
    color: #110050;
    margin: 25px 0 12px;
}

.blog-detail-content ul,
.blog-detail-content ol {
    margin-bottom: 20px;
    padding-left: 30px;
}

.blog-detail-content li {
    margin-bottom: 8px;
}

.blog-detail-content img {
    max-width: 400px;
    border-radius: 8px;
    margin: 20px 0;
}

.related-blog {
    background: #fff;
    /*border-radius: 12px;*/
    padding: 30px;
    /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);*/
    margin-bottom: 15px;
}

.related-blog .related-blog-title0{
    font-size: 20px;
    color: #110050;
    margin: 30px 0 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
    /*position: relative;*/
}

/*.related-blog .related-blog-title0::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    width: 36px;*/
/*    height: 2px;*/
/*    background: #e95107;*/
/*}*/


.related-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.related-blog-card {
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.25s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

/*.related-blog-card:hover {*/
/*    transform: translateY(-4px);*/
/*}*/

.related-blog-img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.related-blog-info {
    padding: 15px;
}

.related-blog-title {
    font-size: 16px;
    color: #110050;
    margin-bottom: 8px;
    line-height: 1.4;
}

.related-blog-title a {
    color: inherit;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related-blog-title a:hover {
    color: #e95107;
    text-decoration: underline;
}

.related-blog-meta {
    font-size: 12px;
    color: #888;
}


/*
侧边栏
*/
.blog-sidebar {
    width: 350px;
    position: relative;
}

.inquiry-form-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    z-index: 99;
}

.sidebar-section {
    background: #fff;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 5px;
    /* border: 10px solid #e5e7eb; */
}

.sidebar-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #111827;
    padding-bottom: 10px;
    border-bottom: 2px solid #e5e7eb;
}

.company-intro p {
    font-size: 15px;
    line-height: 1.5;
    color: #374151;
}



.supply-title {
    font-size: 16px;
    font-weight: 600;
    color: #1e40af;
    margin-bottom: 6px;
}

.supply-items {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}

.supply-items span {
    font-size: 16px;
    font-weight: 600;
    color: #e95107;
    margin: 0 5px;
}

.advantage-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.advantage-list li {
    font-size: 15px;
    color: #1f2937;
    line-height: 1.7;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.advantage-list li .checkmark {
    color: #e95107;
    font-weight: bold;
    margin-right: 8px;
    font-size: 16px;
}

.quote-action {
    text-align: center;
    margin-top: 10px;
    width: 100%;
}

.get-quote-btn {
    display: inline-block;
    text-decoration: none;
    width: 100%;
    background-color: #e95107;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.get-quote-btn:hover {
    background-color: #c74506;

}



.inquiry-form-sidebar .form-group {
    margin-bottom: 10px;
}

.inquiry-form-sidebar .form-label {
    display: block;
    margin-bottom: 8px;
    color: #110050;
    font-size: 14px;
    font-weight: 600;
}

.blog-inquiry-form .form-required {
    color: #dc3545;
}

.blog-inquiry-form .form-control {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #110050;
    font-size: 14px;
    transition: all 0.2s ease;
}

.blog-inquiry-form .form-control.form-textarea{
    border-left: 1px solid #ddd;

}

.blog-inquiry-form .form-control.error {
    border: 1px solid #dc3545;
}

.blog-inquiry-form .form-control:focus {
    outline: none;
}

.blog-inquiry-form .form-control.form-textarea:focus {
    resize: vertical;
    border-color: #110050;
    border-left: 1px solid #110050;
}

