/*
 * Snippet: Fragment kodu bez tytułu
 * WPCode ID: 4061 | Location: site_wide_header | Status: active
 */

.lnc-regulamin-wrap {
    margin: 0 0 12px;
}
.lnc-regulamin-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
}
.lnc-regulamin-label input[type="checkbox"] {
    flex-shrink: 0;
    margin-top: 3px;
    width: 17px;
    height: 17px;
    accent-color: #121212;
    cursor: pointer;
}
.lnc-regulamin-label a {
    text-decoration: underline;
}
.lnc-regulamin-error {
    color: #c0392b;
    font-size: 13px;
    margin: 6px 0 0 27px;
}
