/* Tegral Custom Logo Product – Frontend Styles */

.tclp-wrapper {
    margin: 16px 0 20px;
    padding: 16px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #fafafa;
}

.tclp-question {
    font-weight: 600;
    color: #FC5C04;
    margin: 0 0 10px;
    font-size: 14px;
}

.tclp-radios {
    display: flex;
    gap: 24px;
    margin-bottom: 12px;
}

.tclp-radio-label {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
}

.tclp-radio-label input[type="radio"] {
    accent-color: #FC5C04;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.tclp-upload-section {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px dashed #ccc;
}

.tclp-upload-note {
    font-size: 13px;
    color: #FC5C04;
    margin: 0 0 8px;
    font-style: italic;
}

.tclp-upload-label {
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
    color: #333;
    margin-bottom: 6px;
}

.tclp-file-input {
    display: block;
    width: 100%;
    font-size: 13px;
    padding: 6px 0;
}

.tclp-upload-hint {
    font-size: 12px;
    color: #888;
    margin: 4px 0 0;
}

.tclp-file-error {
    color: #c0392b;
    font-size: 13px;
    margin-top: 6px;
}
