/*
|--------------------------------------------------------------------------
| Generic Content Pages
|--------------------------------------------------------------------------
*/

.display-page-layout-two-column {
    grid-template-columns: 25% 75%;
}

.page-detail-page,
.notice-detail-page,
.notices-list-page,
.office-layout-page {
    height: 100%;
    min-height: 0;
    overflow: auto;
    padding: 12px;
}

.page-detail-header h2,
.notice-detail-header h2,
.notices-list-header h2,
.office-layout-header h2 {
    margin-top: 0;
}

.notice-list-item {
    margin-bottom: 12px;
}

.notice-list-item a {
    display: block;
    text-decoration: none;
}

.notice-list-item small {
    display: block;
    margin-top: 4px;
}

.office-layout-grid {
    display: grid;
    gap: 12px;
}

.office-layout-grid-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.office-layout-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.office-layout-page .member_detail {
    min-width: 0;
    overflow: hidden;
}

.office-layout-page .member_detail img {
    max-width: 120px;
    height: auto;
    display: block;
    margin-bottom: 6px;
}

.page_detail,
.notice_detail,
.notices,
.office_layout {
    min-height: 0;
}

/*
|--------------------------------------------------------------------------
| Charter Page Slider
|--------------------------------------------------------------------------
*/

.charter-page-slider {
    height: 100%;
    min-height: 0;
    overflow: hidden;

    background: #ffffff;
    border: 1px solid rgba(34, 67, 182, 0.12);
    border-radius: 8px;

    box-shadow: 0 3px 10px rgba(15, 35, 95, 0.08);
}

.charter-page-slider #main_slider {
    height: 100%;
    min-height: 320px;
    margin: 0;
    border: 0;
    border-radius: 8px;
    overflow: hidden;
}

.charter-page-slider #main_slider .flex-viewport,
.charter-page-slider #main_slider .slides,
.charter-page-slider #main_slider .slides > li {
    height: 100% !important;
}

.charter-page-slider #main_slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.charter-page-slider-empty {
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #2243B6;
    font-size: 24px;
    font-weight: 800;
}