.cover_img {
    width: 100% !important;
    margin-top: 15px;
    height: 150px;
    clip-path: polygon(0 0, calc(100% - 13px) 0, 100% 13px, 100% 100%, 13px 100%, 0 calc(100% - 13px));
}

.btn_cover_setting {
    background: var(--accent-btn);
    border: none;
    height: 40px;
    font-weight: bold;
    width: 150px;
    margin-top: 21px;
    font-size: 11px;
    clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 9px, 100% 100%, 9px 100%, 0 calc(100% - 9px));
    cursor: pointer;
    transition: 0.2s;
    color: #ffffff;
    opacity: 0.7;
}

.btn_cover {
    border: none;
    padding: 14px;
    color: #ffffff;
    font-size: 10px;
    letter-spacing: 1px;
    background: var(--accent-btn);
    transition: .2s all;
    font-weight: 100;
    font-family: 'Furore', sans-serif;
    width: 100%;
    clip-path: polygon(0 0, calc(100% - 13px) 0, 100% 13px, 100% 100%, 13px 100%, 0 calc(100% - 13px));
}

.btn_cover:hover {
    opacity: 0.7;
}

.cover_txt {
    font-weight: 600;
    font-size: 17px;
}

.cover-actions-inline {
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn_cover_remove {
    background: linear-gradient(90deg, #b33b3b 0%, #dd4f67 100%);
}

.cover-new-upload-hint {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-top: 14px;
    padding: 12px 14px;
    background: var(--bg-card-grad);
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
}

.cover-new-upload-hint__row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex: 0 0 auto;
    width: 100%;
}

.cover-new-upload-hint__row > i {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--accent);
    background: var(--accent-glow-xs);
    clip-path: polygon(0 0, calc(100% - 6px) 0, 100% 6px, 100% 100%, 6px 100%, 0 calc(100% - 6px));
}

.cover-new-upload-hint__text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
    padding-top: 2px;
}

.cover-new-upload-hint__label {
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: var(--text-muted);
    line-height: 1.2;
}

.cover-new-upload-hint__value {
    font-size: 11.5px;
    font-weight: 600;
    color: #fff;
    line-height: 1.35;
    word-break: break-word;
}

.cover-new-upload-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 12px;
}

.cover-new-buy-upload,
.cover-new-upload-button {
    width: 100%;
}

.cover-new-main-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.cover-new-main-actions .btn_cover {
    width: 100%;
    min-width: 0;
    flex: 0 0 auto;
}

@media (min-width: 576px) {
    .cover-new-main-actions {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .cover-new-main-actions .btn_cover {
        flex: 1 1 calc(50% - 5px);
        min-width: 140px;
        width: auto;
    }

    .cover-new-upload-hint {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px 14px;
    }

    .cover-new-upload-hint__row {
        flex: 1 1 0;
        width: auto;
        min-width: 0;
    }
}

.cover-new-upload-area {
    margin-top: 14px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-6px);
    pointer-events: none;
    transition: max-height .35s ease, opacity .25s ease, transform .25s ease;
}

.cover-new-upload-area.is-visible {
    max-height: 320px;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

#cover-new-catalog-modal .modal-body {
    max-height: calc(100vh - 180px);
    overflow-y: auto;
}

#cover-new-catalog-modal .modal_bans > .row {
    margin-left: -8px;
    margin-right: -8px;
}

#cover-new-catalog-modal .modal_bans > .row > [class*="col-"] {
    margin-bottom: 16px;
    padding-left: 8px;
    padding-right: 8px;
}
