[data-dom-id-21556]  .tabs__link {
    border-radius: 8px;
    color: #6B7280;
    text-decoration: none;
    white-space: nowrap;
    display: block;
    font-size: 0.8125rem;
    font-weight: 500;
    padding: 10px 20px;
    transition: all 200ms ease;
}
[data-dom-id-21556]  .tabs__link:hover {
    color: #1E293B;
    background: rgba(255,255,255,0.5);
}
