.breadcrumb {
    display: flex;
    font-size: 12px;
    color: var(--color-primary);
    font-weight: bold;
    flex-wrap: wrap;
    line-height: 20px;
}

    .breadcrumb a {
        color: #6a7e92;
        position: relative;
        display: flex;
        align-items: center;
    }

    .breadcrumb span {
        max-width: 100%;
        word-wrap: break-word;
    }

.detail-title, .detail-spot {
    font-weight: bold;
    color: var(--color-primary);
    line-height: 1.3;
    word-wrap: break-word;
}

.detail-title {
    font-size: 32px;
}

.detail-spot {
    font-size: 18px;
}

.detail-image img {
    height: auto;
}

.detail-social {
    display: flex;
    gap: 8px;
}

    .detail-social .social-link {
        display: flex;
        align-items: center;
        flex: 1;
        height: 32px;
        padding: 0 10px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        width: 100%;
        justify-content: center;
    }

    .detail-social .social-share-text {
        margin-left: 10px;
        font-size: 12px;
        color: var(--color-white);
        display: none;
        align-items: center;
        gap: 2px;
    }

    .detail-social a span strong {
        display: none;
        font-weight: bold;
    }

    .detail-social .facebook {
        background: linear-gradient(0deg, #0062E0 13.46%, #19AFFF 87.5%);
    }

    .detail-social .twitter {
        background-color: #000;
    }

    .detail-social .nsosyal {
        background-color: #3672F4;
    }

    .detail-social .whatsapp {
        background: linear-gradient(184.44deg, #60FD7D 17.81%, #27D045 86.72%);
    }

    .detail-social .twitter > svg {
        height: 100%;
        width: 30px;
    }

.detail-date {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

    .detail-date p {
        font-size: 12px;
        color: var(--color-primary);
    }

        .detail-date p strong {
            margin-left: 6px;
            font-weight: bold;
        }

.detail-text-area {
    font-size: 18px;
    line-height: 24px;
    color: var(--color-primary);
    word-wrap: break-word;
}

    .detail-text-area p {
        margin-bottom: 20px;
    }

    .detail-text-area strong {
        font-weight: bold;
    }

    .detail-text-area .title {
        margin-bottom: 20px;
        font-size: 20px;
        font-weight: bold;
        word-wrap: break-word;
    }

    .detail-text-area img {
        display: block;
        margin: 20px 0;
        max-width: 100%;
        height: auto !important;
    }

    .detail-text-area a, .detail-text-area > p a, .detail-text-area a, .detail-text-area u {
        color: #093E86;
        text-decoration: underline;
    }

.ad-control-left {
    text-align: center;
}

.ad-control-full {
    width: 100%;
    text-align: center;
}

    .ad-control-full #id_d_300x250_detay, .detail-text-area .ad-control-full #id_d_300x250_detay_2 {
        float: none !important;
        display: inline-block;
    }

.detail-text-area h1, .detail-text-area h2, .detail-text-area h3, .detail-text-area h4, .detail-text-area h5, .detail-text-area h6 {
    font-weight: bold;
}

.source-box {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    font-weight: 700;
    padding-bottom: 20px;
}

.detail-text-area table > thead > tr > th,
.detail-text-area table > tbody > tr > th,
.detail-text-area table > tfoot > tr > th,
.detail-text-area table > thead > tr > td,
.detail-text-area table > tbody > tr > td,
.detail-text-area table > tfoot > tr > td {
    padding: 5px 10px;
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
    font-weight: 400;
    line-height: 1.4;
    border: 1px solid #e9ecef;
}

.detail-text-area table > thead > tr > th {
    height: 46px;
    background-color: #ef9b18;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    max-width: 150px;
    white-space: inherit !important;
}

    .detail-text-area table > thead > tr > th:first-child,
    .detail-text-area table > tbody > tr > td:first-child {
        padding-left: 10px;
        text-align: left;
    }

    .detail-text-area table > thead > tr > th:last-child,
    .detail-text-area table > tbody > tr > td:last-child {
        padding-right: 10px;
    }

.detail-text-area table {
    width: 100% !important;
    margin: 0 0 20px 0 !important;
    background-color: #fff;
    display: block;
    overflow-x: auto;
}

    .detail-text-area table > thead > tr > th,
    .detail-text-area table > tbody > tr > th,
    .detail-text-area table > tfoot > tr > th,
    .detail-text-area table > tfoot > tr > th,
    .detail-text-area table > tfoot > tr > td {
        white-space: nowrap;
    }

        .detail-text-area table > thead > tr > th img,
        .detail-text-area table > tbody > tr > td img {
            display: inline-block;
            margin-right: 5px;
            vertical-align: middle;
        }

    .detail-text-area table > tbody > tr:hover {
        background-color: #ececec;
    }




.ad-control-full > div {
    min-width: 300px;
    max-width: 336px;
    min-height: 250px;
    max-height: 280px;
    margin: 0 auto 20px auto !important;
    position: relative;
}

    .ad-control-full > div > div {
    }

.ad-control-left img,
.detail-text-area.ad-control-left img,
.detail-text-area .ad-control-full img,
.ad-control-full img {
    max-width: none !important;
    margin: 0 !important;
}

.membrana-content {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    margin: 10px 0;
}

    .membrana-content > div {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        min-width: 100%;
    }

.detail-social a.twitter strong {
    display: block;
}

@media (min-width:375px) {
    .detail-social .social-share-text {
        display: flex;
    }
}

@media (min-width:768px) {
    .detail-title {
        font-size: 36px;
        line-height: 1.2;
    }

    .detail-spot {
        font-size: 20px;
        line-height: 1.2;
    }

    .detail-social a span strong {
        display: inline-block;
    }

    .detail-date {
        flex-direction: row;
    }

    .ad-control-left {
        float: left;
    }

        .ad-control-left > div > div {
            margin: 0 20px 20px 0 !important;
        }

    .ad-control-full {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        text-align: center;
    }

    .detail-social .social-link {
        width: auto;
    }
}

@media (min-width:1200px) {
    .detail-title {
        font-size: 40px;
    }

    .detail-spot {
        font-size: 24px;
    }
}

.news-detail-info {
    font-size: 14px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .news-detail-info a {
        color: inherit;
    }

    .news-detail-info .authorDetail {
        max-height: 60px;
        margin: 0 0 10px;
        font-weight: 700;
        position: relative;
        display: flex;
        flex: 0;
    }

        .news-detail-info .authorDetail:not(:last-child) {
            margin-right: 20px;
            padding-right: 20px;
        }

            .news-detail-info .authorDetail:not(:last-child):after {
                content: '';
                height: 100%;
                position: absolute;
                right: 0;
                top: 0;
                border-left: 1px solid #d8d9dc;
            }

        .news-detail-info .authorDetail .img {
            width: 60px;
            height: 60px;
            margin-right: 10px;
            border: 1px solid rgba(182,182,182,.3);
            border-radius: 50%;
            overflow: hidden;
            box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .17);
            flex: 1 100%;
        }

            .news-detail-info .authorDetail .img img {
                width: 60px;
                height: 60px;
            }

        .news-detail-info .authorDetail .owner {
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            justify-content: center;
        }

        .news-detail-info .authorDetail .category, .news-detail-info .authorDetail .name {
            width: 100%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .news-detail-info .authorDetail .name {
            padding-top: 15px;
            padding-bottom: 15px;
            font-weight: 700;
        }

        .news-detail-info .authorDetail .category {
            font-weight: 400;
            color: #14233a;
        }

    .news-detail-info .textInfo {
        min-width: 50%;
        max-width: 100%;
        margin-bottom: 20px;
        font-weight: 400;
        font-weight: 700;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        flex: 1 1 100%;
    }

        .news-detail-info .textInfo.align-center {
            margin-bottom: 0;
            -webkit-justify-content: center;
            justify-content: center;
        }

        .news-detail-info .textInfo > span:first-child {
            margin-right: 18px;
        }
.application-widget {
    width: 100%;
    min-height: 88px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    background: #EDEFF2;
    border-radius: 4px;
    overflow: hidden;
}

    .application-widget .application-header {
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        text-decoration: none !important;
    }

.application-info {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.application-widget .application-actions {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.application-widget .application-title {
    display: block;
    margin-bottom: 0px !important;
    font-size: 18px;
    color: #BA1600;
    font-weight: 700;
}

.application-widget .application-desc {
    font-size: 16px;
    color: #233647;
    line-height: normal;
}

.application-widget .application-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.application-widget .app-link {
    width: 33%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    min-height: 150px;
}
.market-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #000;
    height: 80px;
    padding: 0 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

    .market-banner .metal-btn {
        z-index: 10;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 170px;
        transition: filter 0.25s ease;
    }

        .market-banner .metal-btn img {
            width: 170px;
            display: block;
        }

        .market-banner .metal-btn:hover {
            filter: brightness(1.15) saturate(1.1);
        }

    .market-banner .center-visual {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 100%;
        width: 100%;
        max-width: 360px;
        z-index: 1;
    }

        .market-banner .center-visual img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            margin: 0;
        }

@media (max-width: 768px) {
    .market-banner {
        height: 70px;
    }

        .market-banner .gold-btn {
            justify-content: flex-start;
        }

        .market-banner .silver-btn {
            justify-content: flex-end;
        }

        .market-banner .metal-btn img {
            width: 140px;
        }

        .market-banner .center-visual {
            max-width: 310px;
        }
}

@media (max-width: 480px) {
    .market-banner {
        height: 60px;
    }

        .market-banner .metal-btn {
            width: 120px;
            position: relative;
            top: 5px;
        }

            .market-banner .metal-btn img {
                height: 70px;
            }

        .market-banner .center-visual {
            max-width: 300px;
        }

            .market-banner .center-visual img {
                opacity: 0.9;
            }
}

@media (max-width: 425px) {
    .market-banner .center-visual {
        max-width: 270px;
    }

    .market-banner .metal-btn img {
        width: 100px;
    }
}
/*credit*/
.credit {
    position: relative;
    margin-bottom: 24px;
    padding: 25px 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
}

    .credit::before {
        content: "";
        position: absolute;
        top: 62px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #e5e7eb;
        z-index: 1;
    }

    .credit .credit__box {
        position: relative;
        z-index: 2;
        min-width: 172px;
        min-height: 64px;
        margin-bottom: 34px;
        padding: 8px 16px;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        background-color: #edeff2;
        border-radius: 8px;
    }

    .credit .credit__label {
        font-size: 12px;
        color: #9a9a9a;
    }

    .credit .credit__author {
        font-size: 14px;
        font-weight: 700;
        color: #1a1a1a;
    }

    .credit .credit__tags {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }

    .credit .credit__tag {
        display: inline-flex;
        align-items: center;
        height: 32px;
        padding: 0 18px;
        background-color: #edeff2;
        border-radius: 50px;
        font-size: 11px;
        font-weight: 600;
        color: #093E86;
        text-decoration: none !important;
    }

        .credit .credit__tag:hover {
            background-color: #d4e9f7;
        }