@font-face {
    font-family: Estedad;
    src: url('Estedad-FD[KSHD,wght].woff2') format('woff2');
    font-weight: 100 900;
    font-display: swap
}

:root {
    --bg: #050505;
    --panel: #080808;
    --panel-2: #0d0d0d;
    --line: #242424;
    --line-soft: #171717;
    --text: #f5f5f5;
    --muted: #7e7e86;
    --muted-2: #494950;
    --brand: #0d59f1;
    --radius: 13px;
    --header: 68px
}

* {
    box-sizing: border-box
}

html {
    background: var(--bg);
    color-scheme: dark
}

body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: Estedad,Tahoma,sans-serif;
    font-size: 13px;
    overflow: hidden
}

button,input,select {
    font: inherit
}

.app-header {
    height: var(--header);
    border-bottom: 1px solid var(--line);
    display: grid;
    grid-template-columns: 280px 1fr 280px;
    align-items: center;
    padding: 0 20px;
    background: #030303;
    position: relative;
    z-index: 20
}

.app-brand {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #fff;
    text-decoration: none;
    white-space: nowrap
}

.app-brand img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    border-radius: 9px
}

.app-brand strong {
    font-size: 15px;
    font-weight: 850
}

.app-brand span {
    font-size: 8px;
    color: #666;
    direction: ltr;
    margin-right: 1px
}

.header-nav {
    justify-self: center;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 38px
}

.header-nav a {
    height: 100%;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #777;
    font-size: 12px;
    font-weight: 650;
    border-bottom: 1px solid transparent;
    transition: .18s
}

.header-nav a:hover,.header-nav a.active {
    color: #fff;
    border-color: #fff
}

.header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px
}

.library-count,.panel-link {
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 9px 15px;
    color: #8c8c94;
    text-decoration: none;
    font-size: 10px
}

.library-count b {
    color: #fff;
    margin-left: 4px
}

.panel-link {
    color: #fff;
    padding-inline:20px;transition: .18s
}

.panel-link:hover {
    border-color: #555;
    background: #111
}

.app-layout {
    height: calc(100vh - var(--header));
    display: grid;
    grid-template-columns: 280px minmax(450px,1fr) 300px;
    direction: rtl
}

.filter-sidebar,.selected-sidebar {
    background: #050505;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #292929 transparent
}

.filter-sidebar {
    border-left: 1px solid var(--line);
    padding: 14px 18px 26px
}

.selected-sidebar {
    border-right: 1px solid var(--line);
    display: flex;
    flex-direction: column
}

.sidebar-title {
    display: none
}

.filter-section {
    border-bottom: 1px solid var(--line);
    padding: 0 0 16px;
    margin-bottom: 16px
}

.filter-section h3 {
    font-size: 12px;
    margin: 0 0 10px;
    color: #e9e9eb
}

.segment {
    height: 43px;
    border: 1px solid var(--line);
    border-radius: 11px;
    padding: 3px;
    display: grid;
    gap: 3px;
    background: #080808
}

.segment.three {
    grid-template-columns: repeat(3,1fr)
}

.segment button {
    border: 0;
    border-radius: 8px;
    color: #555;
    background: transparent;
    font-size: 10px;
    font-weight: 650
}

.segment button.active {
    background: #202020;
    color: #fff
}

.segment button:disabled {
    cursor: not-allowed;
    opacity: .55
}

.filter-heading {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.filter-heading button,.selected-head button {
    border: 0;
    background: none;
    color: #777;
    font-size: 9px;
    cursor: pointer
}

.side-filter {
    width: 100%;
    height: 38px;
    border: 0;
    background: transparent;
    color: #6f6f77;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    border-radius: 40px;
    cursor: pointer;
    font-size: 10px;
    text-align: right;
    margin-top: 10px;
}

.side-filter:hover {
    color: #ddd;
    background: #0e0e0e
}

.side-filter.active {
    background: #f5f5f5;
    color: #050505;
    font-weight: 800
}

.side-filter b {
    font-size: 9px
}

.side-filter i {
    width: 5px;
    height: 5px;
    background: #28282d;
    border-radius: 50%
}

.check-row {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #777;
    font-size: 10px;
    margin: 10px 4px
}

.check-row input {
    accent-color: #fff
}

.filter-foot {
    font-size: 9px;
    color: #5e5e65;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 8px
}

.pulse {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #2ed879;
    box-shadow: 0 0 0 4px #2ed87918
}

.icon-workspace {
    min-width: 0;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #292929 transparent
}

.search-toolbar {
    height: 58px;
    border-bottom: 1px solid var(--line);
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 16px;
    position: sticky;
    top: 0;
    background: #050505eF;
    backdrop-filter: blur(12px);
    z-index: 8;
    direction: rtl
}

.search-box {
    height: 40px;
    min-width: 240px;
    max-width: 430px;
    flex: 1;
    display: flex;
    align-items: center;
    gap: 9px;
    border-left: 1px solid var(--line);
    padding-left: 14px
}

.search-box svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: #aaa;
    stroke-width: 1.5
}

.search-box input {
    border: 0;
    outline: 0;
    background: transparent;
    color: #eee;
    min-width: 0;
    flex: 1;
    font-size: 11px
}

.search-box input::placeholder {
    color: #555
}

.search-box kbd {
    direction: ltr;
    background: #252525;
    font-size: 9px;
    padding: 5px 10px;
    border-radius: 25px;
}

.style-tabs {
    display: flex;
    align-items: center;
    gap: 7px;
    direction: ltr;
    overflow: auto;
    scrollbar-width: none
}

.style-tabs button {
    border: 1px solid #202020;
    background: #080808;
    color: #8a8a91;
    border-radius: 40px;
    padding: 8px 15px;
    font: 600 10px Estedad;
    white-space: nowrap;
    cursor: pointer
}

.style-tabs button:hover {
    color: #fff;
    border-color: #494949
}

.style-tabs button.active {
    background: #f5f5f5;
    color: #070707;
    border-color: #f5f5f5
}

.result-bar {
    height: 43px;
    border-bottom: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    color: #555;
    font-size: 9px;
    position: sticky;
    top: 58px;
    background: #050505eF;
    backdrop-filter: blur(12px);
    z-index: 7
}

.result-bar div {
    display: flex;
    align-items: center;
    gap: 7px
}

.result-bar b {
    color: #ddd;
    font-size: 11px
}

.result-bar em {
    font-style: normal;
    border: 1px solid #222;
    padding: 3px 7px;
    border-radius: 9px;
    color: #777
}

.icon-grid {
    direction: ltr;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(122px,1fr));
    border-bottom: 1px solid var(--line);
    background: #050505
}

.icon-card {
    height: 121px;
    border: 0;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: #050505;
    color: #78787e;
    position: relative;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: .15s;
    overflow: hidden
}

.icon-card:hover {
    background: #0b0b0b;
    color: #fff;
    box-shadow: inset 0 0 0 1px #363636
}

.icon-card svg {
    width: 34px;
    height: 34px;
    display: block
}

.icon-card .icon-name {
    position: absolute;
    bottom: 9px;
    left: 8px;
    right: 8px;
    text-align: center;
    font: 500 8px/1.2 Estedad;
    color: #4f4f55;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0;
    transform: translateY(3px);
    transition: .15s;
    direction: ltr
}

.icon-card:hover .icon-name {
    opacity: 1;
    transform: none;
    color: #94949b
}

.quick-add {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 23px;
    height: 23px;
    border: 1px solid #313136;
    background: #0e0e0e;
    color: #aaa;
    border-radius: 50%;
    display: grid;
    place-items: center;
    opacity: 0;
    cursor: pointer;
    transition: .15s;
    font: 18px/1 Arial
}

.icon-card:hover .quick-add {
    opacity: 1
}

.quick-add:hover {
    background: #fff;
    color: #000
}

.icon-card.modified:before {
    content: '';
    position: absolute;
    bottom: 7px;
    right: 7px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    /* background: var(--brand) */
}

.load-row {
    text-align: center;
    padding: 22px;
    margin-bottom: 30px;
}

.load-row button {
    border: 1px solid #2c2c31;
    border-radius: 24px;
    background: #0b0b0b;
    color: #aaa;
    padding: 10px 24px;
    cursor: pointer;
    font-size: 10px
}

.load-row button:hover {
    color: #fff;
    border-color: #555
}

.selected-tabs {
    height: 57px;
    border-bottom: 1px solid var(--line);
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 6px 7px;
    gap: 4px
}

.selected-tabs button {
    border: 0;
    background: transparent;
    color: #57575d;
    border-radius: 40px;
    font-size: 10px;
    cursor: pointer
}

.selected-tabs button.active {
    background: #1b1b1d;
    color: #fff
}

.selected-tabs .mobile-close {
    display: none
}

.selected-panel {
    display: none;
    min-height: 0;
    flex: 1
}

.selected-panel.active {
    display: flex;
    flex-direction: column
}

.selected-head {
    height: 47px;
    border-bottom: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    color: #888;
    font-size: 10px
}

.selected-list {
    min-height: 100px;
    max-height: 280px;
    overflow: auto;
    padding: 12px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 7px
}

.selected-empty {
    grid-column: 1/-1;
    color: #444;
    text-align: center;
    padding: 35px 8px;
    font-size: 10px;
    line-height: 2
}

.selected-item {
    height: 70px;
    background: #0c0c0d;
    border: 1px solid #1c1c1f;
    border-radius: 40px;
    display: grid;
    place-items: center;
    color: #999;
    position: relative
}

.selected-item svg {
    width: 26px;
    height: 26px
}

.selected-item button {
    position: absolute;
    top: -5px;
    left: -5px;
    border: 0;
    display: flex;
    background: #222;
    padding: 0;
    color: #aaa;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    opacity: 0;
    cursor: pointer;
    font: 12px Arial;
    align-items: center;
    justify-content: center;
}

.selected-item:hover button {
    opacity: 1
}

.new-collection {
    height: 54px;
    border: 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: transparent;
    color: #d4d4d7;
    text-align: right;
    padding: 0 19px;
    cursor: pointer;
    font-size: 11px
}

.new-collection span {
    font: 26px Arial;
    vertical-align: middle;
    margin-left: 8px
}

.configuration {
    border-bottom: 1px solid var(--line)
}

.configuration summary {
    height: 53px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    color: #bbb;
    font-size: 10px;
    cursor: pointer;
    list-style: none
}

.configuration summary:after {
    content: 'âŒ„';
    margin-right: auto
}

.configuration>div {
    padding: 0 18px 15px;
    display: grid;
    gap: 10px
}

.configuration label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #666;
    font-size: 9px
}

.hex-field {
    height: 31px;
    border: 1px solid #26262a;
    border-radius: 7px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 7px
}

.hex-field i {
    width: 15px;
    height: 15px;
    border-radius: 4px;
    background: #fff
}

.hex-field input {
    width: 62px;
    border: 0;
    outline: 0;
    background: none;
    color: #aaa;
    font-size: 9px
}

.configuration select {
    background: #111;
    border: 1px solid #26262a;
    color: #aaa;
    border-radius: 7px;
    padding: 5px 8px
}

.selected-actions {
    margin-top: auto;
    padding: 14px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px
}

.selected-actions button {
    height: 43px;
    border: 1px solid #2b2b2f;
    border-radius: 22px;
    background: #111;
    color: #aaa;
    font-size: 10px;
    cursor: pointer
}

.selected-actions button:last-child {
    background: #f1f1f1;
    color: #050505;
    font-weight: 800
}

.collection-list {
    padding: 14px
}

.collection-card {
    border: 1px solid #222;
    border-radius: 10px;
    padding: 13px;
    margin-bottom: 8px;
    color: #aaa;
    font-size: 10px;
    display: flex;
    justify-content: space-between
}

.mobile-toolbar,.mobile-backdrop {
    display: none
}

.icon-dialog {
    width: min(1040px,calc(100vw - 42px));
    max-width: none;
    border: 1px solid #2b2b2e;
    border-radius: 40px;
    background: #050505;
    color: #fff;
    padding: 25px;
    margin: auto;
    box-shadow: 0 35px 120px #000;
    overflow: visible
}

.icon-dialog::backdrop {
    background: rgba(0,0,0,.88);
    backdrop-filter: blur(10px)
}

.modal-close {
    position: absolute;
    left: -26px;
    top: -26px;
    width: 57px;
    height: 57px;
    border: 1px solid #303034;
    border-radius: 50%;
    background: #050505;
    color: #fff;
    font: 35px/1 Arial;
    cursor: pointer
}

.code-tabs {
    height: 54px;
    border: 1px solid #27272a;
    border-radius: 40px;
    padding: 5px;
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 5px;
    direction: ltr
}

.code-tabs button {
    border: 0;
    background: transparent;
    color: #61616a;
    border-radius: 40px;
    font: 700 10px Arial;
    cursor: pointer
}

.code-tabs button.active {
    background: #202022;
    color: #fff
}

.modal-main {
    display: grid;
    grid-template-columns: 62px 315px 1fr;
    direction: ltr;
    margin-top: 19px;
    min-height: 365px
}

.variant-rail {
    border: 1px solid #29292c;
    border-radius: 20px 0 0 20px;
    padding: 7px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    overflow: auto
}

.variant-button {
    height: 52px;
    flex: 0 0 52px;
    border: 0;
    border-radius: 11px;
    background: transparent;
    color: #898991;
    display: grid;
    place-items: center;
    cursor: pointer
}

.variant-button svg {
    width: 27px;
    height: 27px
}

.variant-button:hover,.variant-button.active {
    background: #777;
    color: #fff
}

.modal-preview {
    border-top: 1px solid #29292c;
    border-bottom: 1px solid #29292c;
    border-right: 1px solid #29292c;
    color: var(--preview,#fff);
    min-width: 0
}

.preview-meta {
    height: 49px;
    border-bottom: 1px solid #222;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 17px;
    color: #64646c;
    font: 10px Arial;
    direction: ltr
}

.preview-meta b {
    color: #ddd
}

.large-preview {
    height: 315px;
    display: grid;
    place-items: center;
    background-image: linear-gradient(#1a1a1d 1px,transparent 1px),linear-gradient(90deg,#1a1a1d 1px,transparent 1px);
    background-size: 52px 52px;
    position: relative
}

.large-preview:before {
    content: '';
    position: absolute;
    inset: 22px;
    border: 1px solid #2a2a2d;
    border-radius: 78px
}

.large-preview svg {
    width: 150px;
    height: 150px;
    position: relative;
    z-index: 1
}

.code-pane {
    border: 1px solid #29292c;
    border-left: 0;
    border-radius: 0 20px 20px 0;
    position: relative;
    overflow: hidden;
    background: #030303
}

.code-pane pre {
    margin: 0;
    height: 363px;
    padding: 22px 24px 72px;
    overflow: auto;
    color: #dedee3;
    white-space: pre-wrap;
    word-break: break-word;
    text-align: left;
    direction: ltr;
    font: 10px/2 ui-monospace,SFMono-Regular,Consolas,monospace;
    scrollbar-width: thin;
    scrollbar-color: #25252a transparent
}

.copy-code {
    position: absolute;
    right: 14px;
    bottom: 14px;
    border: 1px solid #333338;
    background: #080808;
    color: #fff;
    border-radius: 23px;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 11px;
}

.copy-code span {
    margin-right: 6px
}

.modal-controls {
    display: grid;
    grid-template-columns: 125px 112px 200px 110px 1fr;
    gap: 10px;
    direction: ltr;
    margin: 18px 0
}

.hex-control,.select-control,.stroke-control {
    height: 54px;
    border: 1px solid #29292d;
    border-radius: 14px;
    background: #070707;
    display: flex;
    align-items: center
}

.hex-control button {
    width: 43px;
    border: 0;
    background: transparent;
    cursor: pointer
}

.hex-control i {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 7px;
    background: #fff
}

.hex-control input {
    min-width: 0;
    width: 75px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #fff;
    font: 700 11px Arial;
    text-transform: uppercase
}

.select-control select {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #fff;
    padding: 0 16px;
    font: 700 13px Arial
}

.stroke-control {
    padding: 0 13px;
    gap: 9px
}

.stroke-control span,.stroke-control b {
    font: 10px Arial;
    color: #ddd
}

.stroke-control input {
    width: 100%;
    accent-color: #fff
}

.add-selected {
    border: 1px solid #29292d;
    border-radius: 14px;
    background: #080808;
    color: #fff;
    font-weight: 750;
    cursor: pointer
}

.download-icon {
    border: 0;
    border-radius: 16px;
    color: #fff;
    font-weight: 800;
    cursor: pointer;
    background: linear-gradient(100deg,#cc8b19,#ef4fb0 52%,#00a9b7);
    font-size: 12px
}

.download-icon span {
    font-size: 20px;
    margin-right: 7px
}

.download-icon b {
    font: 10px Arial;
    margin-left: 8px
}

.no-results {
    grid-column: 1/-1;
    min-height: 260px;
    display: grid;
    place-items: center;
    color: #555;
    text-align: center;
    direction: rtl
}

.loading-cards {
    grid-column: 1/-1;
    min-height: 240px;
    display: grid;
    place-items: center;
    color: #555
}

.toast,#toast {
    position: fixed;
    bottom: 22px;
    left: 22px;
    z-index: 100;
    padding: 11px 16px;
    border: 1px solid #303035;
    border-radius: 22px;
    background: #111;
    color: #fff;
    font-size: 10px;
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
    transition: .2s
}

#toast.show {
    opacity: 1;
    transform: none
}

@media(max-width: 1100px) {
    .app-header {
        grid-template-columns:230px 1fr 230px
    }

    .header-nav {
        gap: 20px
    }

    .app-layout {
        grid-template-columns: 245px minmax(400px,1fr) 255px
    }

    .modal-main {
        grid-template-columns: 58px 285px 1fr
    }

    .modal-controls {
        margin-inline:0}
}

@media(max-width: 860px) {
    body {
        overflow:auto
    }

    .app-header {
        grid-template-columns: 1fr auto;
        height: 62px;
        padding: 0 14px
    }

    .header-nav,.library-count {
        display: none
    }

    .app-layout {
        display: block;
        height: auto
    }

    .icon-workspace {
        overflow: visible
    }

    .search-toolbar {
        top: 62px;
        flex-direction: column;
        height: auto;
        padding: 10px
    }

    .search-box {
        width: 100%;
        max-width: none;
        border: 1px solid var(--line);
        border-radius: 40px;
        padding: 0 11px;
        height: 42px;
        flex: none
    }

    .style-tabs {
        width: 100%
    }

    .result-bar {
        top: 123px
    }

    .filter-sidebar,.selected-sidebar {
        position: fixed;
        top: 0;
        bottom: 0;
        width: min(330px,88vw);
        z-index: 60;
        transition: .22s
    }

    .filter-sidebar {
        right: 0;
        transform: translateX(105%);
        border-left: 1px solid var(--line)
    }

    .selected-sidebar {
        left: 0;
        transform: translateX(-105%);
        border-right: 1px solid var(--line)
    }

    .filter-sidebar.open,.selected-sidebar.open {
        transform: none
    }

    .sidebar-title {
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .mobile-close {
        display: block!important;
        border: 0!important;
        background: none!important;
        color: #fff!important;
        font: 24px Arial!important
    }

    .mobile-toolbar {
        display: flex;
        position: fixed;
        z-index: 30;
        bottom: 104px;
        left: 50%;
        transform: translateX(-50%);
        background: #111;
        border: 1px solid #333;
        border-radius: 30px;
        padding: 5px;
        gap: 4px
    }

    .mobile-toolbar button {
        border: 0;
        background: transparent;
        color: #aaa;
        padding: 9px 16px;
        border-radius: 22px;
        font-size: 10px
    }

    .mobile-toolbar button:last-child {
        background: #fff;
        color: #000
    }

    .mobile-backdrop {
        position: fixed;
        inset: 0;
        background: #000a;
        z-index: 50
    }

    .mobile-backdrop.show {
        display: block
    }

    .icon-dialog {
        padding: 15px;
        width: calc(100vw - 20px);
        border-radius: 18px
    }

    .modal-close {
        left: 8px;
        top: 8px;
        width: 36px;
        height: 36px;
        z-index: 5;
        font-size: 23px
    }

    .code-tabs {
        overflow: auto;
        display: flex;
        padding-left: 50px
    }

    .code-tabs button {
        min-width: 100px
    }

    .modal-main {
        grid-template-columns: 52px 1fr;
        grid-template-rows: 270px 250px
    }

    .variant-rail {
        grid-row: 1;
        border-radius: 14px 0 0 14px
    }

    .modal-preview {
        grid-row: 1;
        border-radius: 0 12px 12px 0;
    }

    .large-preview {
        height: 220px
    }

    .large-preview svg {
        width: 100px;
        height: 100px
    }

    .code-pane {
        grid-column: 1/-1;
        border: 1px solid #29292c;
        border-radius: 14px;
        margin-top: 9px
    }

    .code-pane pre {
        height: 240px;
    }

    .modal-controls {
        grid-template-columns: 1fr 1fr 1fr;
        margin-top: 12px
    }

    .stroke-control {
        grid-column: 1/-1
    }

    .download-icon {
        grid-column: 2/-1
    }

    .modal-controls>* {
        height: 47px
    }
}

@media(max-width: 520px) {
    .icon-grid {
        grid-template-columns:repeat(3,1fr)
    }

    .icon-card {
        height: 105px
    }

    .icon-card svg {
        width: 29px;
        height: 29px
    }

    .style-tabs button {
        padding-inline:12px}

    .header-actions {
        gap: 4px
    }

    .panel-link {
        padding-inline:12px}

    .modal-main {
        grid-template-columns: 46px 1fr
    }

    .modal-controls {
        grid-template-columns: 1fr 1fr
    }

    .stroke-control {
        grid-column: 1/-1
    }

    .add-selected {
        grid-column: 1/3
    }

    .download-icon {
        grid-column: 1/3
    }

    .preview-meta {
        font-size: 8px;
        padding-inline:8px;}
}
