.tag{
    padding: 0.5em 1em;
    background-color: tomato;
    width: min-content;
    border-radius: 100px;
    text-wrap-mode: nowrap;
}
.selection_tags, .selected_tags {
    padding: 0.5em 1em;
    width: min-content;
    text-wrap-mode: nowrap;
    background: #141414;
    border-radius: 100px;
}

.blogs_list{
    display: grid;
    gap: 2em;
}

.blogs-items{
    margin: 0;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    display: flow-root;
}
.blogs-items .blogs-wrap{
    background: #181818;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
}
.blogs_header+p{
    line-height: normal !important;
    overflow: hidden;
    margin-bottom: 1em;
}
.blogs_header, .blogs_header+p{
    text-decoration: none !important;
}
.blogs_header:hover, .blogs_header+p:hover{
    text-decoration: none !important;
}
.blogs_images{
    position: relative;
}
.blogs_images img{
    border-radius: 12px;
    aspect-ratio: 16 / 9;
}
.blogs_images::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
a.blogs-items:hover {
    text-decoration: none;
    color: initial;
}

@media screen and (max-width: 965px) {
    .blogs-data
    {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid #272727;
    }
}

@media screen and (min-width: 965px) {
    .blogs-data{
        display: grid;
        grid-template-columns: 50% auto;
        align-items: center;
        gap: 3em;
    }
}

.selection_tags{
    color: #fff;
}

#list .tag:last-of-type{
    margin-right: 0.5rem;
}
.tags{
    display: flex;
    gap: 0.5em;
    flex-direction: row;
    align-items: center;
}
.blogs-tags {
    display: grid;
    flex-direction: row;
    align-items: center;
    grid-template-columns: repeat(auto-fill, minmax(0px, auto));
    overflow: overlay;
}
.blogs-title{
    font-family: "Akrobat ExtraBold";
    font-size: 3.455em;
    margin: 0;
    margin-bottom: 0.3em;
    color: inherit;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0;
    background: none;
    width: 100%;
}
.blogs-title:focus-visible{
    outline: none;
}

#preview iframe {
    margin: 0 auto;
    height: 100% !important;
    aspect-ratio: 16 / 9;
    width: 100% !important;
}

iframe.embed-tool__content {
    height: 100%;
    aspect-ratio: 16 / 9;
}

code.inline-code {
    font-family: 'JetBrains Mono' !important;
    background: #141414 !important;
    padding: 0.1rem 0.2rem !important;
    color: dodgerblue !important;
    margin: 0.1rem !important;
    border-radius: 8px !important;
    font-weight: 500 !important;
}

.ce-paragraph{
    font-family: 'Roboto Slab';
    line-height: 1.8em !important;
    color: #AAAAAA;
    font-size: 1em;
    margin-block-end: 1em;
}
.ce-block b {
    font-family: 'Roboto' !important;
}

#preview b{
    font-family: 'Roboto' !important;
}

#selection_list{
    display: flex;
    gap: 0.5em;
    flex-direction: row;
}
.blogs-tags::-webkit-scrollbar{
    width: 5px;
    height: 5px;
}

/* Handle */
.blogs-tags::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 8px;
    width: 5px;
}

/* Handle on hover */
.blogs-tags::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.ce-block__content,.ce-toolbar__content{
    max-width: 100%;
}
.codex-editor__redactor{
    padding-bottom: 2em !important;
}
.ce-toolbar__plus, .ce-toolbar__settings-btn{
    color: #FFF;
}
.ce-block--selected .ce-block__content{
    background: #272727;
    padding: 0.5em !important;
}
.ce-block--selected .ce-block__content{
    padding: 0;
}
.ce-inline-tool-input{
    color: #181818;
}
.blogs-post img, img.embed-tool__content{
    width: 100%;
    height: 79.3%;
    object-fit: contain;
    border-radius: 8px;
}
.ce-header{
    font-family: "Roboto Condensed", Arial, sans-serif;
    margin: 0;
    margin-bottom: 0.3em;
    color: inherit;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0;
}
.ce-block .cdx-simple-image .cdx-input{
    padding: 0;
    height: 0;
    height: auto;
    opacity: 0;
    transition: 0.2s all;
    position: absolute;
    top: -1em;
}
.ce-block:hover .cdx-simple-image .cdx-input{
    height: auto;
    opacity: 1;
    position: relative;
    top: 0;
    transition: 0.2s all;
}
.cdx-block{
    padding: 0;
}
.cdx-search-field{
    display: flex;
}
iframe.embed-tool__content{
    width: 100%;
    height: 79.3%
}
.blogs-post iframe{
    width: 100%;
    height: 79.3%
}
#preview img{
    margin-block-end: 1em;
    border-radius: 8px;
}

.cdx-block.embed-tool .cdx-input{
    width: auto;
    position: absolute;
    top: 1em;
    right: 1em;
    left: 1em;
    background: aliceblue;
    color: #181818;
}

.image-group{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(256px, auto));
    gap: 1em;
    margin-bottom: 1em;
}
.image-group .blogs-images:first-child{
    grid-column: 1 / -1;
    margin-block-end: 0 !important;
}
.blogs-images img{
    margin-block-end: 0 !important;
}

h1{
    margin-block-start: 0.67em;
}
#preview a{
    font-weight: bold;
    display: inline-flex;
}
#preview a::after{
    content: "\25cf";
    vertical-align: text-top;
    font-size: small;
    color: dodgerblue;
    padding-left: 0.1em;
}
a.blogs-images::after{
    content: "" !important;
    padding: 0;
}
#previewtitle{
    margin-top: 0;
}
#preview>div{
    display: flex;
    flex-direction: column;
}
#preview iframe{
    margin: 0 auto;
}
.lightbox .lb-image{
    border: 4px solid #181818;
}
.lb-outerContainer{
    background-color: #181818;
}

.blogs_hidden{
    opacity: 0.3;
}
h2{
    margin: 0;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}
.blogs_header{
    font-size: 2em;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.2em;
    font-family: 'Akrobat ExtraBold';
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.roadmaps-list{
    gap: 2em;
}

.selection_tags, .selected_tags{
    color: #fff;
    text-wrap-mode: nowrap;
    padding: 0.4em;
    border-radius: 8px;
    font-size: 1em;
}
.page-button{
    background: #1e1e1e !important;
    color: #ffffff !important;
    padding: 1em !important;
    outline: 2px solid #1e1e1e;
}
.page-button:hover{
    background: #fff !important;
    outline: 5px solid #fff;
    color: #1b1b1b !important;
    border-radius: 0;
}
.page-button.active{
    background: tomato !important;
    outline: 5px solid tomato;
    color: #fff !important;
    border-radius: 0;
    text-decoration: none;
}
#pages{
    display: flex;
    gap: 1em;
}