/**
 * Copyright (c) 2026 DNA Genics, S.L. All rights reserved.
 *
 * Shared RAW / WGS format badges for provider lists and compatibility tables.
 */

.dna-format-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.12rem 0.45rem;
    border-radius: 999px;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    cursor: default;
    pointer-events: none;
}

.dna-format-badge--raw {
    background: #e6f5f3;
    border: 1px solid #b8e4de;
    color: #147a6d;
}

.dna-format-badge--wgs {
    background: #fef3c7;
    border: 1px solid #fcd34d;
    color: #b45309;
}
