/* Index */
.aak-content .aak-select {
    -webkit-appearance: none; /* Safari/Chrome */
    -moz-appearance: none; /* Firefox */
    appearance: none; /* fallback */

    background-image: url('data:image/svg+xml;utf8,<svg class="c-umbraco-svg c-umbraco-svg--colorize w-1em h-1em mt-.18em" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path fill="currentColor" d="M218.3 413.7c3.1 3.1 8.2 3.1 11.3 0l216-216c3.1-3.1 3.1-8.2 0-11.3s-8.2-3.1-11.3 0L224 396.7 13.7 186.3c-3.1-3.1-8.2-3.1-11.3 0s-3.1 8.2 0 11.3l216 216z"></path></svg>');
    background-repeat: no-repeat;
    background-size: 0.8em auto;
    background-position: right 1rem center;
}
.aak-content .c-input-dropdown-option-list .c-base-scrollbar {
    max-height: 210px;
    overflow-y: scroll;
}

@media (min-width: 768px) {
    .aak-content .c-input-dropdown-option-list .c-base-scrollbar {
        max-height: 424px;
    }
}

.aak-content .c-block-list-structured-data,
.aak-content .c-block-list-structured-data .c-block-heading,
.aak-content .c-block-list-structured-data .c-block-list-structured-data__table {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.aak-content .c-block-list-structured-data__table {
    width: 100% !important;
    margin-left: 0 !important;
}

    .aak-content .c-block-list-structured-data__table .c-base-table__content:before,
    .aak-content .c-block-list-structured-data__table .c-base-table__content:after {
        display: none !important;
    }

    .aak-content .c-block-list-structured-data__table .c-base-scrollbar__horizontal {
        left: 0 !important;
        width: 100% !important;
    }

.aak-content .c-block-list-structured-data .c-base-table__table {
    transform: none !important;
}

.aak-content .c-structured-data__cell {
    max-width: 45vw;
}

@media (max-width: 665px) {
    .aak-content .c-structured-data__cell {
        padding: 13px;
        font-size: 16px;
    }
}
.aak-content .c-structured-data__cell p a, .aak-content .c-structured-data__cell {
    hyphens: auto;
}

/* typeahead */
.c-dropdown-option.highlighted-typeahead {
    background-color: #e3e3e8;
}

/* VisCenter */
.aak-content .img-header {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.aak-content .img-card {
    flex: 1 1 calc(33.333% - 16px);
    aspect-ratio: 4/3;
    overflow: hidden;
    border-radius: 0.25rem;
}

.aak-content .img-institution {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media (max-width: 768px) {
    .aak-content .img-header {
        flex-direction: column;
        gap: 12px;
    }

    .aak-content .img-card {
        flex: none;
        width: 100%;
        aspect-ratio: auto;
    }
}