.lymy-shipment-status {
    display: inline-flex;
    padding: 4px 9px;
    border-radius: 999px;
    background: #f2f2f2;
    font-size: .875em;
    font-weight: 600;
}

.lymy-shipment-status--shipped {
    background: #eaf7fb;
    color: #066b8b;
}

.lymy-shipment-status--delivered {
    background: #eaf8ed;
    color: #18732c;
}

.lymy-shipment-number {
    display: block;
    margin-top: 5px;
    overflow-wrap: anywhere;
}

.lymy-shipment-card {
    margin: 28px 0;
    padding: clamp(18px, 3vw, 28px);
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 12px;
    background: #fff;
}

.lymy-shipment-card__eyebrow {
    margin: 0 0 4px;
    color: #6b6b6b;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.lymy-shipment-card h2 {
    margin: 0 0 18px;
}

.lymy-shipment-card__details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 24px;
    margin: 0 0 18px;
}

.lymy-shipment-card__details div {
    min-width: 0;
}

.lymy-shipment-card__details dt {
    margin-bottom: 3px;
    color: #6b6b6b;
    font-size: .8125rem;
}

.lymy-shipment-card__details dd {
    margin: 0;
    font-weight: 600;
    overflow-wrap: anywhere;
}

.lymy-shipment-card__track {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.lymy-shipment-card__note {
    margin-bottom: 0;
}

@media (max-width: 600px) {
    .lymy-shipment-card__details {
        grid-template-columns: 1fr;
    }
}
