.beilaide-news-read {
    padding-top: 40px;
    padding-bottom: var(--component-gap);
}

.beilaide-news-read__wrapper {
    display: flex;
    margin-top: 16px;
    gap: 80px;
}

.beilaide-news-read__main {
    width: calc(1068 / 1660 * 100%);
    flex-shrink: 0;
}

.beilaide-news-read__sidebar {
    flex: 1;
}

.beilaide-news-read__breadcrumbs ol {
    display: flex;
    align-items: center;
}

.beilaide-news-read__breadcrumbs a,
.beilaide-news-read__breadcrumbs span {
    color: #333;
    font-size: var(--font-16);
    font-weight: 500;
    text-transform: capitalize;
}

.beilaide-news-read__breadcrumbs .nav_title {
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}

.beilaide-news-read__main h1 {
    font-size: var(--font-46);
    font-weight: 600;
}

.beilaide-news-read__main .article_meta {
    margin-top: 16px;
}

.beilaide-news-read__main .article_meta span {
    color: #666;
    font-size: var(--font-16);
    font-weight: 500;
}

.beilaide-news-read__content {
    margin-top: 46px;
}

.beilaide-news-read__content>*:not(:last-child) {
    margin-bottom: 10px;
}

.beilaide-news-read__content p {
    font-size: var(--font-16);
    font-weight: 500;
    min-height: 1.5em;
    color: #333;
}

.beilaide_news_read_sidebar h3 {
    font-size: var(--font-24);
    font-weight: 700;
    text-transform: uppercase;
    width: fit-content;
}

.beilaide_news_read_sidebar .sidebar_header {
    display: flex;
    align-items: center;
    gap: 17px;
}

.beilaide_news_read_sidebar .sidebar_decoration {
    flex: 1;
    height: 1px;
    background: rgba(102, 102, 102, 0.50);
}

.beilaide_news_read_sidebar .sidebar_news_list {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.beilaide_news_read_sidebar .sidebar_news_item {
    display: flex;
    align-items: start;
    gap: 16px;
}

.beilaide_news_read_sidebar .news_image {
    width: 22.2%;
    border-radius: 4px;
    overflow: hidden;
}

.beilaide_news_read_sidebar .news_image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.beilaide_news_read_sidebar .news_content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.beilaide_news_read_sidebar .news_content p {
    color: #333;
    font-size: var(--font-16);
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    max-height: 4.5em;
    text-overflow: ellipsis;
    overflow: hidden;
}

.beilaide_news_read_sidebar .news_date {
    color: #666;
    font-size: var(--font-16);
    font-weight: 500;
}

@media screen and (max-width: 1500px) {

    .beilaide-news-read__wrapper{
        gap: 40px;
    }
    .beilaide_news_read_sidebar .news_content p {
        -webkit-line-clamp: 2;
        line-clamp: 2;
        max-height: 3em;
    }

    .beilaide_news_read_sidebar .news_content {
        gap: 0px;
    }
}

@media screen and (max-width: 1280px) {
    .beilaide-news-read__wrapper{
        gap: 20px;
    }
}

@media screen and (max-width: 991px) {
    .beilaide-news-read__wrapper{
        flex-direction: column;
    }
    .beilaide-news-read__main{
        width: 100%;
    }

    .beilaide-news-read__content{
        margin-top: 23px;
    }
    .beilaide_news_read_sidebar .news_content p {
        -webkit-line-clamp: 3;
        line-clamp: 3;
        max-height: 4.5em;
    }
}

.beilaide_news_read_sidebar_form {
    border-radius: 16px;
    background: #f2f2f2;
    padding: 34px;
    margin-top: 30px;
}

.beilaide_news_read_sidebar_form div[class*="crm_inquiry_form"] .container,
.beilaide_news_read_sidebar_form div[class*="crm_inquiry_form"] .container .row,
.beilaide_news_read_sidebar_form div[class*="crm_inquiry_form"] .container .col-lg-12,
.beilaide_news_read_sidebar_form div[class*="crm_inquiry_form"] .container .inqury-form .input-wrap,
.beilaide_news_read_sidebar_form div[class*="crm_inquiry_form"] .container .row .inqury_title_box {
    margin: 0;
    padding: 0;
    width: 100%;
}

.beilaide_news_read_sidebar_form .inqury_title_text {
    font-size: var(--font-24);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px !important;
}

.beilaide_news_read_sidebar_form .inqury_titl_desc {
    margin-top: 20px;
    color: #666;
    font-family: Poppins;
    font-size: var(--font-16);
    font-weight: 500;
}

.beilaide_news_read_sidebar_form .input-label {
    display: none;
}

.beilaide_news_read_sidebar_form div[class*="crm_inquiry_form"] .container .row:nth-child(2) {
    margin-top: 24px;
}

.beilaide_news_read_sidebar_form .input-wrap-box .one-line-input {
    padding: 10px 24px !important;
    border-radius: 4px !important;
    border: 1px solid rgba(102, 102, 102, 0.5) !important;
    background: #fff !important;
    height: auto !important;
    width: 100% !important;
    color: rgba(102, 102, 102, 0.5) !important;
    font-size: var(--font-20) !important;
    font-weight: 500 !important;
    text-transform: capitalize !important;
}

.beilaide_news_read_sidebar_form .char-count {
    display: none;
}

.beilaide_news_read_sidebar_form .inqury_submit {
    padding: 13px 43px !important;
    background-color: var(--color-primary) !important;
    color: #fff !important;
    font-size: var(--font-20);
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px !important;
    width: 100% !important;
    margin-top: 24px !important;
}

@media screen and (max-width: 1280px) {
    .beilaide_news_read_sidebar_form {
        padding: 20px;
    }

    .beilaide_news_read_sidebar_form .input-wrap-box .one-line-input {
        padding: 8px 16px !important;
    }

    .beilaide_news_read_sidebar_form .inqury_submit {
        padding: 8px 24px !important;
    }
}