/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

#kdz-reference-show {
    & {
        margin-bottom: 40px;
    }


    .reference-description i {
        color: var(--g-color-2);
        width: 20px;
        text-align: center;
        margin-right: 15px;
    }

    .reference-description label {
        margin-bottom: 0;
        font-weight: 500;
        margin-right: 10px;
    }

    .reference-description .description-long {
        margin-top: 40px;
    }


    .reference-detail {
        display: flex;
        gap: 0.5rem;
        margin-bottom: 4px;
    }

    .reference-label {
        display: flex;
        align-items: flex-start;
    }

    .reference-description i {
        color: var(--g-color-2);
        width: 20px;
        margin-right: 15px;
        padding-top: 4px;
    }

    .reference-description .title {
        margin-bottom: 0;
        font-weight: 500;
        margin-right: 10px;
        min-width: 95px;
    }
}
