.lpb-button-wrap {
    display: inline-flex;
    flex-wrap: wrap;
    gap: var(--lpb-gap, 12px);
    align-items: center;
}

.lpb-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-height: 40px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: filter 0.18s ease, transform 0.18s ease;
}

.lpb-button:hover,
.lpb-button:focus {
    filter: brightness(0.96);
    text-decoration: none;
}

.lpb-button:active {
    transform: translateY(1px);
}
