.cbxchangelog_wrapper {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

/*Classic advance layout
====================================================*/

.cbxchangelog_wrapper_classic_advance .cbxchangelog_release_header {
    display: grid;
    grid-template-columns: 120px auto;
    grid-gap: 15px;
    line-height: 35px;
}

.cbxchangelog_wrapper_classic_advance .cbxchangelog_release_header:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(58px);
    bottom: 0;
    width: 4px;
    background: rgba(83, 92, 104, 0.5)
}

.cbxchangelog_wrapper_classic_advance .cbxchangelog_version {
    color: white;
    background: #535c68;
    padding: 5px 0;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
}

.cbxchangelog_wrapper_classic_advance .cbxchangelog_date {
    align-self: center;
    font-size: 26px
}

.cbxchangelog_wrapper_classic_advance .cbxchangelog_release_inner {
    margin-left: calc(120px + 15px);
    display: grid;
    grid-gap: 15px
}

.cbxchangelog_wrapper_classic_advance .cbxchangelog_note {
}

.cbxchangelog_wrapper_classic_advance .cbxchangelog_features {
    display: grid;
    grid-gap: 10px
}

.cbxchangelog_wrapper_classic_advance .cbxchangelog_log {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: minmax(100px, max-content) 1fr
}

.cbxchangelog_wrapper_classic_advance .cbxchangelog_log-label {
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    color: white;
    border-radius: 4px;
    padding: 4px 10px;
    align-self: start
}

.cbxchangelog_wrapper_classic_advance .cbxchangelog_log_label_added {
    color: #00b894;
    background: transparent;
    border: 1px solid #00b894;

}

.cbxchangelog_wrapper_classic_advance .cbxchangelog_log_label_fixed {
    color: #0984e3;
    background: transparent;
    border: 1px solid #0984e3;
}

.cbxchangelog_wrapper_classic_advance .cbxchangelog_log_label_improved {
    color: #be2edd;
    background: transparent;
    border: 1px solid #be2edd;
}

.cbxchangelog_wrapper_classic_advance .cbxchangelog_log_label_updated {
    color: #6c5ce7;
    background: transparent;
    border: 1px solid #6c5ce7;
}

.cbxchangelog_wrapper_classic_advance .cbxchangelog_log_label_removed {
    color: rgb(244, 67, 54);
    background: transparent;
    border: 1px solid rgb(244, 67, 54);
}

.cbxchangelog_wrapper_classic_advance .cbxchangelog_log_label_deprecate {
    color: #e17055;
    background: transparent;
    border: 1px solid #e17055;
}

.cbxchangelog_wrapper_classic_advance .cbxchangelog_log_label_compatibility {
    color: #27ae60;
    background: transparent;
    border: 1px solid #27ae60;
}

.cbxchangelog_wrapper_classic_advance .cbxchangelog_features .cbxchangelog_feature {
    font-size: 16px;
}

.cbxchangelog_wrapper_classic_advance .cbxchangelog_features .cbxchangelog_feature p {
    margin: 0;
}


/*Widgets CSS
===========================================*/

.cbxchangelog-widget .cbxchangelog_wrapper {
    padding: 10px
}

.cbxchangelog-widget .cbxchangelog_wrapper_classic_advance .cbxchangelog_release_header {
    line-height: 32px;
}

.cbxchangelog-widget .cbxchangelog_wrapper_classic_advance .cbxchangelog_release_header:before {
    display: none
}

.cbxchangelog-widget .cbxchangelog_wrapper_classic_advance .cbxchangelog_release_inner {
    margin-left: 0
}

.cbxchangelog-widget .cbxchangelog_wrapper_classic_advance .cbxchangelog_date {
    font-size: 20px;
}

.cbxchangelog-widget .cbxchangelog_wrapper_classic_advance .cbxchangelog_version {
    font-size: 15px;
    line-height: 22px;
}

.cbxchangelog-widget .cbxchangelog_wrapper_classic_advance .cbxchangelog_feature {
    font-size: 15px;
    line-height: 26px;
}



/*Label hide CSS
========================================================*/

.cbxchangelog_wrapper_classic_advance .cbxchangelog_wrapper_hide_label .cbxchangelog_log {
    grid-template-columns:100%;
    position: relative;
}

.cbxchangelog_wrapper_classic_advance .cbxchangelog_wrapper_hide_label .cbxchangelog_feature p {
    font-size: 14px;
    line-height: 1.5;
    padding-left: 20px;
    position: relative;
}

.cbxchangelog_wrapper_classic_advance .cbxchangelog_wrapper_hide_label .cbxchangelog_log:before {
    display: inline-block;
    content: '';
    background: #000000;
    background-size: contain;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 7px;
}

@media (max-width: 800px) {
    .cbxchangelog_wrapper {
        margin-top: 15px;
        align-self: start
    }
}

@media (max-width: 630px) {
    .cbxchangelog_wrapper {
        padding: 10px
    }
}

@media (max-width: 630px) {
    .cbxchangelog_wrapper_classic_advance .cbxchangelog_release_header {
        line-height: 32px;
    }

    .cbxchangelog_wrapper_classic_advance .cbxchangelog_release_header:before {
        display: none
    }

    .cbxchangelog_wrapper_classic_advance .cbxchangelog_date {
        font-size: 20px;
    }

    .cbxchangelog_wrapper_classic_advance .cbxchangelog_version {
        font-size: 15px;
        line-height: 22px;
    }
}

@media (max-width: 630px) {
    .cbxchangelog_wrapper_classic_advance .cbxchangelog_release_inner {
        margin-left: 0
    }
}

/*End Classic advance layout
====================================================================*/




/*Hugo layout
=================================================================*/

.cbxchangelog_wrapper_hugo .cbxchangelog_release_header {
    display: grid;
    grid-template-columns: 112px auto;
    grid-gap: 15px;
    line-height: 35px;
}

.cbxchangelog_wrapper_hugo .cbxchangelog_release_header:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(16px);
    bottom: 0;
    width: 4px;
    background: rgba(83, 92, 104, 0.5);
}

.cbxchangelog_wrapper_hugo .cbxchangelog_version:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(-58px);
    bottom: 0;
    width: 32px;
    height: 32px;
    border-radius: 100px;
    background: #ffffff;
    border: 4px solid rgba(83, 92, 104, 0.5);
}

.cbxchangelog_wrapper_hugo .cbxchangelog_version:after {
    content: "";
    position: absolute;
    top: 8px;
    left: calc(-50px);
    bottom: 0;
    width: 16px;
    height: 16px;
    border-radius: 100px;
    background: #535c68;
    /*border:  2px solid #535c68*/;
}

.cbxchangelog_wrapper_hugo .cbxchangelog_version {
    color: #1a1a1a;
    background: transparent;
    padding: 5px 0;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 21px;
    line-height: 21px;
    font-weight: bold;
    margin-left: 60px;
}

.cbxchangelog_wrapper_hugo .cbxchangelog_date {
    align-self: center;
    font-size: 20px;
    line-height: 20px;
}

.cbxchangelog_wrapper_hugo .cbxchangelog_release_inner {
    margin-left: calc(65px + 15px);
    display: grid;
    grid-gap: 15px
}

.cbxchangelog_wrapper_hugo .cbxchangelog_note {
}

.cbxchangelog_wrapper_hugo .cbxchangelog_features {
    display: grid;
    grid-gap: 10px
}

.cbxchangelog_wrapper_hugo .cbxchangelog_log {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: minmax(100px, max-content) 1fr
}

.cbxchangelog_wrapper_hugo .cbxchangelog_log-label {
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    color: white;
    border-radius: 20px;
    padding: 4px 10px;
    align-self: start
}

.cbxchangelog_wrapper_hugo .cbxchangelog_log_label_added {
    background: #00b894;
}

.cbxchangelog_wrapper_hugo .cbxchangelog_log_label_fixed {
    background: #0984e3;
}

.cbxchangelog_wrapper_hugo .cbxchangelog_log_label_improved {
    background: #be2edd;
}

.cbxchangelog_wrapper_hugo .cbxchangelog_log_label_updated {
    background: #6c5ce7;
}

.cbxchangelog_wrapper_hugo .cbxchangelog_log_label_removed {
    background: rgb(244, 67, 54);
}

.cbxchangelog_wrapper_hugo .cbxchangelog_log_label_deprecate {
    background: #e17055;
}

.cbxchangelog_wrapper_hugo .cbxchangelog_log_label_compatibility {
    background: #27ae60;
}

.cbxchangelog_wrapper_hugo .cbxchangelog_features .cbxchangelog_feature {
    font-size: 16px;
}

.cbxchangelog_wrapper_hugo .cbxchangelog_features .cbxchangelog_feature p {
    margin: 0;
}



/* Widgets CSS
==========================================*/

.cbxchangelog-widget .cbxchangelog_wrapper {
    padding: 10px
}

.cbxchangelog-widget .cbxchangelog_wrapper_hugo .cbxchangelog_release_header {
    line-height: 32px;
}

.cbxchangelog-widget .cbxchangelog_wrapper_hugo .cbxchangelog_release_header:before {
    display: none
}

.cbxchangelog-widget .cbxchangelog_wrapper_hugo .cbxchangelog_version:before {
    display: none
}

.cbxchangelog-widget .cbxchangelog_wrapper_hugo .cbxchangelog_version:after {
    display: none
}

.cbxchangelog-widget .cbxchangelog_wrapper_hugo .cbxchangelog_release_inner {
    margin-left: 0
}

.cbxchangelog-widget .cbxchangelog_wrapper_hugo .cbxchangelog_date {
    font-size: 20px;
}

.cbxchangelog-widget .cbxchangelog_wrapper_hugo .cbxchangelog_version {
    color: white;
    background: #535c68;
    font-size: 15px;
    line-height: 22px;
    margin-left: 0px;
    border-radius: 20px;

}

.cbxchangelog-widget .cbxchangelog_features .cbxchangelog_feature {
    font-size: 15px;
    line-height: 26px;
}



/* Label hide CSS
========================================================*/

.cbxchangelog_wrapper_hugo .cbxchangelog_wrapper_hide_label .cbxchangelog_log {
    grid-template-columns:100%;
    position: relative;
}

.cbxchangelog_wrapper_hugo .cbxchangelog_wrapper_hide_label .cbxchangelog_feature p {
    font-size: 14px;
    line-height: 1.5;
    padding-left: 20px;
    position: relative;
}

.cbxchangelog_wrapper_hugo .cbxchangelog_wrapper_hide_label .cbxchangelog_log:before {
    display: inline-block;
    content: '';
    background: #000000;
    background-size: contain;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 7px;
}

@media (max-width: 800px) {
    .cbxchangelog_wrapper {
        margin-top: 15px;
        align-self: start
    }
}

@media (max-width: 630px) {
    .cbxchangelog_wrapper {
        padding: 10px
    }
}

@media (max-width: 630px) {
    .cbxchangelog_wrapper_hugo .cbxchangelog_release_header {
        line-height: 32px;
    }

    .cbxchangelog_wrapper_hugo .cbxchangelog_release_header:before {
        display: none
    }

    .cbxchangelog_wrapper_hugo .cbxchangelog_version:before {
        display: none
    }

    .cbxchangelog_wrapper_hugo .cbxchangelog_version:after {
        display: none
    }

    .cbxchangelog_wrapper_hugo .cbxchangelog_date {
        font-size: 20px;
    }

    .cbxchangelog_wrapper_hugo .cbxchangelog_version {
        color: white;
        background: #535c68;
        font-size: 15px;
        line-height: 22px;
        margin-left: 0px;
        border-radius: 20px;
    }
}

@media (max-width: 630px) {
    .cbxchangelog_wrapper_hugo .cbxchangelog_release_inner {
        margin-left: 0
    }
}

/*End Hugo layout
======================================================*/




