.plate {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    border: 1px solid var(--border-color);
    background: var(--black-100);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--serif);
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    box-shadow: var(--shadow-2);
    flex: 0 0 auto;
}