﻿/* Google Sheets Source Styles */


/* Google Sheets Source Config Panel */
.gs-source-config-panel {
  margin-top: 14px;
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: #f8fbff;
}

.gs-source-config-panel .section-subtitle {
  margin: 8px 0 10px;
}
