/* =====================================
   MY SETUP
   ===================================== */

.setup-panel {
    flex: 1.2;
    border-color: #67e8f9;
    background-color: rgba(103, 232, 249, 0.12);
}

.setup-panel h2 {
    color: #67e8f9;
}

.setup-content {
    font-family: "Courier New", monospace;
    font-size: 12px;
}

.setup-row {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 7px 4px;

    border-bottom: 1px dashed rgba(103, 232, 249, 0.25);
}

.setup-label {
    color: #67e8f9;
    font-size: 10px;
    font-weight: bold;
}

.setup-value {
    text-align: right;
    opacity: 0.9;
}

.setup-divider {
    height: 8px;
}

.setup-current {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 8px;

    border: 1px solid rgba(103, 232, 249, 0.4);
    border-radius: 5px;

    background-color: rgba(103, 232, 249, 0.06);

    font-size: 10px;
}

.setup-current strong {
    color: #67e8f9;
}