:root,
:host {
    --pico-font-size: 100%;
}

@media (min-width: 576px) {

    :root,
    :host {
        --pico-font-size: 100%;
    }
}

@media (min-width: 768px) {

    :root,
    :host {
        --pico-font-size: 100%;
    }
}

@media (min-width: 1024px) {

    :root,
    :host {
        --pico-font-size: 100%;
    }
}

@media (min-width: 1280px) {

    :root,
    :host {
        --pico-font-size: 100%;
    }
}

@media (min-width: 1536px) {

    :root,
    :host {
        --pico-font-size: 100%;
    }
}

.message {}

.message--error {
    color: #f00;
}

.form-group {
    margin-bottom: calc(var(--pico-spacing) * 1.5);
}

.form-error {
    color: #f00;
    font-size: 75%;
}

tr:target td {
    background-color: rgba(2, 154, 232, 0.25);
}

.hidden {
    display: none!important;
}

.awards-type-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.awards-type-button {
    margin: 0;
    padding: 0.4rem 0.8rem;
    border: 1px solid var(--pico-muted-border-color);
    border-radius: var(--pico-border-radius);
    background: transparent;
    color: inherit;
    cursor: pointer;
}

.awards-type-button.is-active {
    border-color: var(--pico-primary);
    background: var(--pico-primary);
    color: var(--pico-primary-inverse);
}

.awards-type-button:focus-visible {
    outline: 2px solid var(--pico-primary-focus);
    outline-offset: 2px;
}

.awards-nominals {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.awards-nominal-badge {
    display: inline-block;
    padding: 0.25rem 0.7rem;
    border: 1px solid var(--pico-muted-border-color);
    border-radius: var(--pico-border-radius);
    background: var(--pico-muted-border-color);
    color: inherit;
    font-size: 0.85rem;
    line-height: 1.2;
    white-space: nowrap;
    text-align: center;
    min-width: 4em;
    background: transparent;
}

.awards-prize-type-badge {
    display: inline-block;
    padding: 0.25rem 0.7rem;
    border-radius: var(--pico-border-radius);
    border: 1px solid currentColor;
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
}

.awards-prize-type-badge.is-physical {
    background: #e6edff;
    color: #1f50d9;
}

.awards-prize-type-badge.is-voucher {
    background: #dff3ec;
    color: #008a5b;
}
