/* Limenco Terms & Conditions - Plugin Styles */

.limenco-terms-acceptance-wrapper {
    margin: 10px 0;
    clear: both;
}

.limenco-terms-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    margin: 0;
    width: 100%;
}

.limenco-terms-checkbox {
    flex-shrink: 0;
    width: auto !important;
    min-width: 16px;
    max-width: 20px;
    margin: 3px 0 0 0;
    cursor: pointer;
}

.limenco-terms-label-text {
    flex: 1;
    line-height: 1.5;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.limenco-terms-view-link {
    display: inline-block;
    margin-top: 5px;
    color: #0073aa;
    text-decoration: underline;
    font-size: 0.95em;
}

.limenco-terms-view-link:hover {
    color: #005177;
}

.required-mark {
    color: red;
    font-weight: bold;
}

/* Ensure compatibility with Contact Form 7 */
.wpcf7 .limenco-terms-acceptance-wrapper {
    margin: 15px 0;
}

.wpcf7 .limenco-terms-label {
    display: flex;
    align-items: flex-start;
}

/* Override any conflicting styles */
.limenco-terms-acceptance-wrapper input[type="checkbox"] {
    width: auto !important;
    max-width: 20px !important;
    flex-shrink: 0 !important;
}