<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
--red: #c4291d;
--gray-01: #e5e5e5;
--gray-02: #f9f9f9;
--gray-03: #a1a1a1;
--gray-04: #ddd;
--gray-05: #eee;
}
.wp-block-button__link {
background-color: var(--red);
border: 0px solid var(--red);
color: #fff;
border-radius: 0;
padding: 18px 22px;
}
@media screen and (hover:hover) {
.wp-block-button__link {
transition: background-color .4s ease, color .4s ease;
}
.wp-block-button__link:hover, .motorbikes__bike-info a:hover {
background-color: #fff;
color: var(--red);
border: 1px solid var(--red);
}
}
.wp-block-table table, .wp-block-table table * {
border-color: #d0d0d0;
}
.wp-block-table table {
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
max-width: 100%;
overflow: hidden;
width: 100%}
.wp-block-table .has-fixed-layout {
table-layout: fixed;
}
.wp-block-table thead {
vertical-align: top;
white-space: nowrap;
}
.wp-block-table td, .wp-block-table th {
border: .1rem solid;
border-color: inherit;
padding: .5rem;
}
.wp-block-table td s, .wp-block-table th s {
color: var(--gray-03);
text-decoration: none;
}
.wp-block-table th {
font-weight: 700;
}
.wp-block-table tfoot {
font-size: .8em;
}
.wp-block-table.is-style-red-headline-stripes tr:nth-child(2n) {
background-color: #f2f2f2;
}
.wp-block-table.is-style-no-border td, .wp-block-table.is-style-no-border th {
border: 0;
}
.wp-block-group.is-style-infobox {
background-color: #f2f2f2;
border: 2px solid var(--red);
clear: both;
font-size: 1.2em;
padding: 20px;
}
.wp-block-group.is-style-infobox&gt;div&gt;:first-child {
margin-top: 0!important;
}
.wp-block-group.is-style-infobox&gt;div&gt;:last-child {
margin-bottom: 0!important;
}
.wp-block-separator {
border: 0;
border-top: 1px solid var(--red);
width: auto;
}
.wp-block-separator, body:not(.home) .content .wp-block-separator {
margin-bottom: 42px;
margin-top: 42px;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
width: auto;
}
.content .is-style-info-link a[href^="#"] {
align-items: center;
background-color: var(--red);
border-radius: 50%;
color: #fff;
display: inline-flex;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 18px;
font-weight: 700;
height: 18px;
justify-content: center;
width: 18px;
}
@media(hover:hover) {
.content .is-style-info-link a[href^="#"] {
border: 1px solid var(--red);
transition: color .4s ease, background-color .4s ease;
}
.content .is-style-info-link a[href^="#"]:hover {
background-color: #fff;
color: var(--red);
}
}.is-style-tabs&gt;.wp-block-group__inner-container&gt;.is-style-tab-content {
background-color: #fff;
}
.is-style-tabs-main&gt;.wp-block-group__inner-container&gt;.is-style-tab-content {
background-color: #000;
}
.is-style-tabs-main&gt;.wp-block-group__inner-container&gt;.is-style-tab-triggers .wp-block-button.is-style-selected .wp-block-button__link {
background-color: #000;
border-bottom-color: #000;
color: #fff;
}
.is-style-tab-triggers {
gap: 0!important;
transform: translateY(1px);
}
.content .is-style-tab-triggers {
margin-bottom: 0!important;
}
.is-style-tab-triggers .wp-block-button {
margin: 0;
}
.is-style-tab-triggers .wp-block-button__link {
background-color: var(--gray-02);
border: 1px solid var(--gray-03);
color: var(--red);
transition: all .4s ease;
}
.is-style-tab-triggers .wp-block-button:not(:first-child) .wp-block-button__link {
border-left: 0;
}
.is-style-tab-triggers .wp-block-button.is-style-selected .wp-block-button__link {
background-color: #fff;
border-bottom-color: #fff;
color: #000;
}
.is-style-tab-content {
border: 1px solid var(--gray-03);
padding: 10px;
}
.content .is-style-tab-content {
margin-top: 0!important;
}
@media screen and (min-width:1060px) {
.is-style-even-height-images img {
height: 260px;
max-width: none;
width: auto;
}
}</pre></body></html>