html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

* {
    white-space: normal;
}

body {
    color: #3C45FB;
    font-family: Roboto Mono;
    font-size: 14px;
    position: relative;
    margin: 0;
}

.header {
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background: #FEF096;
    position: sticky;
    top: 0;
    z-index: 1;
    display: table;
    clear: both;
}

#cmp_header {
    position: sticky;
    top: 0;
    z-index: 1;
}


.header-arrow {
    float: left;
    display: flex;
    align-items: center;
    height: 70px;
    margin-left: 9px;
    padding-top: 3px;
}

.header-title {
    position: absolute;
    justify-content: center;
    width: 100%;
    clear: both;
}

.description {
    display: block;
    border-radius: 0px 0px 15px 15px;
    background: #FEE296;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    flex-shrink: 0;
    padding: 20px 20px 20px 20px;
}



.container {
        display: grid;
        gap: 20px;
    padding: 20px 20px 0 20px;
}

.card {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    background-color: rgba(232, 232, 232, 0.65);
}

.card:hover {
    background-color: rgba(232, 232, 232, 1);
    transition: 0.6s
}

.card p {
    font-size: 11px;
    line-height: 1.5;
}

.card-left {
    width: 35%;
}

.card-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 200px;
}

.card-center {
    width: 75%;
    margin: 5px 5px 5px 10px;
}

.card-right {
    display: flex;
    align-items: center;
    width: 30px;
    max-width: 30px;
}

.card-header {
    color: #3C45FB;
    font-family: Quicksand;
    font-size: 1.5em;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0 0 5px 0;
}

.card-body {
    display: flex;
}

.card-body-left {
    min-width: fit-content;
    padding-right: 5px;
}

.card-body-right {
    min-width: fit-content;
}

.card-small {
    border-radius: 10px;
    color: #fff;
    background: #3C45FB;
    flex-shrink: 0;
    padding: 20px;
}

.card-small {
    font-family: Quicksand;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

card-small a {
    color: white;
}

.card-small:hover {
    background: rgb(22,32,250);
    transition: 0.6s
}

h1 {
    display: flex;

    height: 70px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    text-align: center;
    font-family: Quicksand;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

h2 {
    color: #3C45FB;
    font-family: Quicksand;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 20px;
    padding-bottom: 10px;

}

h3 {
    color: #3C45FB;
    font-family: Quicksand;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 20px;
    padding-bottom: 10px;
}

h2.page-title {
    padding-top: 0px;
}

strong {
    padding-top: 10px;
    font-weight: 700;
}

ul {
    padding-left: 20px;
    list-style-type: circle;
}

p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

a:link,
a:visited,
a:hover,
a:active {
    color: inherit;
    text-decoration: inherit;
}

.properties {
    width: 100%;
    font-size: 11px;

}

th {
    text-align: left;
    width: 55%;
    
}

th,
td {}

.select {
    border-radius: 3px;
    padding: 0 0.2em;
}

.allowed,
.good,
.very,
.safe {
    border-radius: 2px;
    background: #B9FFC0;
}

.tolerated,
.average {
    border-radius: 2px;
    background: #FEF096;
}

.not-allowed,
.bad {
    border-radius: 2px;
    background: #FF8A91
}

.page-body,
.page-content {
    padding: 0 20px 0 20px;
}

.page-cover-image {
    display: block;
    object-fit: cover;
    width: 100%;
    max-height: 30vh;
}

.callout {
    border-radius: 3px;
    padding: 1rem;
    margin-top: 1rem;
}

.block-color-teal_background {
    background: rgba(237, 243, 236, 1);
}

.icon {
    padding-right: 15px;
}

.footer {
    padding: 0 20px 0 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}


@media only screen and (min-width: 600px) {
    body {
        max-width: 800px;
        margin: auto;
    }
    .page-body,
    .page-content {
        background: white;
    }
    
    .container {
    grid-template-columns: repeat(2, 1fr);
    }
}
