.upload-section summary {
    cursor: pointer;
}
.upload-section summary label {
    display: inline;
    pointer-events: none;
}
.contact-upload,
.contact-upload * {
    box-sizing: border-box;
}
.contact_form .contact-upload {
    position: relative;
    background-color: #fff;
    text-align: center;
    clear: both;
    border: 1px solid #ccc;
    padding: 2rem;
}
.contact-upload--overlay {
    position: absolute;
    z-index: 50;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #555;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 1rem;
    border: 3px dashed #555;
}
.contact-upload--overlay p {
    color: currentColor;
    font-size: 1.125rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}
.contact-upload--overlay.draggedover {
    opacity: 1;
}
.contact-upload--intro {
    text-align: center;
}
.contact-upload--intro > span {
    display: none;
    margin-right: 5px;
    font-weight: bold;
}
.contact_form .contact-upload--browse {
    padding: 5px 10px !important;
    cursor: pointer;
    width: auto;
}
.contact_form .contact-upload--browse[disabled] {
    pointer-events: none;
    background: #ccc;
    color: #555;
}
.contact-upload--intro #file-types {
    display: block;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    color: #555;
    padding: 0;
}
.contact-upload--gallery {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
    justify-content: center;
    margin: 1rem 0 0 !important;
    padding: 0 !important;
    list-style: none;
}
.contact-upload--gallery.empty {
    margin: 0 !important;
}
.contact-upload--preview {
    position: relative;
    flex-basis: 30%;
    height: calc(70px + 3vw);
    max-height: 120px;
    padding: 0;
    color: #fff;
}
.contact-upload--preview img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.contact-upload--preview-info {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 15px 15px 5px 5px;
    background-color: rgba(5, 5, 5, 0.6);
    opacity: 0;
    overflow: hidden;
}
.contact-upload--preview:focus-within .contact-upload--preview-info,
.contact-upload--preview:hover .contact-upload--preview-info {
    opacity: 1;
}
.contact-upload--preview-info p {
    margin-bottom: 5px;
    font-size: 11px;
    font-size: clamp(10px, calc(8px + 0.5vw), 13px);
    max-width: 100%;
    word-wrap: break-word;
    text-align: left;
}
.contact_form .contact-upload--preview .delete {
    position: absolute;
    top: -10px;
    right: -5px;
    border-radius: 10px;
    background: #f54;
    padding: 10px !important;
    margin: 0 !important;
    cursor: pointer;
    width: auto;
}
.contact-upload--preview .delete:hover {
    background: #f33;
}
.contact-upload--preview .delete svg {
    pointer-events: none;
    fill: currentColor;
    width: 0.85rem;
    height: 0.85rem;
    display: block;
}
@media screen and (min-width: 641px) {
    .contact-upload--intro > span {
        display: inline-block;
    }
    .contact-upload--gallery.empty {
        margin: 1rem 0 0 !important;
        background-image: url('data:image/svg+xml,%3Csvg id="upload-icon" xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 31.6 31.74"%3E%3Cpath d="M16,0A2.83,2.83,0,0,1,17.4.94l7.39,7.4a1.59,1.59,0,1,1-2.2,2.3c-1-1-2.06-2-3.07-3.07l-2.1-2.1V20.3a3,3,0,0,1-.06.74,1.58,1.58,0,0,1-3.09-.22,5.23,5.23,0,0,1,0-.56V5.51l-.34.33-4.8,4.8A1.63,1.63,0,0,1,6.67,8.51l.23-.24C9.47,5.69,12,3.1,14.64.54a4.08,4.08,0,0,1,1-.56Z" /%3E%3Cpath id="Path_61" data-name="Path 61" d="M15.82,31.72H5A4.74,4.74,0,0,1,.6,29.26,4.51,4.51,0,0,1,0,27V20.72A1.53,1.53,0,0,1,.93,19.2a1.51,1.51,0,0,1,1.64.18,1.56,1.56,0,0,1,.61,1.33v6A1.6,1.6,0,0,0,4.55,28.5a1.48,1.48,0,0,0,.42,0h21.7a1.58,1.58,0,0,0,1.78-1.35v0a1.41,1.41,0,0,0,0-.41v-6A1.57,1.57,0,0,1,29.89,19h.4a1.55,1.55,0,0,1,1.31,1.32v7a4.63,4.63,0,0,1-4.23,4.25c-1.12.06-2.25,0-3.37,0H15.8" /%3E%3C/svg%3E');
        background-repeat: no-repeat;
        background-position: center;
        height: 40px;
    }
}
