/* ===============================
   GLOBAL
================================ */
:root {
    --etu-blue: #1f4fa3;
    --etu-blue-dark: #143a73;
    --etu-blue-soft: #004a99;
    --text-main: #2b2b2b;
    --text-muted: #6c757d;
    --bg-soft: #f3f5f7;
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 15.5px;
    line-height: 1.65;
    color: var(--text-main);
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.gsc-control-cse, .gsc-above-wrapper-area, .gsc-thumbnail-inside, .gsc-url-top, .gsc-table-result
{
    padding: 0 !important;
}
.gsc-control-cse a.gs-title {
    color:#234c8a;
}
.gsc-control-cse a.gs-title b{
    color: inherit;
}