/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 
 .filepond--item {
    max-width: max-content;
}

.filepond--action-remove-item {
    font-size: 12px !important;
    cursor: pointer;
}

.filepond--file-info {
    font-size: 16px !important;
}

.filepond--credits {
    display: none;
}

.filepond-root {
    height: 300px;
    overflow: scroll;
}

.btn-primary {
    background: #B19773;
    border: none;
}

.btn-primary:hover,
.btn-primary:disabled {
    background: #978060;
}


.ajpv1-gallery_card {
    border: 2px solid #bca17c;
    border-radius: 5px;
}

.ajpv1-gallery_card-title {
    color: #bca17c;
    font-size: 20px;
    font-family: "Montserrat", Sans-serif;
}

.ajpv1-gallery_card-field {
    color: #bca17c;
    font-size: 16px;
    font-family: "Montserrat", Sans-serif;
}

.ajpv1-gallery_card-btn {
    border: 2px solid #bca17c;
    border-radius: 5px;
    color: #bca17c;
    font-size: 16px;
    font-family: "Montserrat", Sans-serif;
    background-color: white;
}

.ajpv1-gallery_card-btn:hover {
    background: #bca17c;
    color: #ffffff;
}