﻿@import url('./lab-theme.css');

#javascriptAlertsWrapper {
    max-width: 760px;
}

.row {
    display: grid;
    grid-template-columns: 1.7fr 1fr;
    gap: 12px;
    align-items: center;
    margin-bottom: 14px;
}

.mt-4 {
    margin-top: 14px;
}

.btn {
    width: auto;
    min-width: 130px;
}

#resultContainerConfirmButton,
#resultContainerPromptButton {
    min-height: 24px;
    color: #0f5132;
    font-weight: 600;
}

.lab-note {
    margin-bottom: 18px;
    padding: 12px;
    border-radius: 10px;
    background: #f8fbff;
    border: 1px dashed #b3c7d7;
    color: #334e68;
}

@media (max-width: 760px) {
    .row {
        grid-template-columns: 1fr;
    }

    .btn {
        width: 100%;
    }
}
