body {
    min-height: 100vh;
    background: linear-gradient(180deg, #f9f7f2 0%, #ffffff 38%, #eef4f8 100%);
}



.site-brand,
.site-navbar .nav-link,

.site-footer {
    margin-top: 2.6rem;
    border-top: 1px solid rgba(127, 101, 62, 0.24);
}

.site-footer-inner {
    max-width: 1380px;
    margin: 0 auto;
}

.site-footer a:hover {
    color: #4f3a1e;
}

.site-footer-logo {
    width: auto;
    object-fit: contain;
    display: block;
    flex: 0 0 auto;
}

.site-footer-partners {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
}

.site-footer-logo-ukri {
    height: 52px;
}

.site-footer-logo-uog {
    height: 102px;
}

.site-navbar .nav-link:hover,
.site-footer a:hover {
    color: #d8e9f5;
}

.swlw-hero h1 {
    color: #0f2f44;
    font-weight: 700;
}

.swlw-editor-card {
    border-radius: 14px;
}

.swlw-sheet-container {
    max-height: 68vh;
    border: 1px solid #d6e0e6;
    border-radius: 8px;
    background-color: #ffffff;
}

.swlw-sheet-table {
    width: max-content;
    min-width: 100%;
    table-layout: fixed;
    --bs-table-bg: transparent;
    --bs-table-striped-bg: transparent;
    --bs-table-hover-bg: rgba(15, 47, 68, 0.06);
}

.swlw-sheet-table th {
    position: sticky;
    top: 0;
    background-color: #e5eef4;
    z-index: 1;
}

.swlw-sheet-table td,
.swlw-sheet-table th {
    background-color: inherit;
}

.swlw-cell-input {
    width: 100%;
    min-width: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
}

.swlw-cell-input:focus {
    box-shadow: inset 0 0 0 2px #9bc4de;
    background-color: #fcfdff;
}

.swlw-bool-cell {
    text-align: center;
    vertical-align: middle;
}

.swlw-bool-input {
    margin: 0;
    transform: scale(1.1);
    cursor: pointer;
}

.swlw-sheet-table tr {
    transition: background-color 0.16s ease-in-out;
}

.swlw-sheet-table tr:hover td,
.swlw-sheet-table tr:hover th {
    background-color: rgba(15, 47, 68, 0.08);
}

.swlw-row-selected td,
.swlw-row-selected th {
    box-shadow: inset 0 0 0 2px rgba(15, 47, 68, 0.6);
}

.swlw-header-cell {
    position: relative;
    padding-right: 12px;
}

.swlw-col-resizer {
    position: absolute;
    top: 0;
    right: -4px;
    width: 8px;
    height: 100%;
    cursor: col-resize;
    z-index: 3;
}

body.swlw-resizing {
    cursor: col-resize;
    user-select: none;
}

@media (max-width: 991.98px) {
    .swlw-sheet-container {
        max-height: 58vh;
    }
}
