/*! ======== DETAIL PAGE START ========*/

.wrap_detail_page {
    width: 100%;
}

.detail_content_card {
    overflow: hidden;
}

.crumb_sep {
    display: block;
    width: 16px;
    height: 16px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/icons/crumb_sep.svg");
}

.crumb_current {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    color: #464c5c;
}

.detail_container {
    display: block;
    width: 100%;
    background-color: transparent;
    box-shadow: none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}
.share-section {
    display: flex;
    justify-content: center;
}
.padding_24_64 {
    padding: 24px 64px;
}

.share-title {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 8px;
    color: #fff;
    margin-bottom: 10px;
}

.share-title__strong {
    font-weight: 900;
    font-size: 20px;
    line-height: 1.3;
}

.share-title__light {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
}

.share-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 4px;
}

.share-item {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

/* iconların yerləşdiyi div: 40x40 px */
.share-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    /* background: #181899; */
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transition:
        transform 0.15s ease,
        background 0.15s ease;
    -webkit-transition:
        transform 0.15s ease,
        background 0.15s ease;
    -moz-transition:
        transform 0.15s ease,
        background 0.15s ease;
    -ms-transition:
        transform 0.15s ease,
        background 0.15s ease;
    -o-transition:
        transform 0.15s ease,
        background 0.15s ease;
}

/* icon ölçüsü: 24x24 px */
.share-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    display: block;
}

.share-label {
    text-align: center;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    line-height: 1;
    color: #ffffff;
}

.share-item:hover .share-icon {
    background: #11116b19;
    transform: translateY(-1px);
}

.news_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    padding-bottom: 44px;
    /* gap: 16px 32px; */
}

.news_hd {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    color: #324660;
    opacity: 1;
    word-break: break-word;
}

.detail_meta_bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    gap: 12px 32px;
}

.detail_meta_item {
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.meta_label {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #464c5c;
}

.meta_value {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #2c415c;
}

.meta_chip {
    color: #0044ff;
}

.news_inner_items {
    display: block;
    width: 100%;
    background-color: transparent;
    margin: 0;
}

.text_scale {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #e2e6f0;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.scaleplus,
.scalefont,
.scaleminus {
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    margin: 0;
    background-color: #e9ebf0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.scaleplus:hover,
.scaleminus:hover {
    background-color: #141a2933;
}

.scaleplus {
    background-image: url("../img/icons/plus.svg");
}

.scalefont {
    background-size: 20px 20px;
    background-color: transparent;
    background-image: url("../img/icons/font.svg");
}

.scaleminus {
    background-image: url("../img/icons/minus.svg");
}

.news_in_img {
    display: block;
    max-width: 768px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.news_in_img img,
.news_in_img video,
.news_in_img iframe {
    display: block;
    width: 100%;
    height: auto;
}

.nw_in_text p {
    margin: 0 0 12px 0;
}

.nw_in_text {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #2c415c;
    opacity: 1;
    word-break: break-word;
}

.nw_in_text ul {
    list-style: disc;
    padding-left: 18px;
}
.nw_in_text ol {
    list-style: number;
    padding-left: 18px;
}

.nw_in_text h1,
.nw_in_text h2,
.nw_in_text h3,
.nw_in_text h4,
.nw_in_text h5,
.nw_in_text h6 {
    display: block;
    width: 100%;
    margin-bottom: 12px;
    text-align: left;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    color: #2c415c;
    opacity: 1;
    word-break: break-word;
}
.nw_in_text h1 {
    font-size: 20px;
}

.nw_in_text img,
.nw_in_text iframe,
.nw_in_text video {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 12px auto;
}

.detail_similar {
    display: block;
    width: 100%;
    padding: 24px 16px 6px 16px;
    background-color: #fff;
    box-shadow: 0px 4px 6px 0px #0000000a;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.special_news_item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 30px 0;
    padding: 20px;
    text-align: left;

    font-weight: normal;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #111111;
    opacity: 1;
    word-break: break-word;
    background-color: #ec1f27;
}

.spl_nw_conten {
    display: block;
    float: left;
    width: calc(100% - 250px);
    padding: 0 0 0 20px;
}

.spl_nw_img {
    display: block;
    float: left;
    position: relative;
    width: 250px;
}

.spl_nw_img::before {
    content: "";
    display: block;
    width: 100%;
    position: relative;
    padding-top: 56%;
}

.spl_nw_img img,
.spl_nw_img video,
.spl_nw_img iframe {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
}

.spl_info {
    display: block;
    width: 100%;
    padding-bottom: 8px;
    text-align: left;

    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.8;
}

.spl_title {
    display: block;
    width: 100%;
    margin-bottom: 16px;
    text-align: left;

    font-weight: bold;
    font-size: 24px;
    line-height: 1.2;
    /* letter-spacing: -0.72px; */
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.spl_link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 40px;
    text-align: left;

    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #ec1f27;
    opacity: 1;
    background-color: #ffffff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.link_name {
    display: inline-flex;
    align-items: center;
    position: relative;
    width: auto;
    padding: 0 18px 0 0;
}

.link_name::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 12px;
    height: 12px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url("../img/icons/spl_arw.svg");
}

.bookmark_news {
    display: block;
    width: 100%;
    margin: 30px 0;
    padding: 20px;
    text-align: left;

    font-weight: normal;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #111111;
    opacity: 1;
    word-break: break-word;
    background-color: #fef3f4;
}

.bookmark_news::before,
.bookmark_news::after {
    content: "";
    display: block;
    width: 34px;
    height: 34px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.bookmark_news::before {
    margin: 0px auto 10px 0;
    background-image: url("../img/icons/quota_top.svg");
}

.bookmark_news::after {
    margin: 10px 0px 0 auto;
    background-image: url("../img/icons/quota_bottom.svg");
}

/* custom share */
.custom_share_items {
    display: block;
    width: 100%;
    padding: 20px;
    background-color: #ffffff;
}

.custom_share {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 25px 20px;
    background: transparent linear-gradient(180deg, #fcfcfc 0%, #f4f6f6 100%);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.cs_sh_img {
    display: flex;
    align-items: center;
    float: left;
}

.cs_icon {
    display: block;
    float: left;
    width: 44px;
    height: 44px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.cs_icon img {
    display: block;
    width: 100%;
    height: 100%;
}

.cs_name {
    display: block;
    float: left;
    padding: 0 20px 0 7px;
    text-align: left;

    font-weight: bold;
    font-size: 42px;
    line-height: 1.2;
    /* letter-spacing: -1.26px; */
    letter-spacing: 0px;
    color: #111111;
    opacity: 1;
    word-break: break-word;
}

.cs_sh_text {
    display: block;
    float: left;
    width: 100%;
    max-width: 400px;
    padding: 0 20px 0 20px;
    text-align: left;

    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    /* letter-spacing: -0.48px; */
    letter-spacing: 0px;
    color: #111111;
    opacity: 1;
    word-break: break-word;
    border-left: 1px solid #e7e9e9;
}

.cs_sh_link {
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    width: 130px;
    height: 40px;
    margin: 0 0 0 auto;
    padding: 5px 10px;
    text-align: center;

    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.wp_share .cs_sh_link {
    background: transparent linear-gradient(180deg, #35d973 0%, #24cc63 100%);
}

.insta_share .cs_sh_link {
    background: transparent linear-gradient(180deg, #707ae7 0%, #4e58cd 100%);
}

.twt_share .cs_sh_link {
    background: transparent linear-gradient(180deg, #4abbf6 0%, #1c9cea 100%);
}

.fb_share .cs_sh_link {
    background: transparent linear-gradient(180deg, #00c6ff 0%, #0084ff 100%);
}

.ytb_share .cs_sh_link {
    background: transparent linear-gradient(180deg, #ec1f27 0%, #d01d24 100%);
}

.tlg_share .cs_sh_link {
    background: transparent linear-gradient(180deg, #1da5e9 0%, #0084c6 100%);
}

.wp_share .cs_icon {
    background-image: url("../img/icons/wp_custom.svg");
}

.insta_share .cs_icon {
    background-image: url("../img/icons/ins_custom.svg");
}

.twt_share .cs_icon {
    background-image: url("../img/icons/twt_custom.svg");
}

.fb_share .cs_icon {
    background-image: url("../img/icons/fb_custom.svg");
}

.ytb_share .cs_icon {
    background-image: url("../img/icons//ytb_custom.svg");
}

.tlg_share .cs_icon {
    background-image: url("../img/icons/tlg_custom.svg");
}

/* custom share */

/* Last news */

.wrap_last_news {
    width: 100%;
    padding: 16px;
    background-color: #ffffff;
    box-shadow: 0px 4px 6px 0px #0000000a;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.wrap_last_news .sect_body {
    overflow: hidden;
}

.wrap_last_news .more {
    margin: 24px 0 0 0;
    padding: 0;
}

.last_list {
    width: 100%;
}

.scroll_list {
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    max-height: 600px;
}

/* .scroll_list:hover::-webkit-scrollbar-thumb {
    background-color: #e7e9e9;
}

.scroll_list::-webkit-scrollbar-track {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.scroll_list::-webkit-scrollbar {
    width: 12px;
}

.scroll_list::-webkit-scrollbar-thumb {
    background-color: #e7e9e9;
    transition: all 0.3s ease;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
} */

.last_items {
    display: flex;
    flex-wrap: wrap;
    padding: 12px 0;
    border-bottom: 1px solid #e2e6f0;
}
.last_items:last-child {
    border: none;
}

.news_conten {
    display: block;
    width: 100%;
}

.last_catg {
    display: block;
    position: relative;
    float: left;
    width: auto;
    min-height: 24px;
    padding: 6px 8px 2px 24px;
    text-align: left;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    color: #0044ff;
    opacity: 1;
    background-color: #cce4ff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.last_catg::before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    left: 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    background-image: url("../img/icons/catg_icon.svg");
}

.last_date {
    display: block;
    position: relative;
    float: left;
    width: auto;
    min-height: 24px;
    padding: 6px 8px 2px 8px;
    text-align: left;
    font-weight: 584;
    font-size: 12px;
    line-height: 15px;
    color: #001242;
    opacity: 1;
    background-color: transparent;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.last_time {
    display: block;
    position: relative;
    float: left;
    width: auto;
    min-height: 24px;
    padding: 6px 8px 2px 8px;
    text-align: left;
    font-weight: 584;
    font-size: 12px;
    line-height: 15px;
    color: #0044ff;
    opacity: 1;
    background-color: #cce4ff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.last_title {
    width: 100%;
    margin-bottom: 8px;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #161b1f;
    opacity: 1;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
}

.last_items:hover .last_title {
    color: #0044ff;
}
.most_img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.most_img::before {
    content: "";
    display: block;
    width: 100%;
    position: relative;
    padding-top: 100%;
}

.most_img img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    object-fit: cover;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}
.most_link_item {
    display: flex;
    align-items: flex-start;
    width: 100%;
}
.most_link_item .news_conten {
    padding-left: 12px;
    width: calc(100% - 72px);
}
.most_link_item .last_title {
    margin: 4px 0 0 0;
}
.most_link_item .date_time_itm {
    background: none;
}
.most_link_item .last_date {
    min-height: 0;
    padding: 0;
    background: none;
    line-height: 1;
    color: #6e717a;
}

/* Last news */

.news_media_section {
    margin-top: 40px;
    padding-top: 28px;
    border-top: 1px solid #e0e8f2;
}

.news_media_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.news_media_title {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    color: #2c415c;
}

.news_media_grid,
.detail_gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.news_media_card {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid #dbe4ef;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 32px rgba(31, 45, 61, 0.08);
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        border-color 0.22s ease;
}

.news_media_card:hover {
    transform: translateY(-4px);
    border-color: #bfd0e4;
    box-shadow: 0 22px 42px rgba(31, 45, 61, 0.12);
}

.news_media_thumb {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 18px;
    overflow: hidden;
    background: #eef2f7;
}

.news_media_card img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.news_media_card:hover img {
    transform: scale(1.04);
}

.news_media_play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 72px;
    height: 52px;
    margin-left: -36px;
    margin-top: -26px;
    border-radius: 16px;
    background: rgba(214, 45, 49, 0.94);
    box-shadow: 0 16px 30px rgba(20, 26, 41, 0.24);
}

.news_media_play::before {
    content: "";
    position: absolute;
    left: 30px;
    top: 15px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 18px solid #fff;
}

@media only screen and (max-width: 1232px) {
    .news_media_grid,
    .detail_gallery {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 991px) {
    .news_media_grid,
    .detail_gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 767px) {
    .news_media_head {
        align-items: flex-start;
        flex-direction: column;
    }

    .news_media_grid,
    .detail_gallery {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}
/*! ======== DETAIL PAGE FINISH ========*/

@media only screen and (max-width: 1024px) {
    .wrap_detail_page {
        width: calc(100% + 32px);
        margin-left: -16px;
    }
    .wrap_detail_page .wrap_left,
    .wrap_detail_page .wrap_right {
        float: none;
        width: 100%;
    }

    .wrap_detail_page .wrap_right {
        display: none;
    }

    .news_header {
        gap: 12px;
    }

    .news_hd {
        font-size: 20px;
    }

    .padding_24_64 {
        padding: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .wrap_detail_page {
        width: calc(100% + 32px);
        margin-left: -16px;
    }
    .wrap_detail_page .wrap_left,
    .wrap_detail_page .wrap_right {
        float: none;
        width: 100%;
    }

    .wrap_detail_page .wrap_right {
        display: none;
    }

    .news_header {
        gap: 12px;
    }

    .news_hd {
        font-size: 20px;
        margin-bottom: 0;
    }

    .padding_24_64 {
        padding: 16px;
    }

    .detail_content_card {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .detail_meta_bar {
        flex-wrap: wrap;
        gap: 12px 0px;
    }
    .detail_meta_item {
        display: flex;
        align-items: center;
        width: 50%;
    }

    .share-section {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .detail_similar {
        padding: 16px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .nw_inner_gallery .lSAction > a {
        display: none !important;
    }

    .demo-gallery > ul > li {
        width: 33.333% !important;
    }
}

@media only screen and (max-width: 560px) {
    .wrap_detail_page {
        width: calc(100% + 32px);
        margin-left: -16px;
    }
    .wrap_detail_page .wrap_left,
    .wrap_detail_page .wrap_right {
        float: none;
        width: 100%;
    }

    .wrap_detail_page .wrap_right {
        display: none;
    }

    .news_header {
        gap: 12px;
    }

    .news_hd {
        font-size: 20px;
    }

    .padding_24_64 {
        padding: 16px;
    }

    .detail_content_card {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .detail_meta_bar {
        flex-wrap: wrap;
        gap: 12px 0px;
    }
    .detail_meta_item {
        display: flex;
        width: 50%;
    }
    .detail_meta_item:nth-child(1),
    .detail_meta_item:nth-child(2) {
        padding-bottom: 12px;
        border-bottom: 1px solid #e2e6f0;
    }

    .share-section {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    .detail_similar {
        padding: 16px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
}
