/* advancedgoogle.css */

/* Make labels bold and structured */
.advanced-google-form label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

/* Logical operator radio buttons layout */
.logic-inline {
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 10px 0;
}

.logic-inline label {
    font-weight: normal;
}

/* Section headings within the form */
.advanced-google-form h3 {
    margin-top: 20px;
    color: #333;
}
