.view-omni-seller-users #edit-actions {
    margin-top: var(--space-s);
}

.view-omni-seller-users .views-exposed-form.views-exposed-form {
    align-items: center;
    padding: 0;
    box-shadow: none;
    border: none;
}

/*
** Custom styling for entities view in grid mode
*/

.ahia-view.ahia-view .views-exposed-form {
    align-items: center;
    padding: 0;
    box-shadow: none;
    border: none;
}

.ahia-view.ahia-view input.form-text {
    width: 400px;
}

.ahia-view.ahia-view .fieldgroup {
    margin-block: 0;
}

.ahia-view.ahia-view .form-type--textfield {
    margin-block: 0;
}

.ahia-view .views-col {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fafdfb;
    border: 1.5px solid #b8e0bc;
    border-radius: 6.25px;
    color: #333;
    height: 256.5px;
    padding: 6.5px;
    margin: 10px;
    width: calc(25% - (18px * 2)) !important;
}

.ahia-view .views-col:hover {
    border-width: 3px;
    padding: 5px;
    height: 250px;
}

.ahia-view .views-field.views-field-text__value {
    align-items: flex-start;
    overflow-y: auto;
    width: 100%;
}

.ahia-view .views-field {
    height: 220px;
    justify-content: center;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ahia-view .views-field.views-field-name {
    height: 41px;
}

.ahia-view .views-col img {
    height: 220px;
    object-fit: contain;
}

.ahia-view.ahia-view .views-exposed-form__item.views-exposed-form__item--actions {
    margin-top: 0;
}

/*
** Attachments-only changes
*/
.ahia-view.view-omni-seller-pdf-attachments .views-col {
    height: 325px;
    justify-content: space-around;
    object-fit: contain;
}

.ahia-view.view-omni-seller-pdf-attachments .views-field {
    height: fit-content;
    text-align: center;
    object-fit: contain;
}

/*
** Overriding or modifying the previous styles for
** entity browser views
*/

.ahia-view.entity-browser .field-content {
    margin: 0;
}

.ahia-view.entity-browser .views-col {
    width: calc(33% - (18px * 2)) !important;
    padding-top: 15px;
}

.ahia-view.entity-browser .views-field-entity-browser-select {
    height: auto;
}

.ahia-view.entity-browser .views-col img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;

}

.ahia-view.entity-browser .views-col h5 {
    margin-top: 10px;
    font-weight: 300;
    font-size: 1rem;
    text-align: center;
    color: #333;
    height: 48px;
}

.ahia-view.entity-browser .color_field__swatch {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.ahia-view.entity-browser .views-field {
    align-items: unset;
}

/*
** Overriding or modifying rendered-entity css
*/

[class*=entity-type--os-pdf] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    width: 100%;
    box-sizing: border-box;
}

[class*=entity-type--os-pdf] .remove-button,
[class*=entity-type--os-pdf] .edit-button {
    display: inline;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    box-shadow: none !important;
}

[class*=entity-type--os-pdf] .rendered-entity {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fafdfb;
    border: 1.5px solid #b8e0bc;
    border-radius: 6.25px;
    color: #333;
    height: 339px;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

[class*=entity-type--os-pdf] img {
    /* height: 110px; */
    object-fit: contain;
    max-height: 100%;
}

.ahia-entity-assets-teaser {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: auto;
    padding-inline: 5px;
}