#gta-license-field-wrap {
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 20px 25px;
    margin-bottom: 20px;
    clear: both;
}

#gta-license-field-wrap h3 {
    color: #cc0000;
    font-size: 18px;
    margin: 0 0 8px;
    font-weight: 700;
}

#gta-license-field-wrap > p {
    color: #666;
    font-size: 13px;
    margin: 0 0 15px;
}

.gta-license-input-wrap label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 14px;
    color: #333;
}

.gta-license-input-wrap .required {
    color: #cc0000;
}

.gta-license-input-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

#gta_license_number {
    flex: 0 0 300px;
    max-width: 100%;
    padding: 10px 14px;
    border: 2px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s;
    box-sizing: border-box;
}

#gta_license_number:focus {
    border-color: #cc0000;
}

#gta-save-license-btn {
    background: #cc0000;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    white-space: nowrap;
}

#gta-save-license-btn:hover {
    background: #aa0000;
}

#gta-save-license-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
}

#gta-license-saved-msg {
    display: block;
    color: #2a7a2a;
    font-size: 13px;
    font-weight: 600;
    margin-top: 4px;
}

#gta-license-error-msg,
#gta-license-ajax-error-msg {
    display: block;
    color: #cc0000;
    font-size: 13px;
    margin-top: 4px;
}
