.admin-page-title {
    background-image: url('/assets/images/header32.jpg') !important;
}

.admin-page-title .breadcrumb {
    margin-bottom: 0;
}

.admin-form-page,
.admin-confirmation-page,
.admin-history-page,
.admin-login-page {
    padding: 60px 0;
}

.admin-form-page .container > form,
.admin-confirmation-card,
.admin-login-card {
    border: 1px solid rgba(72, 97, 115, .18);
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(47, 69, 85, .06);
}

.admin-form-page:not(.admin-overlijdens-form-page) .container > form {
    padding: 1.5rem;
}

.admin-form-page:not(.admin-overlijdens-form-page) .container > form.admin-entry-form-settings {
    max-width: 48rem;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.admin-entry-form-simple {
    max-width: 48rem;
    margin-right: auto;
    margin-left: auto;
}

.admin-entry-form-compact {
    max-width: 38rem;
}

.admin-form-page .admin-entry-form-simple .admin-simple-form {
    max-width: none;
}

.admin-form-page .admin-entry-form-simple .admin-simple-form-section {
    padding: 0;
    border: 0;
}

.admin-entry-form:not(.admin-entry-form-overlijden) input[type="submit"] {
    border: 1px solid #486173;
    background: #486173;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
}

.admin-entry-form:not(.admin-entry-form-overlijden) input[type="submit"]:hover {
    border-color: #baad7b;
    background: #baad7b;
    color: #243846;
}

.admin-confirmation-card,
.admin-login-card {
    max-width: 42rem;
    margin: 0 auto;
    padding: 1.75rem;
}

.admin-confirmation-card .alert {
    margin-bottom: 1.25rem !important;
}

.admin-confirmation-actions {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: .65rem;
}

.admin-confirmation-actions .btn,
.admin-confirmation-cancel {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    min-width: 8.5rem;
    min-height: 2.75rem;
    margin: 0;
}

.admin-confirmation-cancel {
    padding: .55rem 1rem;
    border: 1px solid rgba(72, 97, 115, .38);
    border-radius: 50px;
    color: #2f4555;
    font-size: .85rem;
    font-weight: 700;
}

.admin-confirmation-cancel:hover {
    border-color: #486173;
    background: #f7f6f3;
    color: #2f4555;
    text-decoration: none;
}

.admin-simple-form {
    max-width: 48rem;
    margin: 0 auto;
}

.admin-entry-form-settings .admin-simple-form {
    display: grid;
    gap: 1rem;
}

.admin-entry-form-settings,
.admin-entry-form-settings .admin-simple-form,
.admin-entry-form-settings .admin-simple-form-section,
.admin-entry-form-settings .form-group,
.admin-homepage-notice-fields,
.admin-homepage-notice-fields-inner {
    min-width: 0;
    max-width: 100%;
}

.admin-settings-checkbox {
    display: flex;
    align-items: center;
    gap: .55rem;
}

.admin-settings-checkbox input[type="checkbox"] {
    width: 1.1rem;
    height: 1.1rem;
    margin: 0;
}

.admin-simple-form .admin-settings-checkbox > label {
    margin: 0;
}

.admin-homepage-notice-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.admin-homepage-notice-status {
    flex: 0 0 auto;
    padding: .38rem .65rem;
    border-radius: 999px;
    background: #eceeed;
    color: #68747a;
    font-size: .7rem;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    transition: background-color .2s ease, color .2s ease;
}

.admin-homepage-notice-status.is-active {
    background: rgba(186, 173, 123, .2);
    color: #645a30;
}

.admin-homepage-notice-status.is-expired {
    background: rgba(186, 173, 123, .2);
    color: #74682f;
}

.admin-homepage-notice-status.is-invalid {
    background: rgba(163, 63, 73, .12);
    color: #8b3540;
}

.admin-homepage-notice-choice-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.admin-homepage-notice-choice-wrapper:hover > .admin-homepage-notice-choice {
    border-color: #9baab2;
}

.admin-homepage-notice-choice-wrapper .admin-homepage-notice-choice-input {
    display: block;
    visibility: visible;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    border: 0;
    white-space: nowrap;
}

.admin-homepage-notice-choice-wrapper > .admin-homepage-notice-choice {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    width: 100%;
    min-height: 72px;
    margin: 0;
    padding: .8rem;
    border: 1px solid #cfd5d8;
    border-radius: 3px;
    background: #fff;
    color: #2f4555;
    cursor: pointer;
    box-sizing: border-box;
    text-transform: none;
    transition: background-color .15s ease, box-shadow .15s ease;
}

.admin-homepage-notice-choice-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 1.2rem;
    height: 1.2rem;
    margin-top: .08rem;
    border: 2px solid #aeb8bd;
    border-radius: 3px;
    background: #fff;
    color: #fff;
    transition: border-color .15s ease, background-color .15s ease, color .15s ease, transform .15s ease;
}

.admin-homepage-notice-choice-box::after {
    width: .3rem;
    height: .55rem;
    border: solid currentColor;
    border-width: 0 2px 2px 0;
    content: "";
    opacity: 0;
    transform: rotate(45deg) scale(.6);
    transition: opacity .15s ease, transform .15s ease;
}

.admin-homepage-notice-choice-input:checked + .admin-homepage-notice-choice {
    border-color: #baad7b;
    background: rgba(186, 173, 123, .1);
    box-shadow: inset 3px 0 0 #baad7b;
}

.admin-homepage-notice-choice-input:checked + .admin-homepage-notice-choice .admin-homepage-notice-choice-box {
    border-color: #baad7b;
    background: #baad7b;
    color: #fff;
    transform: scale(1.04);
}

.admin-homepage-notice-choice-input:checked + .admin-homepage-notice-choice .admin-homepage-notice-choice-box::after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
}

.admin-homepage-notice-choice-input:focus-visible + .admin-homepage-notice-choice {
    box-shadow: 0 0 0 3px rgba(186, 173, 123, .42);
    outline: 2px solid #486173;
    outline-offset: 2px;
}

.admin-homepage-notice-choice-copy {
    display: grid;
    gap: .12rem;
    min-width: 0;
}

.admin-homepage-notice-choice-copy strong {
    color: #2f4555;
    font-size: .81rem;
    font-weight: 700;
    line-height: 1.4;
}

.admin-homepage-notice-choice-copy small {
    color: #69747a;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.4;
}

.admin-homepage-notice-fields {
    display: grid;
    grid-template-rows: 0fr;
    margin-top: 0;
    opacity: 0;
    transform: translateY(-8px);
    transition: grid-template-rows .28s ease, margin-top .28s ease, opacity .2s ease, transform .28s ease;
}

.admin-homepage-notice-fields.is-open {
    grid-template-rows: 1fr;
    margin-top: 1.25rem;
    opacity: 1;
    transform: translateY(0);
}

.admin-homepage-notice-fields-inner {
    min-height: 0;
    overflow: hidden;
    border-top: 1px solid rgba(72, 97, 115, .16);
    padding-top: 1.25rem;
}

.admin-homepage-notice-fields-inner > .form-group {
    margin-bottom: 1.1rem;
}

.admin-homepage-notice-settings .form-control {
    display: block;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: 50px;
    padding: .7rem .85rem;
    border: 1px solid #cfd5d8;
    background-color: #fff;
    box-shadow: none;
    color: #2f4555;
    font-size: 1rem;
    line-height: 1.5;
    box-sizing: border-box;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.admin-homepage-notice-settings textarea.form-control {
    min-height: 132px;
    resize: vertical;
}

.admin-homepage-notice-settings .form-control::placeholder {
    color: #8a9499;
    opacity: 1;
}

.admin-homepage-notice-settings .form-control:hover {
    border-color: #aeb9bf;
}

.admin-homepage-notice-settings .form-control:user-invalid {
    border-color: #a33f49;
}

.admin-homepage-notice-fields[hidden],
.admin-homepage-notice-expiry-date[hidden] {
    display: none;
}

.admin-homepage-notice-expiry {
    overflow: visible;
    margin-top: .15rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(72, 97, 115, .16);
}

.admin-homepage-notice-expiry-date {
    display: grid;
    grid-template-rows: 0fr;
    width: 100%;
    max-width: 100%;
    margin: 0;
    border-top: 1px solid transparent;
    box-sizing: border-box;
    opacity: 0;
    transform: translateY(-6px);
    transition: grid-template-rows .25s ease, margin-top .25s ease, border-color .2s ease, opacity .2s ease, transform .25s ease;
}

.admin-homepage-notice-expiry-date.is-open {
    grid-template-rows: 1fr;
    margin-top: 1.1rem;
    border-top-color: rgba(72, 97, 115, .16);
    opacity: 1;
    transform: translateY(0);
}

.admin-homepage-notice-expiry-date > .admin-homepage-notice-field {
    min-height: 0;
    margin: 0;
    padding-top: 1.1rem;
    overflow: hidden;
}

.admin-simple-form-compact {
    max-width: 38rem;
}

.admin-simple-form-section {
    padding: 1.35rem;
    border: 1px solid rgba(72, 97, 115, .16);
    border-radius: 3px;
    background: #fff;
}

.admin-simple-form-heading {
    margin-bottom: 1.25rem;
    padding-bottom: .9rem;
    border-bottom: 1px solid rgba(72, 97, 115, .16);
}

.admin-simple-form-heading h2 {
    margin: 0 0 .25rem;
    color: #2f4555;
    font-size: 1.2rem;
    font-style: normal;
}

.admin-simple-form-heading p {
    margin: 0;
    color: #61717e;
    font-size: .86rem;
}

.admin-simple-form .form-group > label {
    color: #2f4555;
    font-weight: 700;
}

.admin-simple-form .admin-field-help {
    display: block;
    margin: -.2rem 0 .55rem;
    color: #69747a;
    font-size: .78rem;
    line-height: 1.45;
}

.admin-simple-form .admin-optional-label {
    margin-left: .25rem;
    color: #7d8589;
    font-size: .65rem;
    font-weight: 500;
    text-transform: lowercase;
}

.admin-simple-form-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(72, 97, 115, .16);
}

.admin-simple-form .admin-simple-form-submit {
    width: auto;
    min-width: 12rem;
    min-height: 2.75rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}

.admin-generic-form-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: .65rem;
    margin-top: 1.25rem;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.admin-settings-save-status {
    flex: 1 1 18rem;
    min-width: 0;
    margin: 0 auto 0 0;
    padding: .7rem .85rem;
    border-left: 3px solid rgba(72, 97, 115, .34);
    background: #f7f6f3;
    color: #61717e;
    font-size: .78rem;
    font-weight: 500;
    line-height: 1.45;
    transition: border-color .15s ease, background-color .15s ease, color .15s ease;
}

.admin-settings-save-status.is-dirty {
    border-left-color: #baad7b;
    background: rgba(186, 173, 123, .1);
    color: #2f4555;
}

.admin-generic-form-cancel,
.admin-generic-form-submit {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    width: auto;
    min-width: 9rem;
    height: 2.75rem;
    min-height: 2.75rem;
    margin: 0;
    padding: .55rem 1rem;
    line-height: 1.2;
    text-align: center;
}

.admin-generic-form-cancel {
    border: 1px solid rgba(72, 97, 115, .38);
    border-radius: 50px;
    color: #2f4555;
    font-size: .85rem;
    font-weight: 700;
}

.admin-generic-form-cancel:hover {
    border-color: #486173;
    background: #f7f6f3;
    color: #2f4555;
    text-decoration: none;
}

.admin-entry-form-settings .admin-generic-form-submit:disabled,
.admin-entry-form-settings .admin-generic-form-submit:disabled:hover,
.admin-entry-form-settings .admin-generic-form-submit:disabled:focus,
.admin-entry-form-settings .admin-generic-form-submit:disabled:active {
    border-color: #cfd5d8;
    background: #e7e9ea;
    box-shadow: none;
    color: #7d8589;
    cursor: not-allowed;
    opacity: 1;
}

.admin-login-card > p {
    margin-bottom: 1.25rem;
    color: #61717e;
}

.admin-form-page .form-control:focus,
.admin-login-card .form-control:focus {
    border-color: #baad7b;
    box-shadow: 0 0 0 .2rem rgba(186, 173, 123, .22);
}

.admin-form-page :is(a, button, input, select, textarea):focus-visible,
.admin-confirmation-page :is(a, button, input, select, textarea):focus-visible,
.admin-login-page :is(a, button, input, select, textarea):focus-visible,
.admin-history-page :is(a, button):focus-visible {
    outline: 3px solid rgba(186, 173, 123, .75);
    outline-offset: 3px;
}

.admin-history-page {
    --admin-blue: #486173;
    --admin-blue-dark: #2f4555;
    --admin-gold: #baad7b;
    --admin-surface: #f7f6f3;
    --admin-border: rgba(72, 97, 115, .18);
}

.admin-history-page .admin-history-toolbar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 1.5rem;
    padding: 1.4rem 1.5rem;
    border-left: 4px solid var(--admin-gold);
    background: var(--admin-surface);
}

.admin-history-page .admin-history-back {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: .8rem;
    color: var(--admin-blue);
    font-size: .88rem;
    font-weight: 600;
}

.admin-history-page .admin-history-back:hover {
    color: var(--admin-gold);
    text-decoration: underline;
}

.admin-history-page .admin-history-eyebrow,
.admin-history-page .admin-history-card-eyebrow {
    margin: 0 0 .2rem;
    color: var(--admin-gold);
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.admin-history-page .admin-history-toolbar h2 {
    margin: 0 0 .25rem;
    color: var(--admin-blue-dark);
    font-size: 1.8rem;
    font-style: normal;
}

.admin-history-page .admin-history-toolbar p:last-child {
    margin: 0;
    color: #61717e;
}

.admin-history-page .admin-history-count {
    flex: 0 0 auto;
    padding: .55rem .8rem;
    border-radius: 999px;
    background: rgba(186, 173, 123, .2);
    color: #655d3d;
    font-size: .82rem;
    font-weight: 700;
}

.admin-history-page .admin-history-grid {
    margin-right: -10px;
    margin-left: -10px;
}

.admin-history-page .admin-history-grid-item {
    display: flex;
    padding: 10px;
}

.admin-history-page .admin-history-card {
    width: 100%;
    border: 1px solid var(--admin-border);
    border-radius: 2px;
    background: #fff;
    overflow: hidden;
}

.admin-history-page .admin-history-card-layout {
    display: grid;
    grid-template-columns: minmax(150px, 34%) minmax(0, 1fr);
    min-height: 100%;
}

.admin-history-page .admin-history-media {
    height: 100%;
    min-height: 330px;
    background: var(--admin-surface);
    overflow: hidden;
}

.admin-history-page .admin-history-photo {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 330px;
    object-fit: cover;
    object-position: center top;
}

.admin-history-page .admin-history-content {
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
    padding: 1.35rem;
}

.admin-history-page .admin-history-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.admin-history-page .admin-history-card-header h2 {
    margin: 0;
    color: var(--admin-blue-dark);
    font-size: 1.45rem;
    font-style: normal;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.admin-history-page .admin-history-facts {
    display: grid;
    gap: .45rem;
    margin: 1rem 0 0;
    padding: 0;
    color: #536773;
    font-size: .88rem;
    list-style: none;
}

.admin-history-page .admin-history-facts li {
    display: flex;
    align-items: flex-start;
    gap: .6rem;
}

.admin-history-page .admin-history-facts i {
    width: 1rem;
    margin-top: .22rem;
    color: var(--admin-gold);
    text-align: center;
}

.admin-history-page .admin-history-action,
.admin-history-page .admin-history-delete {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .4rem;
    min-height: 2.2rem;
    padding: .45rem .65rem;
    border: 1px solid rgba(72, 97, 115, .35);
    border-radius: 2px;
    color: var(--admin-blue);
    font-size: .8rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}

.admin-history-page .admin-history-action:hover {
    border-color: var(--admin-blue);
    background: var(--admin-blue);
    color: #fff;
    text-decoration: none;
}

.admin-history-page .admin-history-record-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    justify-content: flex-end;
    margin-top: auto;
    padding-top: 1.15rem;
}

.admin-history-page .admin-history-delete {
    border-color: rgba(139, 63, 69, .45);
    color: #843f46;
}

.admin-history-page .admin-history-delete:hover {
    border-color: #843f46;
    background: #843f46;
    color: #fff;
    text-decoration: none;
}

.admin-history-page .admin-history-empty {
    padding: 3rem 1.5rem;
    border: 1px dashed rgba(72, 97, 115, .35);
    background: #fafaf8;
    color: #61717e;
    text-align: center;
}

.admin-history-page .admin-history-empty i {
    margin-bottom: .8rem;
    color: var(--admin-gold);
    font-size: 1.7rem;
}

.admin-history-page .admin-history-empty h2 {
    margin: 0 0 .35rem;
    color: var(--admin-blue-dark);
    font-size: 1.35rem;
    font-style: normal;
}

.admin-history-page .admin-history-empty p {
    margin: 0;
}

.admin-history-pagination {
    margin-top: 1.75rem;
}

.admin-history-pagination-list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.admin-history-page-link,
.admin-history-page-gap {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-width: 2.5rem;
    min-height: 2.5rem;
    padding: .45rem .7rem;
}

.admin-history-page-link {
    border: 1px solid var(--admin-border);
    border-radius: 2px;
    background: #fff;
    color: var(--admin-blue-dark);
    font-size: .82rem;
    font-weight: 700;
    text-decoration: none;
}

.admin-history-page-link:hover {
    border-color: var(--admin-gold);
    background: var(--admin-surface);
    color: var(--admin-blue-dark);
    text-decoration: none;
}

.admin-history-page-link.is-current {
    border-color: var(--admin-blue);
    background: var(--admin-blue);
    color: #fff;
}

.admin-history-page-direction {
    gap: .4rem;
    padding-right: .9rem;
    padding-left: .9rem;
}

.admin-history-page-gap {
    color: #7a858b;
}

.admin-feature-panel {
    margin-top: 1.15rem;
}

.admin-feature-panel-title {
    margin: 0 0 .65rem;
    color: #657681;
    font-size: .72rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.admin-feature-list {
    display: grid;
    gap: 0;
    border: 1px solid rgba(72, 97, 115, .18);
    border-radius: 3px;
    background: #fff;
    overflow: hidden;
}

.admin-feature-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: .35rem .5rem;
    min-width: 0;
    padding: .42rem .55rem;
    border: 0;
    border-bottom: 1px solid rgba(72, 97, 115, .14);
    box-shadow: inset 3px 0 0 #baad7b;
    background: #fff;
}

.admin-feature-row:last-child {
    border-bottom: 0;
}

.admin-feature-row.is-disabled {
    box-shadow: inset 3px 0 0 #c6c9ca;
    background: #fafaf8;
}

.admin-feature-summary,
.admin-feature-name,
.admin-feature-status,
.admin-feature-actions,
.admin-feature-action {
    display: flex;
    align-items: center;
}

.admin-feature-summary {
    display: contents;
}

.admin-feature-name {
    gap: .45rem;
    min-width: 0;
    color: #2f4555;
    font-size: .78rem;
    font-weight: 700;
    line-height: 1.25;
}

.admin-feature-name > i {
    width: 1rem;
    color: #baad7b;
    text-align: center;
}

.admin-feature-row.is-disabled .admin-feature-name > i {
    color: #969c9f;
}

.admin-feature-status {
    gap: .35rem;
    padding: .24rem .4rem;
    border-radius: 999px;
    background: rgba(186, 173, 123, .17);
    color: #655d3d;
    font-size: .62rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.admin-feature-status i {
    color: #baad7b;
    font-size: .38rem;
}

.admin-feature-row.is-disabled .admin-feature-status {
    background: #e8e9e8;
    color: #6f777b;
}

.admin-feature-row.is-disabled .admin-feature-status i {
    color: #a9adaf;
}

.admin-feature-actions {
    grid-column: 1 / -1;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 0;
    min-width: 0;
    margin: .08rem -.15rem 0;
    padding-top: .3rem;
    border-top: 1px solid rgba(72, 97, 115, .12);
}

.admin-feature-action {
    justify-content: center;
    gap: .3rem;
    min-height: 0;
    padding: .2rem .42rem;
    border: 0;
    color: #486173;
    font-size: .67rem;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
    white-space: nowrap;
}

.admin-feature-action + .admin-feature-action {
    border-left: 1px solid rgba(72, 97, 115, .2);
}

.admin-feature-action:hover {
    background: rgba(72, 97, 115, .08);
    color: #2f4555;
    text-decoration: underline;
    text-underline-offset: 2px;
}

@media (max-width: 767.98px) {

    .admin-homepage-notice-heading {
        flex-direction: column;
    }

    .admin-homepage-notice-status {
        white-space: normal;
    }

    .admin-form-page,
    .admin-confirmation-page,
    .admin-history-page,
    .admin-login-page {
        padding: 42px 0;
    }

    .admin-form-page:not(.admin-overlijdens-form-page) .container > form,
    .admin-confirmation-card,
    .admin-login-card {
        padding: 1.25rem;
    }

    .admin-simple-form-section {
        padding: 1.1rem;
    }

    .admin-simple-form .admin-simple-form-submit {
        width: 100%;
    }

    .admin-generic-form-actions {
        align-items: stretch;
        flex-direction: column-reverse;
    }

    .admin-generic-form-cancel,
    .admin-generic-form-submit {
        min-width: 0;
        width: 100%;
    }

    .admin-entry-form-settings .admin-generic-form-actions {
        flex-direction: column;
    }

    .admin-entry-form-settings .admin-settings-save-status {
        flex: 0 0 auto;
        order: 0;
        width: 100%;
    }

    .admin-entry-form-settings .admin-generic-form-submit {
        order: 1;
    }

    .admin-entry-form-settings .admin-generic-form-cancel {
        order: 2;
    }

    .admin-history-page .admin-history-toolbar {
        align-items: flex-start;
        flex-direction: column;
        gap: 1rem;
    }

    .admin-history-page .admin-history-card-layout {
        grid-template-columns: 1fr;
    }

    .admin-history-page .admin-history-media,
    .admin-history-page .admin-history-photo {
        min-height: 240px;
        max-height: 320px;
    }

}

@media (max-width: 479.98px) {
    .admin-confirmation-actions {
        flex-direction: column-reverse;
    }

    .admin-confirmation-actions .btn,
    .admin-confirmation-cancel {
        width: 100%;
    }

    .admin-feature-action {
        padding-right: .32rem;
        padding-left: .32rem;
        font-size: .64rem;
    }

    .admin-feature-action i {
        display: none;
    }

    .admin-history-page .admin-history-card-header {
        flex-direction: column;
    }

    .admin-history-page .admin-history-record-actions .admin-history-action,
    .admin-history-page .admin-history-record-actions .admin-history-delete {
        flex: 1 1 calc(50% - .25rem);
    }
}

@media (prefers-reduced-motion: reduce) {
    .admin-homepage-notice-choice,
    .admin-homepage-notice-choice-box,
    .admin-homepage-notice-status,
    .admin-homepage-notice-fields,
    .admin-homepage-notice-expiry-date,
    .admin-settings-save-status {
        transition: none;
    }
}
