.sbs-project-attachment-help,
.sbs-project-attachment-status {
    margin: .65rem 0 0;
    color: #9fb3c8;
    font-size: .78rem;
    line-height: 1.5;
}

.sbs-project-attachment-status {
    color: #7dd3fc;
    font-weight: 750;
}

.sbs-project-attachment-status.is-error {
    color: #fca5a5;
}

.sbs-project-attachment-list {
    display: grid;
    gap: .55rem;
    margin: .7rem 0 0;
    padding: 0;
    list-style: none;
}

.sbs-project-attachment-list:empty {
    display: none;
}

.sbs-project-attachment-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .75rem .85rem;
    border: 1px solid rgba(56, 189, 248, .22);
    border-radius: 12px;
    background: rgba(5, 18, 34, .78);
}

.sbs-project-attachment-list span,
.sbs-project-attachment-list strong,
.sbs-project-attachment-list small {
    min-width: 0;
}

.sbs-project-attachment-list strong,
.sbs-project-attachment-list small {
    display: block;
}

.sbs-project-attachment-list strong {
    overflow: hidden;
    color: #e5f4ff;
    font-size: .82rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sbs-project-attachment-list small {
    margin-top: .2rem;
    color: #8fa8bf;
    font-size: .7rem;
}

.sbs-project-attachment-list button {
    flex: 0 0 auto;
    padding: .45rem .7rem;
    border: 1px solid rgba(248, 113, 113, .35);
    border-radius: 999px;
    background: rgba(127, 29, 29, .22);
    color: #fecaca;
    cursor: pointer;
    font: inherit;
    font-size: .7rem;
    font-weight: 800;
    transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.sbs-project-attachment-list button:hover,
.sbs-project-attachment-list button:focus-visible {
    border-color: rgba(248, 113, 113, .7);
    background: rgba(153, 27, 27, .42);
    transform: translateY(-1px);
}

@media (max-width: 520px) {
    .sbs-project-attachment-list li {
        align-items: flex-start;
    }
}
