:root {
    --admin-primary: #08705f;
    --admin-primary-dark: #03483f;
    --admin-primary-soft: #e9f5f2;
    --admin-bg: #f5f8f7;
    --admin-surface: #ffffff;
    --admin-ink: #18332e;
    --admin-muted: #6f827d;
    --admin-line: #dce7e4;
    --admin-danger: #b84949;
    --admin-danger-soft: #fff0ef;
}

body.admin-route {
    background: var(--admin-bg);
    color: var(--admin-ink);
}

.admin-route .admin-route-bar {
    width: min(1160px, calc(100% - 40px));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 22px auto 0;
}

.admin-route .admin-route-bar a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--admin-primary);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.admin-route .admin-route-bar span {
    color: #8a9a96;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.admin-route .services {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(118deg, var(--admin-primary-dark), #076657);
    margin: 0;
    padding: 34px 0 38px;
}

.admin-route .services::after {
    content: "";
    position: absolute;
    right: 7%;
    top: -190px;
    width: 330px;
    height: 330px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 50%;
    box-shadow: 0 0 0 60px rgba(255,255,255,.025);
}

.admin-route .services .section-heading {
    position: relative;
    z-index: 1;
    text-align: left;
    margin: 0 !important;
}

.admin-route .services .section-heading::before {
    content: "ADMIN WORKSPACE";
    display: block;
    color: #8ed3c1;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.7px;
    margin-bottom: 7px;
}

.admin-route .services .section-heading h4 {
    color: #fff;
    font-size: clamp(27px, 3vw, 36px);
    line-height: 1.15;
    margin: 0;
    text-transform: capitalize;
}

.admin-route .services .section-heading em {
    color: #9ddacb;
    font-style: normal;
}

.admin-route > hr,
.admin-route .services + hr {
    display: none;
}

.admin-route > p,
.admin-route > h1,
.admin-route > h2,
.admin-route > h3,
.admin-route > h4,
.admin-route > dl,
.admin-route > table,
.admin-route > .table,
.admin-route > .row,
.admin-route > form {
    width: min(1160px, calc(100% - 40px));
    margin-left: auto;
    margin-right: auto;
}

.admin-route > p:first-of-type {
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
    margin-bottom: 14px;
}

.admin-route > p:first-of-type > a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    color: #fff;
    background: var(--admin-primary);
    border-radius: 9px;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 7px 16px rgba(8,112,95,.16);
}

.admin-route .table {
    width: min(1160px, calc(100% - 40px)) !important;
    display: table;
    overflow: hidden;
    color: var(--admin-ink);
    background: var(--admin-surface);
    border: 1px solid var(--admin-line);
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(24,51,46,.05);
    margin: 24px auto 60px !important;
}

.admin-route .table thead {
    background: #eff6f4;
}

.admin-route .table th {
    color: #49615b;
    border: 0;
    border-bottom: 1px solid var(--admin-line);
    padding: 13px 15px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .8px;
    text-transform: uppercase;
    vertical-align: middle;
}

.admin-route .table td {
    color: #425853;
    border: 0;
    border-bottom: 1px solid #e9f0ee;
    padding: 13px 15px;
    font-size: 12px;
    line-height: 1.5;
    vertical-align: middle;
}

.admin-route .table tbody tr:last-child td {
    border-bottom: 0;
}

.admin-route .table tbody tr {
    transition: background .18s;
}

.admin-route .table tbody tr:hover {
    background: #fbfdfc;
}

.admin-route .table img {
    width: 52px !important;
    height: 52px !important;
    object-fit: cover;
    border-radius: 9px !important;
}

.admin-route .table td:last-child {
    min-width: 170px;
    white-space: nowrap;
}

.admin-route .table a {
    display: inline-flex;
    align-items: center;
    min-height: 31px;
    color: var(--admin-primary);
    background: var(--admin-primary-soft);
    border-radius: 7px;
    padding: 0 9px;
    font-size: 10px;
    font-weight: 800;
    text-decoration: none;
    margin: 2px;
}

.admin-route .table a:hover {
    color: #fff;
    background: var(--admin-primary);
}

.admin-route .table a[href*="Delete"] {
    color: var(--admin-danger);
    background: var(--admin-danger-soft);
}

.admin-route .table a[href*="Delete"]:hover {
    color: #fff;
    background: var(--admin-danger);
}

.admin-route .row[style*="justify-content:center"] {
    width: min(760px, calc(100% - 40px));
    display: block !important;
    background: var(--admin-surface);
    border: 1px solid var(--admin-line);
    border-radius: 15px;
    box-shadow: 0 12px 35px rgba(24,51,46,.055);
    margin: 28px auto 65px !important;
    padding: 26px;
}

.admin-route .row[style*="justify-content:center"] > [class*="col-"] {
    width: 100%;
    max-width: none;
    flex: none;
    padding: 0;
}

.admin-route form .form-group {
    margin-bottom: 15px;
}

.admin-route form .control-label,
.admin-route form > label,
.admin-route fieldset > label {
    display: block;
    color: #334b46;
    font-size: 11px;
    font-weight: 800;
    margin-bottom: 6px;
}

.admin-route form .form-control,
.admin-route form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="hidden"]),
.admin-route form textarea,
.admin-route form select {
    width: 100%;
    min-height: 43px;
    color: var(--admin-ink);
    background: #fbfcfc;
    border: 1px solid #d7e2df;
    border-radius: 9px;
    box-shadow: none;
    font-size: 12px;
    padding: 9px 11px;
}

.admin-route form textarea.form-control,
.admin-route form textarea {
    min-height: 100px;
    resize: vertical;
}

.admin-route form .form-control:focus,
.admin-route form input:focus,
.admin-route form textarea:focus,
.admin-route form select:focus {
    background: #fff;
    border-color: #559e90;
    box-shadow: 0 0 0 3px rgba(8,112,95,.09);
    outline: 0;
}

.admin-route form input[type="file"] {
    padding: 6px !important;
}

.admin-route form input[type="file"]::file-selector-button {
    height: 29px;
    color: var(--admin-primary);
    background: var(--admin-primary-soft);
    border: 0;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 800;
    margin-right: 10px;
    padding: 0 11px;
}

.admin-route form input[type="submit"],
.admin-route form button[type="submit"],
.admin-route .btn-primary {
    min-height: 41px;
    color: #fff;
    background: var(--admin-primary);
    border: 0;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 800;
    padding: 0 18px;
    box-shadow: 0 7px 16px rgba(8,112,95,.14);
}

.admin-route form input[type="submit"]:hover,
.admin-route form button[type="submit"]:hover,
.admin-route .btn-primary:hover {
    background: var(--admin-primary-dark);
}

.admin-route form + a,
.admin-route form > a,
.admin-route .row[style*="justify-content:center"] a {
    display: inline-flex;
    align-items: center;
    color: var(--admin-primary);
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
    margin-top: 8px;
}

.admin-route .form-check {
    min-height: 39px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f8faf9;
    border: 1px solid #e1e9e7;
    border-radius: 8px;
    padding: 8px 10px;
    margin-bottom: 7px;
}

.admin-route .form-check-input {
    accent-color: var(--admin-primary);
    margin: 0;
}

.admin-route .form-check-label {
    color: #50645f;
    font-size: 11px;
    font-weight: 700;
    margin: 0;
}

.admin-route .text-danger {
    display: block;
    color: var(--admin-danger) !important;
    font-size: 10px;
    margin-top: 4px;
}

.admin-route dl.row,
.admin-route > dl {
    width: min(760px, calc(100% - 40px));
    display: grid;
    grid-template-columns: minmax(140px, .35fr) 1fr;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--admin-line);
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(24,51,46,.05);
    margin: 26px auto 24px;
    padding: 8px 20px;
}

.admin-route dl dt,
.admin-route dl dd {
    width: auto;
    max-width: none;
    border-bottom: 1px solid #e9f0ee;
    padding: 13px 0;
    margin: 0;
    font-size: 12px;
}

.admin-route dl dt {
    color: #637771;
    font-weight: 800;
}

.admin-route dl dd {
    color: var(--admin-ink);
}

.admin-route dl dt:last-of-type,
.admin-route dl dd:last-of-type {
    border-bottom: 0;
}

.admin-route > div > h1,
.admin-route > div > h2,
.admin-route > h1,
.admin-route > h2,
.admin-route > h3 {
    color: var(--admin-ink);
}

.admin-route .contact-us.our-office {
    margin: 24px 0 60px !important;
}

.admin-route .contact-us.our-office .left-info {
    background: #fff;
    border: 1px solid var(--admin-line);
    border-radius: 13px;
    box-shadow: 0 8px 24px rgba(24,51,46,.05) !important;
    margin-bottom: 14px;
    padding: 20px !important;
}

.admin-route .contact-us.our-office .left-info h4 {
    color: var(--admin-ink);
    font-size: 16px;
    text-align: left;
}

.admin-route .contact-us.our-office .description {
    color: #526762;
    font-size: 12px;
    line-height: 1.7;
}

.admin-route .contact-us.our-office hr {
    border-color: #e8efed;
}

.admin-route .contact-us.our-office .author-info p {
    color: #81918d;
    font-size: 10px;
    margin: 0;
}

.admin-route .admin-delete-shell {
    width: min(680px, calc(100% - 40px));
    background: #fff;
    border: 1px solid #f0d6d4;
    border-radius: 14px;
    margin: 28px auto 60px;
    padding: 25px;
}

@media (max-width: 767px) {
    .admin-route .admin-route-bar {
        width: calc(100% - 28px);
    }

    .admin-route .services {
        padding: 29px 0 31px;
    }

    .admin-route > p,
    .admin-route > h1,
    .admin-route > h2,
    .admin-route > h3,
    .admin-route > h4,
    .admin-route > dl,
    .admin-route > table,
    .admin-route > .table,
    .admin-route > .row,
    .admin-route > form {
        width: calc(100% - 28px);
    }

    .admin-route .table {
        width: calc(100% - 28px) !important;
        display: block;
        overflow-x: auto;
        border-radius: 11px;
    }

    .admin-route .table thead {
        display: table-header-group !important;
    }

    .admin-route .table tbody {
        display: table-row-group !important;
    }

    .admin-route .table tr {
        display: table-row !important;
        border: 0 !important;
    }

    .admin-route .table th,
    .admin-route .table td {
        display: table-cell !important;
        width: auto !important;
        min-width: 120px;
        white-space: normal;
    }

    .admin-route .table td::before {
        display: none !important;
    }

    .admin-route .row[style*="justify-content:center"] {
        width: calc(100% - 28px);
        padding: 19px;
    }

    .admin-route dl.row,
    .admin-route > dl {
        width: calc(100% - 28px);
        grid-template-columns: 1fr;
    }

    .admin-route dl dt {
        border-bottom: 0;
        padding-bottom: 2px;
    }

    .admin-route dl dd {
        padding-top: 3px;
    }
}
/* Compact create/edit editor pattern */
.admin-route .services {
    padding-top: 27px;
    padding-bottom: 30px;
}

.admin-route .services .section-heading h4 {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 8px;
    color: #fff !important;
    font-size: clamp(26px, 3vw, 34px) !important;
    line-height: 1.15;
}

.admin-route .services .section-heading h4 em {
    color: #9ddacb !important;
    -webkit-text-fill-color: #9ddacb;
}

.admin-route .row[style*="justify-content:center"] {
    width: min(900px, calc(100% - 40px));
    margin-top: 24px !important;
    padding: 0;
}

.admin-route .row[style*="justify-content:center"] form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 18px;
    padding: 23px 25px 20px;
}

.admin-route .row[style*="justify-content:center"] form::before {
    content: "Information";
    grid-column: 1 / -1;
    color: var(--admin-ink);
    border-bottom: 1px solid var(--admin-line);
    padding-bottom: 15px;
    margin-bottom: 1px;
    font-size: 16px;
    font-weight: 800;
}

.admin-route .row[style*="justify-content:center"] form > .text-danger:first-child {
    grid-column: 1 / -1;
}

.admin-route .row[style*="justify-content:center"] form .form-group {
    min-width: 0;
    margin: 0 !important;
}

.admin-route .row[style*="justify-content:center"] form .form-group:has(textarea),
.admin-route .row[style*="justify-content:center"] form .form-group:has(input[type="file"]),
.admin-route .row[style*="justify-content:center"] form .form-group.form-check {
    grid-column: 1 / -1;
}

.admin-route .row[style*="justify-content:center"] form textarea.form-control,
.admin-route .row[style*="justify-content:center"] form textarea {
    min-height: 88px;
}

.admin-route .row[style*="justify-content:center"] form .form-group.form-check {
    min-height: 43px;
    display: flex;
    align-items: center;
    background: #f7faf9;
    border: 1px solid #e0e9e7;
    border-radius: 9px;
    padding: 9px 12px;
}

.admin-route .row[style*="justify-content:center"] form .form-group.form-check label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #425853;
    font-size: 11px;
    font-weight: 800;
    margin: 0;
}

.admin-route .row[style*="justify-content:center"] form .form-group:has(input[type="submit"]),
.admin-route .row[style*="justify-content:center"] form .form-group:has(button[type="submit"]) {
    grid-column: 1 / -1;
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid var(--admin-line);
    padding-top: 15px;
    margin-top: 2px !important;
}

.admin-route .row[style*="justify-content:center"] form > a {
    grid-column: 1 / -1;
    grid-row: auto;
    width: max-content;
    margin: -50px 0 0 !important;
    align-self: center;
}

.admin-route .row[style*="justify-content:center"] > [class*="col-"] > a {
    display: inline-flex;
    color: var(--admin-primary);
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
    margin: 0 25px 20px;
}

.admin-route label[for="StartDate"],
.admin-route label[for="EndDate"],
.admin-route label[for="ImageFile"] {
    font-size: 0 !important;
}

.admin-route label[for="StartDate"]::before {
    content: "Start date";
    font-size: 11px;
}

.admin-route label[for="EndDate"]::before {
    content: "End date";
    font-size: 11px;
}

.admin-route label[for="ImageFile"]::before {
    content: "Image";
    font-size: 11px;
}

@media (max-width: 680px) {
    .admin-route .row[style*="justify-content:center"] {
        width: calc(100% - 28px);
    }

    .admin-route .row[style*="justify-content:center"] form {
        grid-template-columns: 1fr;
        padding: 19px;
    }

    .admin-route .row[style*="justify-content:center"] form::before,
    .admin-route .row[style*="justify-content:center"] form > .text-danger:first-child,
    .admin-route .row[style*="justify-content:center"] form .form-group:has(textarea),
    .admin-route .row[style*="justify-content:center"] form .form-group:has(input[type="file"]),
    .admin-route .row[style*="justify-content:center"] form .form-group.form-check,
    .admin-route .row[style*="justify-content:center"] form .form-group:has(input[type="submit"]),
    .admin-route .row[style*="justify-content:center"] form .form-group:has(button[type="submit"]),
    .admin-route .row[style*="justify-content:center"] form > a {
        grid-column: auto;
    }

    .admin-route .row[style*="justify-content:center"] form > a {
        margin: 0 !important;
        grid-row: auto;
    }

    .admin-route .row[style*="justify-content:center"] form .form-group:has(input[type="submit"]),
    .admin-route .row[style*="justify-content:center"] form .form-group:has(button[type="submit"]) {
        justify-content: stretch;
    }

    .admin-route .row[style*="justify-content:center"] form input[type="submit"],
    .admin-route .row[style*="justify-content:center"] form button[type="submit"] {
        width: 100%;
    }
}
/* Prevent half-empty rows and replace native file controls */
.admin-route .row[style*="justify-content:center"] form .form-group:has(+ .form-group textarea),
.admin-route .row[style*="justify-content:center"] form .form-group:has(+ .form-group input[type="file"]),
.admin-route .row[style*="justify-content:center"] form .form-group:has(+ .form-group.form-check) {
    grid-column: 1 / -1;
}

.admin-route .admin-file-input {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    min-height: 0 !important;
    opacity: 0 !important;
    overflow: hidden;
    pointer-events: none;
    padding: 0 !important;
}

.admin-route .admin-file-picker {
    width: 100%;
    min-height: 66px;
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    color: var(--admin-ink);
    background: #f9fbfa;
    border: 1px dashed #b9d1cb;
    border-radius: 10px;
    padding: 10px 12px;
    margin: 0 !important;
    cursor: pointer;
    transition: border-color .2s, background .2s, box-shadow .2s;
}

.admin-route .admin-file-picker:hover,
.admin-route .admin-file-picker:focus-within {
    background: #f2f8f6;
    border-color: #65aa9c;
    box-shadow: 0 0 0 3px rgba(8,112,95,.07);
}

.admin-route .admin-file-picker__icon {
    width: 41px;
    height: 41px;
    display: grid;
    place-items: center;
    color: var(--admin-primary);
    background: var(--admin-primary-soft);
    border-radius: 9px;
    font-size: 16px;
}

.admin-route .admin-file-picker__copy {
    min-width: 0;
}

.admin-route .admin-file-picker__copy strong,
.admin-route .admin-file-picker__copy small {
    display: block;
}

.admin-route .admin-file-picker__copy strong {
    color: #314944;
    font-size: 11px;
    margin-bottom: 3px;
}

.admin-route .admin-file-picker__copy small {
    overflow: hidden;
    color: #849590;
    font-size: 10px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-route .admin-file-picker__action {
    color: var(--admin-primary);
    background: var(--admin-primary-soft);
    border-radius: 7px;
    padding: 8px 12px;
    font-size: 10px;
    font-weight: 800;
}

.admin-route .admin-file-picker.has-file {
    background: #f1f8f5;
    border-style: solid;
    border-color: #80bcaf;
}

.admin-route .admin-file-picker.has-file .admin-file-picker__icon {
    color: #fff;
    background: var(--admin-primary);
}

.admin-route label[for="CreatedAt"] {
    font-size: 0 !important;
}

.admin-route label[for="CreatedAt"]::before {
    content: "Created at";
    font-size: 11px;
}

@media (max-width: 480px) {
    .admin-route .admin-file-picker {
        grid-template-columns: 38px minmax(0, 1fr);
    }

    .admin-route .admin-file-picker__action {
        grid-column: 1 / -1;
        text-align: center;
    }
}
/* Dedicated administration navigation */
body.admin-route > .global-nav {
    display: none !important;
}

body.admin-route .inner-fabs,
body.admin-route #fab1 {
    display: none !important;
}

.admin-shell-header {
    position: relative;
    z-index: 100;
    color: #fff;
    background: #063f37;
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.admin-shell-header__inner {
    width: min(1160px, calc(100% - 40px));
    min-height: 70px;
    display: flex;
    align-items: center;
    gap: 28px;
    margin: 0 auto;
}

.admin-shell-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: none;
    color: #fff;
    text-decoration: none;
}

.admin-shell-brand:hover {
    color: #fff;
}

.admin-shell-brand > span {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    color: #a2d9cc;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 10px;
    font-size: 16px;
}

.admin-shell-brand strong,
.admin-shell-brand small {
    display: block;
}

.admin-shell-brand strong {
    color: #fff;
    font-size: 13px;
    line-height: 1.2;
}

.admin-shell-brand small {
    color: #8fc7bb;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    margin-top: 3px;
}

.admin-shell-links {
    display: flex;
    align-items: center;
    gap: 4px;
    flex: 1;
}

.admin-shell-links a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 38px;
    color: rgba(255,255,255,.7);
    border-radius: 8px;
    padding: 0 11px;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    transition: color .2s, background .2s;
}

.admin-shell-links a i {
    color: #7dbbae;
    font-size: 11px;
}

.admin-shell-links a:hover {
    color: #fff;
    background: rgba(255,255,255,.08);
}

.admin-shell-actions {
    display: flex;
    align-items: center;
    gap: 7px;
    flex: none;
}

.admin-shell-actions a {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #d8ebe7;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 8px;
    padding: 0 11px;
    font-size: 10px;
    font-weight: 800;
    text-decoration: none;
}

.admin-shell-actions a:hover {
    color: #fff;
    background: rgba(255,255,255,.08);
}

.admin-shell-actions .admin-shell-logout {
    color: #ffd9d5;
    border-color: rgba(255,190,184,.2);
}

.admin-route .admin-route-bar {
    width: 100%;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #7c8e89;
    background: #fff;
    border-bottom: 1px solid var(--admin-line);
    padding: 0 max(24px, calc((100% - 1160px) / 2));
    margin: 0;
}

.admin-route .admin-route-bar a {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #526a64;
    background: #f1f6f4;
    border-radius: 7px;
    padding: 0 10px;
    font-size: 10px;
    font-weight: 800;
}

.admin-route .admin-route-bar a:hover {
    color: #fff;
    background: var(--admin-primary);
}

.admin-route .admin-route-bar > span {
    color: #82938f;
    background: transparent;
    font-size: 9px;
    letter-spacing: 1.1px;
}

@media (max-width: 900px) {
    .admin-shell-header__inner {
        width: calc(100% - 28px);
        min-height: auto;
        flex-wrap: wrap;
        gap: 10px 16px;
        padding: 12px 0;
    }

    .admin-shell-brand {
        flex: 1;
    }

    .admin-shell-links {
        order: 3;
        width: 100%;
        overflow-x: auto;
        flex-basis: 100%;
        padding-bottom: 2px;
    }

    .admin-shell-links a {
        flex: none;
    }

    .admin-shell-actions a span {
        display: none;
    }

    .admin-shell-actions a {
        width: 35px;
        justify-content: center;
        padding: 0;
    }
}

@media (max-width: 560px) {
    .admin-shell-brand strong {
        font-size: 11px;
    }

    .admin-shell-brand small {
        font-size: 8px;
    }

    .admin-route .admin-route-bar {
        min-height: 40px;
        padding: 0 14px;
    }

    .admin-route .admin-route-bar > span {
        max-width: 48%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
/* Simplified admin chrome: one header, no duplicate bars */
.admin-route .admin-route-bar {
    display: none !important;
}

.admin-route .services {
    color: var(--admin-ink);
    background: var(--admin-bg) !important;
    border-bottom: 1px solid var(--admin-line);
    padding: 30px 0 22px;
}

.admin-route .services::after {
    display: none;
}

.admin-route .services .section-heading::before {
    color: var(--admin-primary);
}

.admin-route .services .section-heading h4 {
    color: var(--admin-ink) !important;
    font-size: clamp(25px, 3vw, 34px) !important;
}

.admin-route .services .section-heading h4 em {
    color: var(--admin-primary) !important;
    -webkit-text-fill-color: var(--admin-primary);
}

.admin-route .services + .row[style*="justify-content:center"],
.admin-route .services + hr + .row[style*="justify-content:center"] {
    margin-top: 20px !important;
}

/* Keep the field label outside the custom picker */
.admin-route label.admin-file-picker {
    font-size: 11px !important;
}

.admin-route label.admin-file-picker::before {
    content: none !important;
    display: none !important;
}

.admin-route .admin-file-picker {
    grid-template-columns: 42px minmax(0, 1fr) auto !important;
}

.admin-route .admin-file-picker__action {
    grid-column: auto !important;
    text-align: center;
}

@media (max-width: 480px) {
    .admin-route .admin-file-picker {
        grid-template-columns: 38px minmax(0, 1fr) !important;
    }

    .admin-route .admin-file-picker__action {
        grid-column: 1 / -1 !important;
    }
}
/* Consistent secondary form action */
.admin-route .row[style*="justify-content:center"] form > a,
.admin-route .row[style*="justify-content:center"] > [class*="col-"] > a {
    min-height: 40px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: max-content;
    color: #48615b !important;
    background: #f1f6f4;
    border: 1px solid #d5e3df;
    border-radius: 8px;
    padding: 0 14px;
    font-size: 11px !important;
    font-weight: 800;
    line-height: 1;
    text-decoration: none !important;
    transition: color .2s, background .2s, border-color .2s, transform .2s;
}

.admin-route .row[style*="justify-content:center"] form > a::before,
.admin-route .row[style*="justify-content:center"] > [class*="col-"] > a::before {
    content: "\f060";
    font-family: FontAwesome;
    color: var(--admin-primary);
    font-size: 10px;
    font-weight: normal;
    transition: color .2s, transform .2s;
}

.admin-route .row[style*="justify-content:center"] form > a:hover,
.admin-route .row[style*="justify-content:center"] > [class*="col-"] > a:hover {
    color: #fff !important;
    background: var(--admin-primary);
    border-color: var(--admin-primary);
    transform: translateX(-2px);
}

.admin-route .row[style*="justify-content:center"] form > a:hover::before,
.admin-route .row[style*="justify-content:center"] > [class*="col-"] > a:hover::before {
    color: #fff;
    transform: translateX(-2px);
}

.admin-route .row[style*="justify-content:center"] form > a:focus-visible,
.admin-route .row[style*="justify-content:center"] > [class*="col-"] > a:focus-visible {
    outline: 3px solid rgba(8,112,95,.16);
    outline-offset: 2px;
}

.admin-route .row[style*="justify-content:center"] > [class*="col-"] > a {
    margin: 0 25px 20px;
}

@media (max-width: 680px) {
    .admin-route .row[style*="justify-content:center"] form > a,
    .admin-route .row[style*="justify-content:center"] > [class*="col-"] > a {
        width: 100%;
        margin: 0;
    }

    .admin-route .row[style*="justify-content:center"] > [class*="col-"] > a {
        width: calc(100% - 38px);
        margin: 0 19px 19px;
    }
}
