.ga4-settings-page h1 {
    font-size: 24px;
    color: #0073aa; /* Colore blu tipico di WordPress */
}

.ga4-settings-page input[type="text"] {
    padding: 10px;
    width: 300px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.ga4-settings-page input[type="submit"] {
    background-color: #0073aa;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 4px;
}

.ga4-settings-page input[type="submit"]:hover {
    background-color: #005177;
}
