.stockage-human-written-badge {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-top: 0.75rem;
    padding: 0.55rem 0.8rem;
    border: 1px solid #b9cbc5;
    border-radius: 6px;
    color: #173e35;
    background: #f3f8f6;
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.25;
}

.stockage-human-written-badge__mark {
    width: 0.55rem;
    height: 0.55rem;
    flex: 0 0 0.55rem;
    border-radius: 50%;
    background: #176b58;
    box-shadow: 0 0 0 3px rgba(23, 107, 88, 0.13);
}
