

/* Segmented control for comparison chart */
div.mantine-SegmentedControl-root {
    overflow-x: auto;
}

/* Remove thick underline from links */
a {
    text-decoration-thickness: 1px !important;
}

/* Set letter spacing */
body {
    letter-spacing: 0.7px;
}

/* Set header height */
:root {
    --app-shell-header-height: calc(3.5rem * var(--mantine-scale)) !important;
    background-color: var(--bg-color) !important;
}
  
.mantine-Notifications-root {
    margin-top: calc(3.5rem* var(--mantine-scale)) !important;
}

.google-button .mantine-Button-inner {
    position: relative;
}

.google-button .mantine-Button-section {
    position: absolute;
    left: 0;
}

.google-button .mantine-Button-label {
    margin-left: 24px;
    margin-right: 24px;
}
