.tgcf-form {
    max-width: 500px;
    margin: auto;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.tgcf-form label {
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
}

.tgcf-form input, .tgcf-form textarea, .tgcf-form button {
    width: 100%;
    padding: 8px;
    border-radius: 6px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    box-sizing: border-box;
    font-size: 14px;
}

.tgcf-form button {
    background-color: #001d4d;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.tgcf-form button:hover {
    background-color: #001d4d;
}

#formResult {
    margin-top: 10px;
    font-size: 15px;
}
