/* UrbanTrackz - Labels V1 */

.ut-single-label .ut-label-hero {
    background: linear-gradient(135deg, #090909, #181818 58%, #2a0d08);
}

.ut-single-label .ut-label-logo img,
.ut-single-label .ut-label-logo .ut-single-placeholder {
    background: #fff;
    padding: 18px;
    object-fit: contain;
}

.ut-label-meta {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ut-label-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ut-label-chip-list span {
    display: inline-flex;
    padding: 10px 13px;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
}

.ut-label-list {
    margin: 0;
    padding-left: 20px;
    color: #111;
    font-size: 18px;
    line-height: 1.65;
}

.ut-label-list li {
    margin-bottom: 10px;
}

.ut-label-linked-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.ut-label-linked-card {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 12px;
    border-radius: 18px;
    background: #f5f5f5;
    color: #111;
    text-decoration: none;
    font-weight: 900;
    transition: transform .18s ease, box-shadow .18s ease;
}

.ut-label-linked-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 34px rgba(0,0,0,.12);
}

.ut-label-linked-thumb img,
.ut-label-linked-placeholder {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    object-fit: cover;
    display: grid;
    place-items: center;
    background: #111;
    color: #fff;
}

.ut-label-linked-title {
    overflow-wrap: anywhere;
}

.ut-label-side-link {
    display: inline-flex;
    margin-top: 18px;
    padding: 11px 14px;
    border-radius: 999px;
    background: #fff;
    color: #111;
    text-decoration: none;
    font-size: 13px;
    font-weight: 950;
}

.ut-label-side-light {
    margin-top: 16px;
    background: #fff;
    color: #111;
}

.ut-label-side-light .ut-side-label {
    background: #111;
    color: #fff;
}

.ut-label-side-light h4 {
    margin: 18px 0 7px;
    color: #111;
    font-size: 15px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.ut-label-side-light p {
    color: #333;
}

.ut-related-labels {
    margin-top: 28px;
    padding: 30px;
    border-radius: 28px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.07);
    box-shadow: 0 16px 44px rgba(0,0,0,.055);
}

.ut-related-labels h2 {
    margin: 0 0 16px;
    color: #111;
    font-size: 30px;
    line-height: 1.08;
    letter-spacing: -.04em;
}

.ut-related-labels ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ut-related-labels a {
    display: inline-flex;
    padding: 9px 12px;
    border-radius: 999px;
    background: #111;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 900;
}

.ut-label-archive-head {
    margin-bottom: 24px;
    padding: 38px;
    border-radius: 34px;
    background: linear-gradient(135deg, #0b0b0b, #171717);
    color: #fff;
}

.ut-label-archive-head h1 {
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(48px, 7vw, 86px);
    line-height: .9;
    letter-spacing: -.065em;
}

.ut-label-archive-head p {
    max-width: 760px;
    margin: 0;
    color: rgba(255,255,255,.78);
    font-size: 20px;
    line-height: 1.55;
}

.ut-label-archive-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.ut-label-archive-card a {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    min-height: 132px;
    padding: 18px;
    border-radius: 26px;
    background: #fff;
    color: #111;
    text-decoration: none;
    border: 1px solid rgba(0,0,0,.07);
    box-shadow: 0 16px 44px rgba(0,0,0,.055);
}

.ut-label-archive-card img,
.ut-label-archive-placeholder {
    width: 86px;
    height: 86px;
    border-radius: 20px;
    object-fit: contain;
    display: grid;
    place-items: center;
    background: #111;
    color: #fff;
    font-size: 36px;
    font-weight: 950;
}

.ut-label-archive-body strong,
.ut-label-archive-body em,
.ut-label-archive-body small {
    display: block;
}

.ut-label-archive-body strong {
    margin-bottom: 7px;
    font-size: 22px;
    line-height: 1;
    letter-spacing: -.035em;
}

.ut-label-archive-body em {
    margin-bottom: 8px;
    color: #555;
    font-style: normal;
    font-size: 14px;
    line-height: 1.45;
}

.ut-label-archive-body small {
    color: #777;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.ut-label-pagination {
    margin-top: 30px;
}

@media (max-width: 980px) {
    .ut-label-meta,
    .ut-label-archive-grid,
    .ut-label-linked-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .ut-label-archive-head {
        padding: 24px;
        border-radius: 28px;
    }

    .ut-label-archive-head h1 {
        font-size: 42px;
        line-height: .95;
        letter-spacing: -.055em;
    }

    .ut-label-archive-card a {
        grid-template-columns: 68px minmax(0, 1fr);
        min-height: 104px;
        border-radius: 22px;
    }

    .ut-label-archive-card img,
    .ut-label-archive-placeholder {
        width: 68px;
        height: 68px;
        border-radius: 16px;
    }
}
