/* =========================================================
   JOT321 Renderer Engine
   Archive Card System
========================================================= */

.jot321-card{
    transition:
        transform .18s ease,
        box-shadow .18s ease,
        border-color .18s ease;
}
/* ===== TRUST BADGE ===== */

.jot321-archive-trust{
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    margin:8px 0 12px !important;
}

.jot321-archive-trust-badge{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    padding:4px 10px !important;
    background:#16a34a !important;
    color:#ffffff !important;
    border-radius:999px !important;
    font-size:11px !important;
    font-weight:700 !important;
    line-height:1 !important;
    white-space:nowrap !important;
}

/* ===== META BLOCK ===== */

.jot321-card-meta-block{
    margin-top:10px !important;
    text-align:center !important;
    font-size:12px !important;
    color:#7b8794 !important;
    line-height:1.45 !important;
}

.jot321-card-meta-inline{
    margin-top:8px !important;
    font-size:11px !important;
    color:#94a3b8 !important;
    line-height:1.4 !important;
}
/* ===== COIN IMAGE FIT ===== */

.post-type-archive-coin .jot321-card-media img,
.tax-coin_category .jot321-card-media img,
.jot321-card--tier-standard .jot321-card-media img{
    object-fit:contain !important;
}
/* ===== COIN IMAGE GOVERNANCE ===== */

.post-type-archive-coin .jot321-card-image{
    background:#f8f8f8;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:14px;
}

.post-type-archive-coin .jot321-card-image img{
    object-fit:contain;
    width:100%;
    height:100%;
}