/*
Theme Name: Fabreex
Theme URI: https://fabreex.ru/
Author: Fabreex
Description: Blank starter theme for Fabreex.
Version: 1.0.0
Text Domain: fabreex
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 8.0
*/

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: #fff;
    color: #111;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html,
body {
    min-height: 100%;
}

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

#__nuxt,
#__nuxt > .n-config-provider {
    display: flex;
    flex-direction: column;
}

#__nuxt {
    flex: 1 0 auto;
}

#__nuxt > .n-config-provider {
    flex: 1 0 auto;
}

#__nuxt main {
    flex: 1 0 auto;
}

body > footer,
#__nuxt footer {
    flex-shrink: 0;
    margin-top: auto;
}

a {
    color: inherit;
}
.breadcrumbs-list ul {
    display: flex;
    align-items: center;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
}

.breadcrumbs-list-item {
    display: inline-flex;
    align-items: center;
    color: var(--n-item-text-color);
    font-size: var(--n-font-size);
    line-height: var(--n-item-line-height);
}

.n-breadcrumb-item__link {
    color: inherit;
    text-decoration: none;
}

.n-breadcrumb-item__link:hover {
    color: var(--n-item-text-color-hover);
}

.n-breadcrumb-item__separator {
    margin: 0 8px;
    color: var(--n-separator-color);
}
