﻿.filepond--root {
    max-width: 550px !important;
}

.filepond--drop-label {
    background: white;
    border-radius: 6px;
    border: 1px #E9DFD5 solid;
    color: #5B6266;
}

.filepond--root:hover .filepond--label-action {
    color: #A51D25;
}

.filepond--credits {
    display: none;
}

.filepond--root .filepond--list.filepond--list {
    margin-top: 12px;
    inset: 0;
}

.filepond--file-wrapper {
    background: transparent;
}

    .filepond--file-wrapper .filepond--file {
        color: #A51D25;
        background: white;
        border: 1px #E9DFD5 solid !important;
        border-radius: 4px;
    }

.filepond--list .filepond--item {
    margin: 0;
}

    .filepond--list .filepond--item:not(:last-child) {
        margin: 0;
        margin-bottom: 8px;
    }

.filepond--file-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    height: 100%;
}

    .filepond--file-info .filepond--file-info-main {
        color: #A51D25;
        font-size: 14px;
    }

    .filepond--file-info .filepond--file-info-sub {
        color: #5B6266;
        font-size: 12px;
        opacity: 1;
        line-height: 1;
    }

.filepond--file-action-button {
    opacity: 1;
    top: 0;
    bottom: 0;
    height: 100%;
    aspect-ratio: 1 / 1;
    width: 60px;
    height: 60px;
    border-radius: 0;
    background: transparent;
    color: #5B6266;
}

    .filepond--file-action-button.filepond--file-action-button svg {
        opacity: .5;
        width: 32px;
    }

    .filepond--file-action-button:hover, .filepond--file-action-button:focus {
        box-shadow: none;
    }

    .filepond--file-action-button.filepond--file-action-button {
        width: 60px;
        height: 60px;
        left: 0;
        top: 0;
        border-right: 1px solid #E9DFD5;
    }

        .filepond--file-action-button.filepond--file-action-button::after {
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
        }
