.is-mobile:not(.is-tablet) div#collapseSearch {
	position: fixed;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
    z-index: 1001;
}

.is-mobile:not(.is-tablet) div#collapseSearch form {
	max-height: 70vh;
    overflow: auto;
}

.collapse-search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
}

.is-mobile:not(.is-tablet) div#collapseSearch .collapse-header {
	font-size: 18px;
}

.is-mobile:not(.is-tablet) div#collapseSearch .collapse-header i {
	font-size: 25px;
}

.is-mobile:not(.is-tablet) div#collapseSearch .action-mobile-search {
	margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-direction: row-reverse;
}

.is-mobile:not(.is-tablet) div#collapseSearch .action-mobile-search .form-submit {
	margin-top: 0;
}

.is-mobile .field--widget-paragraphs-table-widget td,
.is-mobile .field--widget-entity-reference-paragraphs td {
    padding: 20px 0;
    min-width: 0;
}

.js .paragraph-type-title {
    display: none;
}

.field--widget-paragraphs-table-widget caption {
    caption-side: top;
    font-weight: 700;
    color: #333;
}