/* Overrides and minor tweaks to utlize fsa-style for NWCC needs, import after fsa-style*/

img.plot-thumb {
    height: 150px;
}

.option-grp {
    font-weight: bold;
}

.option-item:before {
    margin-left: 10px;
}

.map-div {
    height: 90vh;
}

nwcc-header:not(:defined) {
    opacity: 0;
}

arg-details:hover {
    background-color: #c1e3ec;
}

arg-details details summary::marker {
    display: none;
}

arg-details table tr:first-of-type td {
    border-top: none
}

arg-details table tr:last-of-type td {
    border-bottom: none
}

arg-details table tr td:first-of-type {
    border-left: none;
}

arg-details .details-cell {
    text-transform: none !important;
    padding: 1rem 2rem !important;
    width: calc(100% - 3.6rem)
}

arg-details details summary {
    list-style: none;
    cursor: pointer;
}

arg-details details[open] .details-content {
    background-color: #eff5f6;
    border: 0px;
    width: auto;
    padding: 1.2rem;
}