/* =========================== */
/* Base Styling                */
/* =========================== */

body {
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin: 10px;
    color: #000;
}

/* =========================== */
/* Two-Row Layout              */
/* =========================== */

.main-columns {
    display: flex;
    flex-direction: column;
}

.header-row,
.content-row {
    display: flex;
    align-items: flex-start;
}

/* =========================== */
/* Column Positioning          */
/* =========================== */

.col-dws {
    margin-left: 1in;
}

.col-dws-defaults {
    margin-left: 0.5in;
    width: 220px;
}

.col-general {
    margin-left: 1in;
}

.col-general-defaults {
    margin-left: 0.5in;
    width: 220px;
}

/* =========================== */
/* Column Styling              */
/* =========================== */

.controls-column {
    flex: 0 0 auto;
}

.defaults-column {
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 10px 16px;
}

/* =========================== */
/* Header Elements             */
/* =========================== */

.logo {
    width: 170px;
}

.sensor-con {
    width: 95px;
    margin-top: 6px;
}

.title {
    font-size: 18px;
    margin: 6px 0;
}

/* =========================== */
/* Controls & Typography       */
/* =========================== */

.section-title {
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0 6px;
}

.row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 6px;
}

.inline-label {
    white-space: nowrap;
}

.input-medium {
    width: 150px;
}

/* =========================== */
/* Buttons                     */
/* =========================== */

button {
    font-size: 14px;
    cursor: pointer;
}

.help-button {
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.generate-button {
    margin-top: 10px;
}

.nav-header {
    margin-top: 20px;
}
