.block_custom ul li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    background: #f2f4f6;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    font-size: .75rem;
    font-weight: 700;
    color: #1e293b;
}