.tec-certificate-verification {
    max-width: 680px;
    margin: 24px auto;
    padding: 24px;
}

.tec-verify-title {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 1.5em;
    color: #333;
    text-align: center;
}

.tec-verify-box {
    border: 1px solid #9b8dc2;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 20px;
    background: #fafafa;
}

.tec-verify-description {
    margin-top: 0;
    margin-bottom: 20px;
    color: #555;
}

.tec-verify-form .tec-form-group {
    margin-bottom: 18px;
}

.tec-verify-form label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    color: #333;
}

.tec-verify-form .required {
    color: #c00;
}

.tec-verify-form input[type="text"],
.tec-verify-form input[type="date"] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

.tec-hint {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: #666;
}

.tec-recaptcha-group {
    margin-top: 16px;
}

.tec-recaptcha-container {
    min-height: 78px;
}

.tec-form-actions {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}

.tec-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
}

.tec-btn-primary {
    background: #b39ddb;
    color: #fff;
}

.tec-btn-primary:hover:not(:disabled) {
    background: #9575cd;
}

.tec-btn-secondary {
    background: #f0f0f0;
    color: #333;
    border: 1px solid #ccc;
}

.tec-btn-secondary:hover {
    background: #e0e0e0;
}

.tec-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.tec-result {
    margin-top: 20px;
    padding: 14px 16px;
    border-radius: 6px;
    border: 1px solid transparent;
}

.tec-result--verified {
    background: #e8f5e9;
    border-color: #4caf50;
    color: #2e7d32;
}

.tec-result--not-verified {
    background: #ffebee;
    border-color: #f44336;
    color: #c62828;
}

.tec-result-label {
    display: block;
    font-weight: 700;
    margin-bottom: 4px;
}

.tec-result-message {
    font-size: 14px;
}

.tec-result-display {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.tec-result-display dl {
    margin: 0;
}

.tec-result-display dt {
    font-weight: 600;
    font-size: 12px;
    margin-top: 10px;
    opacity: 0.9;
}

.tec-result-display dt:first-of-type {
    margin-top: 0;
}

.tec-result-display dd {
    margin: 2px 0 0 0;
    font-size: 14px;
}
