﻿.nsfw {
    max-width: 900px;
    width: 100%;
    border: solid 1px currentColor;
}

.drop-area {
    margin: .5em;
    border-radius: 2px;
    border: 1px solid currentColor;
    padding: 1em;
    text-align: center;
    cursor: pointer;
}

.drop-area.is-dragover {
    border-style: dotted;
}

.drop-area p {
    font-size: 0.9rem;
    max-width: 100%;
}

.hidden-input {
    display: none;
}

.status {
    border-top: solid 1px currentColor;
    padding: .25em .5em;
    font-size: 0.833em;
}

.results {
    margin: 1em .5em .5em .5em;
}

.thumb-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.thumb {
    width: 120px;
    height: 120px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    flex-shrink: 0;
}

.no-image {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8333em;
}

.predictions-list {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.78rem;
    white-space: pre-wrap;
}

.combined-label--empty {
    visibility: hidden;
}

/* Full-width combined label */
.combined-label {
    width: 100%;
    padding: 0.6em 1em;
    margin: 0 0 .75em 0;
    font-weight: bold;
}

/* Color variants */
.combined-safe {
    background: #ecfdf3;
    color: #166534;
    border: 1px solid #bbf7d0;
}

.combined-unsafe {
    background: #fef2f2;
    color: #b91c1c;
    border: 1px solid #fecaca;
}

.combined-unsure {
    background: #eff6ff;
    color: #1d4ed8;
    border: 1px solid #bfdbfe;
}

#combined-label-text {
    display: block;
    line-height: 1.4em;
}

.nsfw-loading {
  padding-top: 6em;
}

/* Modified */