html {
  font-size: 14px;
  position: relative;
  min-height: 100%;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

:root {
    --accessible-focus-ring: 0 0 0 0.1rem #ffffff, 0 0 0 0.25rem #000000;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

header {
  flex-shrink: 0;
}


h2, h3 {
    font-family: "transducer-extended", sans-serif;
    font-weight: 600;
}
nav {
  flex-shrink: 0;
}

main {
  flex: 1;
  width: 100%;
  margin: 0;
  padding-top: 0;
}

footer {
  flex-shrink: 0;
}

.university-header {
    display: flex;
    align-items: center;
    justify-items: flex-start;
    margin-left: 0;
    min-width: 0;
    max-width: 100%;
}
.header-divider {
    border-left: 2.5px solid #005030;
    margin: 0 20px;
    height: 60px;
    vertical-align: middle;
    display: inline-block;
}

.navbar-brand {
    font-family: "proxima-sera", sans-serif;
    font-weight: 600;
    font-size: 2.5rem;
    color: #005030 !important;
/*    border-left: 6px solid #005030;*/
    padding-left: 5px;
    padding-bottom: 4px;
    min-width: 0;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
}
.navbar {
    background-image: linear-gradient(to right, rgb(255, 184, 28), rgb(164, 214, 94));
    margin-bottom: 0 !important;
}
.cpp-logobar-container {
    padding-left: 10px;
    padding-right: 10px;
}
.header-logo {
    max-width: 150px;
    margin-right: 15px;
    height: 50%;
    flex: 0 1 auto;
}

@media (max-width: 575.98px) {
    .cpp-logobar-container {
        padding-left: 8px;
        padding-right: 8px;
    }

    .header-logo {
        max-width: 112px;
        margin-right: 10px;
    }

    .header-divider {
        height: 48px;
        margin: 0 12px;
    }

    .navbar-brand {
        font-size: 2rem;
        line-height: 1.05;
    }
}

@media (max-width: 399.98px) {
    .header-logo {
        max-width: 92px;
        margin-right: 8px;
    }

    .header-divider {
        height: 42px;
        margin: 0 8px;
    }

    .navbar-brand {
        font-size: 1.55rem;
    }
}

.sticky-site-nav {
    margin-bottom: 0 !important;
}
/* Reduce main navigation height */
#horizontalnav {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    min-height: 0;
    height: auto;
    max-height: none;
    overflow: visible;
}
#horizontalnav .navbar-collapse,
#horizontalnav .nav,
#horizontalnav .nav-item {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
#horizontalnav .nav-link,
#horizontalnav .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: 0.25rem !important;
    line-height: 1.1 !important;
    color: #005030;
}
#horizontalnav .nav-link:focus,
#horizontalnav .nav-link:focus-visible,
#horizontalnav .dropdown-item:focus,
#horizontalnav .dropdown-item:focus-visible,
#site-menu-expand-button:focus,
#site-menu-expand-button:focus-visible {
    outline: 0;
    box-shadow: var(--accessible-focus-ring);
}
#horizontalnav .navbar-nav {
    flex-wrap: wrap;
}
@media (min-width: 768px) {
    #horizontalnav {
        --site-nav-height: 40px;
        height: var(--site-nav-height);
        min-height: var(--site-nav-height);
        align-items: flex-start;
    }

    #horizontalnav > .container-fluid,
    #horizontalnav .navbar-collapse {
        height: 100%;
        min-height: 0;
        align-items: flex-start;
    }

    #horizontalnav .navbar-nav {
        flex-wrap: nowrap;
    }
}
/* Mobile collapse should stack like a dropdown */
@media (max-width: 767.98px) {
    #horizontalnav {
        position: relative;
    }
    #horizontalnav .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 1000;
        background: #fff;
        border: 2px solid #A4D65E;
        border-top: 0;
        padding: 0.25rem 0;
        height: auto !important;
        max-height: none !important;
        overflow: visible;
    }
    #horizontalnav .navbar-collapse.show {
        display: block;
    }
    #horizontalnav .navbar-nav {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        height: auto !important;
        flex-wrap: nowrap;
    }
    #horizontalnav .nav-item,
    #horizontalnav .nav-link,
    #horizontalnav .dropdown-item {
        width: 100%;
        text-align: left;
        display: block;
        padding: 0.5rem 1rem !important;
        white-space: normal;
    }
    #horizontalnav .nav-item {
        flex: 0 0 auto;
    }
    #site-nav.nav-fill > .nav-item {
        flex: 0 0 auto;
    }
    #horizontalnav .navbar-collapse .nav-link:hover,
    #horizontalnav .navbar-collapse .nav-link:focus,
    #horizontalnav .navbar-collapse .dropdown-item:hover,
    #horizontalnav .navbar-collapse .dropdown-item:focus {
        background-color: #A4D65E;
        color: #fff;
    }
}
/* Dropdown alignment + styling (Academic Programs nav) */
#horizontalnav .nav-item.dropdown {
    position: relative !important;
}
#horizontalnav .dropdown-toggle-wrap {
    position: relative;
    display: inline-block;
}
#horizontalnav .cpp-dropdown-menu {
    position: absolute;
    top: 100%;
    left: calc(50% + 12px) !important;
    right: auto !important;
    transform: translateX(0%) !important;
    inset: auto auto auto 0 !important;
    border: 2px solid #A4D65E;
    border-radius: 0;
    margin-top: 0.25rem;
    padding: 0.25rem 0;
    min-width: 220px;
}
#horizontalnav .cpp-dropdown-menu .dropdown-item {
    color: #005030;
    /* Font family for dropdown items can be set here */
    /* font-family: "YOUR_FONT_FAMILY", sans-serif; */
}
#horizontalnav .cpp-dropdown-menu .dropdown-item:hover,
#horizontalnav .cpp-dropdown-menu .dropdown-item:focus {
    background-color: #A4D65E;
    color: #005030;
}

.text-center {
    background-color: rgb(0,80,48);
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.linework--mobile {
    height: auto;
    width: 100%;
}
.full-width-section {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
    margin-top: 0;
    margin-bottom: 0;
}

.description {
    font-size: 1.0rem;
    font-weight: 600;
    color: white;
}

.landing-description {
    max-width: 70rem;
    margin: 0 auto;
    padding-inline: 6px;
    text-align: center;
    line-height: 1.65;
}

.landing-description-link {
    color: #FFB81C;
    text-decoration-color: currentColor;
}

.landing-description-link:hover,
.landing-description-link:focus,
.landing-description-link:focus-visible {
    color: #FFB81C;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}
/*BUTTONS==========================================*/
.eco-btn {
    padding: 6px 12px;
    font-family: "transducer-extended", sans-serif;
    font-weight: 600;
    /* order:1px solid black; */
    background: rgb(164,214,94);
    color: rgb(0,80,48);
    /* border-radius:4px; */
    cursor: pointer;
    margin: 10px;
}
/*ECO buttons form Proposal */
.eco-btn:focus {
    outline: 2px solid #fff;
}
.eco-btn:hover,
.eco-btn:focus,
.eco-btn:focus-visible {
    /*background: #17424f; */ /* optional darker hover */
    background-image: linear-gradient(to right, rgb(255, 184, 28), rgb(164, 214, 94));
}


.login-button {
    border-left: 5px solid rgb(255, 184, 28);
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 2.5rem;
    font-weight: 300;
    font-family: "transducer-extended", sans-serif;
    color: white;
    background-color: rgb(0,80,48);
    background-image: linear-gradient(to right, rgb(255, 184, 28), rgb(164, 214, 94));
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10vh;
    margin-right: 0;
    margin-top: 16px;
    transition: background-size 0.35s ease, color 0.2s ease;
}

.login-button:focus {
    outline: 2px solid #fff;
}

.login-button:hover,
.login-button:focus,
.login-button:focus-visible {
    background-size: 100% 100%;
    color:black;
}


.eco-hidden {
    display: none;
}

/* Proposal Row Styling */
.proposal-row {
    cursor: pointer;
    transition: background-color 0.2s ease;
    line-height: 1.5;
    font-weight: 500;
}

table.table .proposal-row:hover,
table.table .proposal-row:focus,
table.table .proposal-row:focus-visible {
    background-color: #F0EAD6 !important;
}

table.table-user-hub .proposal-row:hover,
table.table-user-hub .proposal-row:focus,
table.table-user-hub .proposal-row:focus-visible {
    background-color: #A4D65E !important;
}

table.table-user-hub-followed-archived .proposal-row:hover,
table.table-user-hub-followed-archived .proposal-row:focus,
table.table-user-hub-followed-archived .proposal-row:focus-visible {
    background-color: #B8E3E5 !important;
}

/* Ensure all child cells inherit the background */
table.table .proposal-row:hover td,
table.table .proposal-row:focus td,
table.table .proposal-row:focus-visible td {
    background-color: inherit;
}

table.table-user-hub .proposal-row:hover td,
table.table-user-hub .proposal-row:focus td,
table.table-user-hub .proposal-row:focus-visible td {
    background-color: inherit;
}

@media (max-width: 767.98px) {
    #courseTable,
    #archiveTable,
    #followedTable,
    #followedArchivedTable {
        display: block;
        width: 100%;
        border-collapse: separate;
        border-spacing: 0;
    }

    #courseTable thead,
    #archiveTable thead,
    #followedTable thead,
    #followedArchivedTable thead {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
    }

    #courseTable tbody,
    #archiveTable tbody,
    #followedTable tbody,
    #followedArchivedTable tbody {
        display: grid;
        gap: 0.85rem;
    }

    #courseTable tr,
    #archiveTable tr,
    #followedTable tr,
    #followedArchivedTable tr {
        display: block;
        border: 1px solid #D3D0C8;
        border-left: 4px solid #005030;
        border-radius: 8px;
        overflow: hidden;
        background-color: #FFFFFF;
    }

    #followedArchivedTable tr {
        border-left-color: #00838A;
    }

    #courseTable td,
    #archiveTable td,
    #followedTable td,
    #followedArchivedTable td {
        display: grid;
        grid-template-columns: minmax(7.5rem, 38%) minmax(0, 1fr);
        gap: 0.75rem;
        align-items: start;
        width: 100%;
        border-bottom: 1px solid #E4E0D8;
        text-align: left;
        overflow-wrap: anywhere;
    }

    #courseTable td:last-child,
    #archiveTable td:last-child,
    #followedTable td:last-child,
    #followedArchivedTable td:last-child {
        border-bottom: 0;
    }

    #courseTable td::before,
    #archiveTable td::before,
    #followedTable td::before,
    #followedArchivedTable td::before {
        content: attr(data-label);
        color: #005030;
        font-weight: 700;
    }

    #courseTable .table-actions-column,
    #archiveTable .table-actions-column,
    #followedTable .table-actions-column,
    #followedArchivedTable .table-actions-column {
        width: 100%;
        text-align: left;
        white-space: normal;
    }
}

.days-remaining-cell {
    font-weight: 700;
    text-align: center;
}

.days-remaining-badge {
    display: inline-block;
    padding: 0.1rem 0.5rem;
    border-radius: 0.5rem;
    line-height: 1.2;
}

.days-remaining-badge--warning {
    background-color: #FFB81C;
    color: #000000;
}

.days-remaining-badge--critical {
    background-color: #b52b4c;
    color: #ffffff;
}

.days-remaining-badge--closed {
    background-color: #b52b4c;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 3.2rem;
    font-size: 0.72rem;
    letter-spacing: 0.02em;
    padding: 0.08rem 0.4rem;
    text-transform: uppercase;
}

.course-hub-shell {
    display: grid;
    grid-template-columns: minmax(0, 68%) minmax(280px, 32%);
    grid-template-areas:
        "filters filters"
        "main user";
    align-items: start;
    gap: 24px;
}

.course-hub-filters {
    grid-area: filters;
}

.course-hub-filters form {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px 16px;
    align-items: end;
    border-top: 4px solid #FFB81C;
    border-left: 4px solid #005030;
    background-color: #F2EEE8;
    border-radius: 8px;
    padding: 16px 18px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
}

.course-hub-filters .form-group {
    margin-bottom: 0;
    min-width: 0;
}

.course-hub-filters .form-group + .form-group {
    margin-top: 0;
}

.course-hub-main {
    grid-area: main;
    min-width: 0;
}

.course-hub-break-banner {
    margin-bottom: 0.75rem;
}

.course-hub-break-badge {
    font-family: "transducer-extended", sans-serif;
    font-weight: 600;
    color: #000000;
    background-color: #FF7500;
    border-radius: 999px;
    padding: 0.35rem 0.9rem;
    text-align: center;
    display: block;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 0.01em;
}

.course-hub-user {
    grid-area: user;
    border-left: 3px solid #A4D65E;
    padding-left: 24px;
}

.course-hub-page-title {
    font-size: 4rem;
    margin-top: 1rem;
}

/* User Hub*/
.user-hub-header {
    margin-bottom: 12px;
}

.user-hub-greeting {
    color: #005030;
    margin-bottom: 6px;
}

.user-hub-greeting-name {
    color: #000000;
}

.user-hub-title {
    color: #005030;
    font-weight: 600;
    margin-bottom: 12px;
}
/* Admin Hub*/
.admin-hub-panel {
    border: 1px solid #005030;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 14px;
    background-color: #F7F4EE;
}

.admin-hub-panel-bar {
    background-color: #000000;
    color: #F2EEE8;
    font-family: "transducer-extended", sans-serif;
    font-size: 0.9rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.55rem 0.75rem;
}

.admin-hub-panel-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.admin-hub-panel-item {
    color: #005030;
    font-weight: 600;
    padding: 0.65rem 0.85rem;
    border-top: 1px solid #D3D0C8;
    transition: background-color 0.15s ease-in-out;
}

.admin-hub-panel-link {
    color: inherit;
    display: block;
    text-decoration: none;
}

.admin-hub-panel-form {
    margin: 0;
}

.admin-hub-panel-button {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    display: block;
    font: inherit;
    padding: 0;
    text-align: left;
    width: 100%;
}

.admin-hub-panel-link:focus-visible {
    outline: 2px solid #005030;
    outline-offset: -2px;
}

.admin-hub-panel-button:focus-visible {
    outline: 2px solid #005030;
    outline-offset: -2px;
}

.admin-hub-panel-button:disabled {
    cursor: wait;
    opacity: 0.65;
}

.admin-hub-panel-item:hover,
.admin-hub-panel-item:focus-within {
    background-color: #FFFFFF;
}
/* GE Panel*/
.ge-hub-panel-bar {
    background-color: #b52b4c;
}


body.admin-digest-dialog-open {
    overflow: hidden;
}

.admin-digest-dialog-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1050;
    background-color: rgba(0, 0, 0, 0.55);
}

.admin-digest-dialog {
    position: fixed;
    inset: 0;
    z-index: 1060;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.admin-digest-dialog-panel {
    width: min(100%, 480px);
    padding: 1.25rem;
    border: 1px solid #005030;
    border-top: 6px solid #005030;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
    color: #000000;
}

.admin-ge-digest-preview-panel {
    width: min(100%, 680px);
}

.admin-ge-digest-recipient-list {
    max-height: min(50vh, 420px);
    margin: 1rem 0 0;
    padding-left: 1.5rem;
    overflow-y: auto;
    overflow-wrap: anywhere;
}

.admin-ge-digest-recipient-list li + li {
    margin-top: 0.45rem;
}

.admin-ge-digest-preview-title {
    margin: 1.25rem 0 0.35rem;
    color: #005030;
    font-size: 1.05rem;
}

.admin-digest-dialog-title {
    margin: 0 0 0.75rem;
    color: #005030;
    font-size: 1.35rem;
}

.admin-digest-dialog-message {
    margin: 0;
    color: #000000;
    line-height: 1.5;
}

.admin-digest-dialog-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.65rem;
    margin-top: 1.25rem;
}

.admin-digest-dialog-button {
    min-height: 44px;
    padding: 0.55rem 0.9rem;
    border: 2px solid #005030;
    border-radius: 6px;
    font-weight: 700;
    cursor: pointer;
}

.admin-digest-dialog-button--primary {
    background-color: #005030;
    color: #FFFFFF;
}

.admin-digest-dialog-button--secondary {
    background-color: #FFFFFF;
    color: #005030;
}

.admin-digest-dialog-button:focus-visible {
    outline: 3px solid #FFB81C;
    outline-offset: 2px;
}

.admin-digest-dialog-button:disabled {
    cursor: wait;
    opacity: 0.7;
}

.course-hub-status {
    margin-bottom: 12px;
}

.admin-digest-status {
    margin-top: 0.65rem;
    margin-bottom: 0;
}

.course-hub-help {
    margin-top: 18px;
    padding: 0.9rem 1rem;
    border: 1px solid #D3D0C8;
    background-color: #F7F4EE;
}

.followed-archived-title {
    margin-top: 1.25rem;
}

.followed-unfollow-token-form {
    display: none;
}

.followed-action-status {
    margin: 0 0 0.75rem;
    color: #005030;
    font-weight: 700;
}

.followed-action-status--error {
    color: #b52b4c;
}

.table-actions-column {
    width: 1%;
    text-align: center;
    white-space: nowrap;
}

.row-close-button {
    display: inline-flex;
    width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid #b52b4c;
    border-radius: 6px;
    background-color: #b52b4c;
    color: #FFFFFF;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
}

.row-close-button:hover,
.row-close-button:focus {
    border-color: #1F1F1F;
    background-color: #1F1F1F;
    color: #FFFFFF;
}

.row-close-button:focus-visible {
    outline: 3px solid #FFB81C;
    outline-offset: 2px;
}

.row-close-button:disabled {
    cursor: wait;
    opacity: 0.65;
}

.follow-archive-table-title {
    font-size: 1.15rem;
}
.course-hub-help-copy {
    color: #000000;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 0;
}

.course-hub-archive-btn,
.archive-back-btn {
    display: inline-block;
    width: 100%;
    margin-top: 14px;
    padding: 0.7rem 0.9rem;
    border: 2px solid #00838A;
    background-color: #00838A;
    color: #FFFFFF;
    font-family: "transducer-extended", sans-serif;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}

.course-hub-archive-btn:hover,
.course-hub-archive-btn:focus,
.course-hub-archive-btn:focus-visible,
.archive-back-btn:hover,
.archive-back-btn:focus,
.archive-back-btn:focus-visible {
    background-color: #005030;
    border-color: #005030;
    color: #FFFFFF;
}

.course-hub-archive-btn:focus-visible,
.archive-back-btn:focus-visible {
    outline: 3px solid #FFB81C;
    outline-offset: 2px;
}

.archive-page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.archive-page-header .course-hub-page-title {
    margin-bottom: 0;
}

.archive-page-greeting {
    color: #005030;
    font-weight: 700;
    margin-bottom: 0;
}

.archive-page-greeting span {
    color: #000000;
}

.archive-back-btn {
    flex: 0 0 auto;
    width: auto;
    margin-top: 1rem;
}

.archive-approval-filter {
    border-top: 4px solid #00838A;
    border-left: 4px solid #005030;
    background-color: #F2EEE8;
    border-radius: 8px;
    padding: 16px 18px;
    margin-bottom: 16px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
}

.archive-approval-filter .form-group {
    margin-bottom: 0;
}

.archive-filters {
    margin-bottom: 20px;
}

.archive-table {
    margin-bottom: 2rem;
}

.admin-breaks-page {
    max-width: 980px;
}

.admin-breaks-greeting {
    color: #005030;
    margin-bottom: 1rem;
}

.admin-breaks-greeting-name {
    color: #000000;
    font-weight: 600;
}

.admin-breaks-alert {
    border-left: 4px solid #005030;
}

.admin-breaks-card,
.admin-breaks-list {
    background-color: #F7F4EE;
    border-top: 4px solid #FFB81C;
    border-left: 4px solid #005030;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
    padding: 1rem 1.25rem;
    margin-bottom: 1.25rem;
}

.admin-breaks-card-title {
    color: #005030;
    font-family: "transducer-extended", sans-serif;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.admin-breaks-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.admin-breaks-card-header .admin-breaks-card-title {
    margin-bottom: 0;
}

.admin-breaks-action-btn {
    padding: 12px 24px;
    font-family: "transducer-extended", sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    background: #FFB81C;
    color: #000000;
    border: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 1.2;
}

.admin-breaks-action-btn:focus,
.admin-breaks-action-btn:focus-visible {
    outline: 2px solid #000000;
    outline-offset: 0;
}

.admin-breaks-action-btn:hover,
.admin-breaks-action-btn:focus,
.admin-breaks-action-btn:focus-visible {
    background-image: linear-gradient(to right, rgb(255, 184, 28), rgb(164, 214, 94));
    color: #000000;
}

.admin-breaks-action-btn--submit {
    background: #000000;
    color: #FFFFFF;
}

.admin-breaks-action-btn--submit:hover,
.admin-breaks-action-btn--submit:focus,
.admin-breaks-action-btn--submit:focus-visible {
    background: #1F1F1F;
    background-image: none;
    color: #FFFFFF;
}

.admin-breaks-action-btn:disabled,
.admin-breaks-action-btn--submit:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.admin-breaks-label {
    color: #005030;
    font-weight: 600;
}

.admin-breaks-form-grid {
    display: grid;
    gap: 0.9rem;
}

.admin-breaks-date-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.admin-breaks-preview {
    margin-top: 0.6rem;
    padding: 0.75rem 0.9rem;
    border: 1px solid #D3D0C8;
    border-radius: 6px;
    background-color: #FFFFFF;
}

.admin-breaks-preview p {
    margin-bottom: 0.25rem;
}

.admin-breaks-actions {
    margin-top: 1rem;
    display: flex;
    gap: 0.5rem;
    align-items: center;
    justify-content: flex-start;
}

.admin-breaks-inline-error {
    margin-top: 0.5rem;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .course-hub-shell {
        grid-template-columns: 1fr;
        grid-template-areas:
            "user"
            "filters"
            "main";
        gap: 18px;
    }

    .course-hub-user {
        border-left: none;
        border-bottom: 3px solid #A4D65E;
        padding-left: 0;
        padding-bottom: 16px;
        width: 100%;
    }

    .course-hub-filters form {
        grid-template-columns: 1fr;
        border-left-width: 0;
        border-bottom: 4px solid #005030;
    }

    .archive-page-header {
        flex-direction: column;
        align-items: stretch;
    }

    .archive-back-btn {
        width: 100%;
    }

    .admin-breaks-date-row {
        grid-template-columns: 1fr;
    }

    .admin-breaks-card-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .admin-breaks-action-btn {
        width: 100%;
    }

    .admin-breaks-actions {
        flex-wrap: wrap;
    }
}



.footer {
    border-top: 5px solid transparent; /* */
    border-left: 0; /* Ensures only top border is visible */
    border-right: 0;
    border-bottom: 0;
    padding: 30px; /* Optional: adds space inside the box */
    border-image-source: linear-gradient(to right, rgb(255, 184, 28), rgb(164, 214, 94));
    border-image-slice: 1;
    position: relative;
    min-height: 115px;
}

.footer-logo {
    max-width: 170px;
    margin-bottom: 10px;
    margin-left: 15px;
}

.footer-links {
    position: absolute;
    right: 30px;
    bottom: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.35rem 0.75rem;
    text-align: right;
}

.cpp-footer-links {
    color: #FFB81C;
    font-weight: 200;
    margin: 0;
    white-space: normal;
}

@media (max-width: 767.98px) {
    .footer {
        padding: 24px 20px;
        min-height: 0;
    }

    .footer > .container {
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 0;
    }

    .footer-links {
        position: static;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-end;
        text-align: right;
    }
}

.color-cppgreen {
    color: #005030 !important;
}

.color-eggshell {
    color: #F2EEE8 !important;
}
.color-white {
    color: #FFFFFF !important;
}
.bg-cppgreen {
    background-color: #005030 !important;
}

.bg-cppblue {
    background-color: #00838A !important;
}

.bg-cpprose {
    background-color: #b52b4c !important;
}
.entity-dropdown {
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    border-color: #FFB81C;
}

.entity-dropdown:focus {
    border-color: #FFB81C;
    box-shadow: var(--accessible-focus-ring);
}

.entity-dropdown:focus-visible {
    border-color: #FFB81C;
    box-shadow: var(--accessible-focus-ring);
}

.entity-filter-label {
    font-family: "transducer-extended", sans-serif;
    font-size: 1rem;
    margin-bottom: 0.35rem;
}

form[method="get"] {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 2rem;
}

.landing-environment-diagnostic {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem 1.25rem;
    margin: 0.75rem auto 1.5rem;
    padding: 0 1rem;
    color: #000000;
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
}

.error-page-message {
    max-width: 48rem;
    margin: 2rem auto;
    text-align: center;
}

.error-page-title {
    color: #dc3545;
    font-family: "transducer-extended", sans-serif;
    font-size: 2.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.error-page-copy {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 0;
}
