:root {
    --selected-ratio: 0%;
    --range-border-color: #eee;
    --range-active-border-color: #000;
    --primary-background: #ffffff;
    --svg-fill-color: #ff0;
}

.logo {
    display: block;
    width: 5.5rem;
    height: 5.5rem;
    margin-inline: auto;
    margin-top: -10px;
}

p.claim {
    font-size: 0.7em !important;
}

main.container {
    max-width: 576px;
}

form>hgroup {
    text-align: center;
}

h4 {
    color: var(--pico-primary);
    font-family: 'IBM Plex Sans', sans-serif;
    opacity: 0.8;
}

.primary-button {
    padding: unset !important;
    padding: 4px !important;
    height: unset !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.primary-inline-button {
    padding: unset !important;
    padding: 2px !important;
    height: unset !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    font-size: 0.6em;
    display: inline-block;
}

.monitor {
    padding: 4px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 16px;
    background: linear-gradient(90deg, rgba(36, 35, 0, 0.3799894957983193) 0%, rgba(255, 229, 0, 1) 100%);
}

.monitor a {
    text-decoration: none;
}

.monitor .notify button {
    padding: 4px;
    margin: 0px;
    font-size: 14px;
}

.monitor .notify {
    text-align: right;
    ;
}

.monitor .notify span {
    color: #111;
    margin-right: 8px;
}

.active-loader {
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
}

#svg-shape {
    fill: var(--svg-fill-color);
}

@media (prefers-color-scheme: light) {
    :root {
        --svg-fill-color: #000;
    }
}

.change-borders {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.info-primary {
    color: var(--pico-primary);
    opacity: 0.7;
    font-size: 0.775em;
    text-decoration: none;
    margin-right: 8px;
}

.title {
    color: yellow;
    font-weight: bold;
}

.info-secondary {
    font-size: 0.775em;
    margin-right: 8px;
}

#pre-results {
    margin-top: 1.5em;
}

.indeterminate {
    display: block;
    height: 1em;
    opacity: 0.25;
    margin-bottom: 0.5em;
    ;
}

.indeterminate::after {
    display: block;
    height: 50%;
    transform: translateY(50%);
    border-radius: 0.25rem;
    background-color: currentColor;
    content: "\00a0 ";
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    animation-name: opacity-pulse;
    opacity: 1;
}

.indeterminate.half::after {
    width: 50%;
}

@keyframes opacity-pulse {
    50% {
        opacity: 0.5;
    }
}

#keywords {
    margin-top: 15px;
}

.keyword {
    background-color: var(--pico-secondary-background);
    color: var(--pico-secondary-inverse);
    font-size: 0.7em;
    border-radius: 1em;
    padding: 2px;
    padding-left: 6px;
    padding-right: 6px;
    display: inline-block;
    margin-right: 8px;
    border: 1px solid var(--pico-secondary-border);
}

.keyword a {
    color: var(--pico-secondary-inverse);
    text-decoration: underline;
}

.footer {
    margin-top: 100px;
    border-top: 1px solid var(--pico-primary);
}

.footer .default-text {
    color: var(--pico-primary);
    opacity: 0.7;
    text-decoration: none;
    font-size: 15px;
}

.footer p {
    margin-top: 30px;
}

.footer p small {
    font-size: 12px;
}

#explanation {
    margin-top: 70px;
    font-size: 0.75em;
}

#explanation .logo-big {
    text-align: center; 
    margin-bottom: -55px; 
    margin-top: -20px;
}

#explanation .logo-big img {
    width: 220px;
}

[role="tabs"] {
    display: flex;
}

[role="tabs"] section {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

[role="tabs"] figure {
    flex-grow: 1;
    width: 100%;
    height: 100%;
    display: none;
}

[role="tabs"] [type="radio"]:checked+figure {
    display: block;
}

nav[role="tab-control"] {
    margin-top: 2em;
    margin-bottom: -0.4rem;
}

nav[role="tab-control"] li {
    margin: 0px;
    padding: 0px;
    padding-left: 0.5em;
}

nav[role="tab-control"] label {
    margin: 8px;
    font-size: 0.7em;;
    color: var(--pico-secondary);
    background-color: var(--pico-card-sectioning-background-color);
    cursor: pointer;
    padding: 6px;
    border-radius: 4px;
    margin-right: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

nav[role="tab-control"] label.active {
    color: var(--pico-secondary-inverse);
    background-color: var(--pico-secondary-background);
}

.error {
    background-color: #700E4F;
    color: #222;
    padding: 0.5em;
    border-radius: 0.5em;
    margin-top: 3em;
    margin-bottom: 3em;
}
.error hgroup {
    margin-bottom: 0px !important;
}
.error h4 {
    font-size: 0.7em;
    color: #fff;
    font-weight: bold;
}

.error p {
    font-size: 0.6em !important;
    color: #eee;
}

.example {
    cursor: pointer;
}

#crates {
    margin-top: 30px;
}

.responsive {
  max-width: 100%;
  height auto;
}

#advertising {
    margin-top: 30px;
}

#advertising small {
    font-size: 0.7em;
}

.crate-info {
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 0, 0.5);
}
