@use "../../core/jkl/" as jkl;

.input-panel-example {
    &__season-tag {
        position: absolute;
        top: calc(-50% - 2px);
        right: 2px;

        @include jkl.from-medium-device {
            top: 2px;
        }
    }

    &__custom-label {
        position: relative;
        height: 100%;
        width: 100%;

        &--small {
            font-size: 0.8em;
        }

        &--bold {
            font-weight: bold;
        }
    }
}
