.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;
}
.tags{
    display: flex;
    gap: 0.5em;
    flex-direction: row;
    align-items: center;
}
.blogs-tags {
    display: grid;
    gap: 0.5em;
    flex-direction: row;
    align-items: center;
    grid-template-columns: min-content min-content;
    margin-bottom: 1em;
    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;
}
.ce-paragraph{
    font-family: 'Roboto Slab';
    line-height: 1.8em;
    color: #AAAAAA;
    font-size: 1em;
    margin-block-end: 1em;
}
#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;
}