/* Google Analytics for WooCommerce - Admin Settings Styles */

/* Required Section Highlight */
h3.wc-settings-sub-title:first-of-type {
    background: #f0f6fc;
    padding: 15px;
    border-left: 4px solid #72aee6;
    margin-top: 20px !important;
    border-radius: 4px;
}

/* Collapsible Sections */
.giawc-collapsible {
    padding: 15px;
    background: #fff;
    border: 1px solid #ccd0d4;
    border-left: 4px solid #fff;
    /* Invisible border for alignment */
    margin-top: 20px !important;
    margin-bottom: 0 !important;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.giawc-collapsible:hover {
    background: #f6f7f7;
    border-color: #72aee6;
}

.giawc-expanded {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

/* Icons */
.giawc-toggle-icon {
    line-height: 1.5;
}

/* Forms inside collapsible sections need spacing fix since we hid them */
.form-table {
    margin-top: 0;
}

/* Tooltips */
.woocommerce-help-tip {
    color: #2271b1 !important;
}

/* Welcome Notice (Info) */
.notice-info {
    border-left-color: #72aee6;
}

/* Required Field Highlight */
#woocommerce_giawc_ga4_tracker_ga_id {
    border-color: #2271b1;
    border-width: 2px;
}

/* Placeholder styling */
::placeholder {
    color: #a0a0a0;
    font-style: italic;
}