﻿/*shortcode dẫn nguồn*/
.shortcode-source.rs {
    background: #f0f8ff;
}
.shortcode-source_rs--title {
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
    background: #f0f8ff;
    padding: 10px;
    color: #4cb551;
    font-size: 16px;
    line-height: 24px;
}

    .shortcode-source_rs--title.health-bulletin {
        font-weight: bold;
        margin: 0 0 0 30px;
        position: relative;
        cursor: pointer;
        color: #333;
    }

    .shortcode-source_rs--title::before, .shortcode-source_rs--title::after {
        background-color: #4cb551;
        content: '';
        height: 2px;
        position: absolute;
        right: 20px;
        top: 50%;
        width: 12px;
    }

    .shortcode-source_rs--title::after {
        width: 11px;
    }

    .shortcode-source_rs--title::after {
        transform: rotate(90deg);
        transition: .3s;
    }

    .shortcode-source_rs--title.active::after {
        transform: rotate(0deg);
    }

    .shortcode-source_rs--title.health-bulletin::before, .shortcode-source_rs--title.health-bulletin::after {
        background-color: #000;
        content: '';
        height: 2px;
        position: absolute;
        left: -20px;
        top: 20px;
        width: 11px;
    }

    .shortcode-source_rs--title.health-bulletin::after {
        top: 21px;
    }

.shortcode-source_rs--list {
    display: none;
    list-style: decimal !important;
    background: #f0f8ff;
    padding: 10px;
    margin-left: 27px;
}

.shortcode-source .shortcode-source_rs--list li.shortcode-source_item-link::before {
    display: none;
}

.shortcode-source_rs--list li:last-child {
    margin-bottom: 0;
}

.shortcode-source_rs--list li {
    margin: 0 0 15px 10px;
    padding-left: 0 !important;
    width: 98%;
}

    .shortcode-source_rs--list li p {
        padding: 0px;
        margin: 0px;
    }

    .shortcode-source_rs--list li a {
        line-break: anywhere;
    }
.showMoreClick {
    display: none;
    margin: auto !important;
    width: 111px;
    cursor: pointer;
    color: #2f80ed;
}
.showMoreClick  img{
    width: 10px;
    margin-left: 5px;
    height: 5px;
    margin-top: 10px;
}