:host,
:root {
    --history-font-sans: "Arial", sans-serif;
    --history-font-serif: "Times New Roman", serif;
    --history-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
        monospace;
    --history-spacing: 0.25rem;
    --history-breakpoint-lg: 600px;
    --history-text-sm: 0.875rem;
    --history-text-sm--line-height: 1.42857;
    --history-text-base: 1rem;
    --history-text-base--line-height: 1.5;
    --history-text-2xl: 1.5rem;
    --history-text-2xl--line-height: 1.33333;
    --history-font-weight-bold: 700;
    --history-leading-snug: 1.375;
    --history-default-font-family: var(--history-font-sans);
    --history-default-mono-font-family: var(--history-font-mono);
    --history-color-seznamRed: red;
    --history-color-seznamGrey: gray;
    --history-color-seznamLightGrey: #efefef;
    --history-drop-shadow-logo: 1px 2px 2px rgba(0, 0, 0, 0.9);
    --history-drop-shadow-icons: 4px 5px 5px rgba(0, 0, 0, 0.75);
    --history-drop-shadow-icons-footer: 2px 2px 2px rgba(0, 0, 0, 0.75);
    --history-drop-shadow-nove: 1px 1px 1px rgba(0, 0, 0, 0.9);
}
.history\:relative {
    position: relative;
}
.history\:top-\[-1px\] {
    top: -1px;
}
.history\:order-1 {
    order: 1;
}
.history\:order-2 {
    order: 2;
}
.history\:order-3 {
    order: 3;
}
.history\:container {
    width: 100%;
    @media (width >= 375px) {
        max-width: 375px;
    }
    @media (width >= 600px) {
        max-width: 600px;
    }
    @media (width >= 768px) {
        max-width: 768px;
    }
    @media (width >= 1386px) {
        max-width: 1386px;
    }
    @media (width >= 96rem) {
        max-width: 96rem;
    }
}
.history\:container {
    margin-inline: auto;
    max-width: none;
    padding-inline: calc(var(--history-spacing) * 3);
    width: var(--history-breakpoint-lg);
}
.history\:mx-1\.5 {
    margin-inline: calc(var(--history-spacing) * 1.5);
}
.history\:mx-4 {
    margin-inline: calc(var(--history-spacing) * 4);
}
.history\:mx-5 {
    margin-inline: calc(var(--history-spacing) * 5);
}
.history\:mx-6 {
    margin-inline: calc(var(--history-spacing) * 6);
}
.history\:mx-auto {
    margin-inline: auto;
}
.history\:my-3 {
    margin-block: calc(var(--history-spacing) * 3);
}
.history\:mt-1 {
    margin-top: calc(var(--history-spacing) * 1);
}
.history\:mt-2 {
    margin-top: calc(var(--history-spacing) * 2);
}
.history\:mt-3 {
    margin-top: calc(var(--history-spacing) * 3);
}
.history\:mt-4 {
    margin-top: calc(var(--history-spacing) * 4);
}
.history\:mb-5 {
    margin-bottom: calc(var(--history-spacing) * 5);
}
.history\:ml-1 {
    margin-left: calc(var(--history-spacing) * 1);
}
.history\:block {
    display: block;
}
.history\:flex {
    display: flex;
}
.history\:inline {
    display: inline;
}
.history\:h-\[24px\] {
    height: 24px;
}
.history\:h-\[26px\] {
    height: 26px;
}
.history\:w-1\/2 {
    width: 50%;
}
.history\:w-\[68px\] {
    width: 68px;
}
.history\:w-\[140px\] {
    width: 140px;
}
.history\:w-\[236px\] {
    width: 236px;
}
.history\:cursor-pointer {
    cursor: pointer;
}
.history\:list-disc {
    list-style-type: disc;
}
.history\:items-center {
    align-items: center;
}
.history\:justify-center {
    justify-content: center;
}
.history\:gap-10 {
    gap: calc(var(--history-spacing) * 10);
}
.history\:rounded {
    border-radius: 0.25rem;
}
.history\:border {
    border-style: var(--tw-border-style);
    border-width: 1px;
}
.history\:border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
}
.history\:border-seznamGrey {
    border-color: var(--history-color-seznamGrey);
}
.history\:bg-seznamLightGrey {
    background-color: var(--history-color-seznamLightGrey);
}
.history\:px-2 {
    padding-inline: calc(var(--history-spacing) * 2);
}
.history\:px-8 {
    padding-inline: calc(var(--history-spacing) * 8);
}
.history\:py-3 {
    padding-block: calc(var(--history-spacing) * 3);
}
.history\:pt-2 {
    padding-top: calc(var(--history-spacing) * 2);
}
.history\:pb-4 {
    padding-bottom: calc(var(--history-spacing) * 4);
}
.history\:pl-2 {
    padding-left: calc(var(--history-spacing) * 2);
}
.history\:pl-4 {
    padding-left: calc(var(--history-spacing) * 4);
}
.history\:text-center {
    text-align: center;
}
.history\:font-sans {
    font-family: var(--history-font-sans);
}
.history\:font-serif {
    font-family: var(--history-font-serif);
}
.history\:text-2xl {
    font-size: var(--history-text-2xl);
    line-height: var(--tw-leading, var(--history-text-2xl--line-height));
}
.history\:text-base {
    font-size: var(--history-text-base);
    line-height: var(--tw-leading, var(--history-text-base--line-height));
}
.history\:text-sm {
    font-size: var(--history-text-sm);
    line-height: var(--tw-leading, var(--history-text-sm--line-height));
}
.history\:text-\[15px\] {
    font-size: 15px;
}
.history\:leading-snug {
    --tw-leading: var(--history-leading-snug);
    line-height: var(--history-leading-snug);
}
.history\:font-bold {
    --tw-font-weight: var(--history-font-weight-bold);
    font-weight: var(--history-font-weight-bold);
}
.history\:text-seznamRed {
    color: var(--history-color-seznamRed);
}
.history\:no-underline {
    text-decoration-line: none;
}
.history\:underline {
    text-decoration-line: underline;
}
.history\:drop-shadow-icons {
    --tw-drop-shadow-size: drop-shadow(4px 5px 5px var(--tw-drop-shadow-color, rgba(0, 0, 0, 0.75)));
    --tw-drop-shadow: drop-shadow(var(--history-drop-shadow-icons));
}
.history\:drop-shadow-icons,
.history\:drop-shadow-icons-footer {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate)
        var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.history\:drop-shadow-icons-footer {
    --tw-drop-shadow-size: drop-shadow(2px 2px 2px var(--tw-drop-shadow-color, rgba(0, 0, 0, 0.75)));
    --tw-drop-shadow: drop-shadow(var(--history-drop-shadow-icons-footer));
}
.history\:drop-shadow-logo {
    --tw-drop-shadow-size: drop-shadow(1px 2px 2px var(--tw-drop-shadow-color, rgba(0, 0, 0, 0.9)));
    --tw-drop-shadow: drop-shadow(var(--history-drop-shadow-logo));
}
.history\:drop-shadow-logo,
.history\:drop-shadow-nove {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate)
        var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.history\:drop-shadow-nove {
    --tw-drop-shadow-size: drop-shadow(1px 1px 1px var(--tw-drop-shadow-color, rgba(0, 0, 0, 0.9)));
    --tw-drop-shadow: drop-shadow(var(--history-drop-shadow-nove));
}
.history\:after\:mx-1 {
    &:after {
        content: var(--tw-content);
        margin-inline: calc(var(--history-spacing) * 1);
    }
}
.history\:after\:mx-1\.5 {
    &:after {
        content: var(--tw-content);
        margin-inline: calc(var(--history-spacing) * 1.5);
    }
}
.history\:after\:content-\[\'-\'\] {
    &:after {
        --tw-content: "-";
        content: var(--tw-content);
    }
}
.history\:after\:content-\[\'\|\'\] {
    &:after {
        --tw-content: "|";
        content: var(--tw-content);
    }
}
.history\:first-of-type\:ml-0 {
    &:first-of-type {
        margin-left: calc(var(--history-spacing) * 0);
    }
}
.history\:last-of-type\:mr-0 {
    &:last-of-type {
        margin-right: calc(var(--history-spacing) * 0);
    }
}
.history\:last-of-type\:after\:hidden {
    &:last-of-type {
        &:after {
            content: var(--tw-content);
            display: none;
        }
    }
}
@property --tw-border-style {
    syntax: "*";
    inherits: false;
    initial-value: solid;
}
@property --tw-leading {
    syntax: "*";
    inherits: false;
}
@property --tw-font-weight {
    syntax: "*";
    inherits: false;
}
@property --tw-blur {
    syntax: "*";
    inherits: false;
}
@property --tw-brightness {
    syntax: "*";
    inherits: false;
}
@property --tw-contrast {
    syntax: "*";
    inherits: false;
}
@property --tw-grayscale {
    syntax: "*";
    inherits: false;
}
@property --tw-hue-rotate {
    syntax: "*";
    inherits: false;
}
@property --tw-invert {
    syntax: "*";
    inherits: false;
}
@property --tw-opacity {
    syntax: "*";
    inherits: false;
}
@property --tw-saturate {
    syntax: "*";
    inherits: false;
}
@property --tw-sepia {
    syntax: "*";
    inherits: false;
}
@property --tw-drop-shadow {
    syntax: "*";
    inherits: false;
}
@property --tw-drop-shadow-color {
    syntax: "*";
    inherits: false;
}
@property --tw-drop-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%;
}
@property --tw-drop-shadow-size {
    syntax: "*";
    inherits: false;
}
@property --tw-content {
    syntax: "*";
    initial-value: "";
    inherits: false;
}
*,
::backdrop,
:after,
:before {
    --tw-border-style: solid;
    --tw-leading: initial;
    --tw-font-weight: initial;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-opacity: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-drop-shadow-color: ;
    --tw-drop-shadow-alpha: 100%;
    --tw-drop-shadow-size: ;
    --tw-content: "";
}
