.lcf7c-widget {
    display: block;
    margin: 0.75rem 0;
}

.lcf7c-question {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.lcf7c-options {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.lcf7c-option {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.45rem 0.65rem;
    border: 1px solid currentColor;
    border-radius: 0.35rem;
    cursor: pointer;
}

.lcf7c-option input {
    margin: 0;
}

.lcf7c-hp {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}
