/* PAGE WRAPPER */
.logic-sl-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: "Roboto", sans-serif;
}

/* TITLE */
.logic-sl-title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

/* MAP + SEARCH */
.logic-sl-map-area {
    position: relative;
}

/* SEARCH PANEL (yellow box) */
.logic-sl-search-box {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 330px;
    background: #ffcc00;
    padding: 25px;
    border-radius: 3px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    z-index: 10;
}

.logic-sl-search-box h3 {
    font-size: 18px;
    margin: 0 0 15px;
    font-weight: 700;
}

.logic-sl-input-row {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 3px;
    padding: 4px 8px;
}

.logic-sl-input-row input {
    border: none;
    padding: 8px;
    width: 100%;
    font-size: 14px;
}

.logic-sl-gps {
    width: 20px;
    height: 20px;
    background: url('/wp-content/themes/logic-us-theme/assets/icons/gps.svg') no-repeat center;
    cursor: pointer;
}

.logic-sl-buttons {
    margin-top: 15px;
}

.logic-sl-buttons button {
    background: #000;
    color: #fff;
    border: none;
    padding: 10px 16px;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
}

.logic-sl-buttons button.secondary {
    background: #444;
    margin-left: 10px;
}

/* MAP */
.logic-sl-map {
    width: 100%;
    height: 500px;
}

/* TABLE */
.logic-sl-table {
    margin-top: 40px;
}

.logic-sl-row {
    display: grid;
    grid-template-columns: 1fr 1fr 120px;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.logic-sl-header {
    font-weight: 700;
    border-bottom: 2px solid #aaa;
}