.seonicals * {
    box-sizing: border-box;
}
.seonicals {
    max-width: 1256px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    flex-flow: column;
    min-height: 200px;
    font-family: 'LexendDeca', sans-serif;
}
.seonicals-seo-search-label, .seonicals-seo-search {
    font-size: 23px;
}

.seonicals-snippet * {
    font-family: 'Roboto', sans-serif;
}
.seonicals button, .seonicals input[type="submit"], .seonicals label {
    cursor: pointer
}

.seonicals-intro__info {
    width: 50%
}

.seonicals-intro__info ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.seonicals-intro__info ul li {
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between
}

.seonicals-intro__info ul li span:first-child {
    font-weight: 500
}

.pre-loader {
    margin: 0 auto 3rem;
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center
}

.seonicals-seo-analysis {
    position: relative;
    margin-top: 3rem;
    width: 100%;
    max-width: 760px;
    transition: width 1s ease, opacity .8s ease
}

.seonicals-seo-search {
    width: 100%;
    height: 60px;
    border-radius: 12px;
    padding: 1rem 2rem;
    transition: .25s all ease;
    background: #F7F7F8;
    font-weight: 500;
    border: 1px solid #E8EBEA;
    font-size: clamp(1.9rem, calc(1.9rem + ((1vw - 0.36rem) * 0.2564)), 2.4rem);
    font-family: 'LexendDeca', sans-serif;
}
.seonicals-seo-search-label {
    position: absolute;
    left: 2rem;
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    top: 0;
    transition: .25s all ease;
    font-weight: 500;
    font-family: 'LexendDeca', sans-serif;
    font-size: inherit;
    cursor: text !important;
    color: var(--h3-color);
}
.seonicals-seo-search::placeholder {
    opacity: 0;
    font-size: clamp(1.5rem, calc(1.623072rem), 1.8rem);
    font-weight: 500;
    font-family: 'LexendDeca', sans-serif;
    transition: .25s all ease
}

.seonicals-seo-search:focus {
    outline: none
}

.seonicals-seo-search:focus::placeholder {
    opacity: 1
}

.a-field__label {
    font-family: 'LexendDeca', sans-serif;
}

.seonicals-seo-search:not(:placeholder-shown) ~ .a-field__label-wrap {
    opacity: 0
}

.seonicals-seo-search:focus ~ .seonicals-seo-search-label {
    transform: translateY(-85%)
}

.seonicals-title {
    font-family: 'LexendDeca', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 37px;
    display: flex;
    align-items: center;
    margin-top: 0
}

.seonicals-subtitle {
    font-family: 'LexendDeca', sans-serif;
    margin-top: 3rem;
    font-style: normal;
    font-weight: 300;
    font-size: clamp(1.6rem, calc(1.887168rem), 2.3rem);
    line-height: 29px;
    display: flex;
    align-items: center;
    color: #1E1F24
}



.search__submit-label {
    display: none
}

.search__button {
    position: absolute;
    right: 0;
    top: 0;
    outline: none;
    border-radius: 0 12px 12px 0;
    border: none;
    background: #AAD010;
    height: 100%;
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: center
}

.search__button:hover {
    background: #153731
}

.search__button:hover ~ .search__field__bg {
    background: linear-gradient(270deg, #153731 0, #AAD010 100%)
}

.loader {
    opacity: 0;
    height: 0
}

.show-loader {
    opacity: 1;
    height: 150px;
    animation: animateSeonicalLogo 1s linear infinite
}

.hide-input {
    width: 10px;
    opacity: 0
}

@keyframes animateSeonicalLogo {
    0% {
        transform: rotateZ(0deg)
    }
    100% {
        transform: rotateZ(360deg)
    }
}

.search__field__bg {
    background: linear-gradient(90deg, #153731 0, #AAD010 100%);
    background-size: 200% 200%;
    filter: blur(6px);
    border-radius: 12px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0
}

.search__field__bg--animate {
    animation: animateInputBackground 3s infinite ease-in-out
}

@keyframes animateInputBackground {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 200% 0
    }
}

.seonicals-intro {
    display: flex;
    justify-content: space-between;
    gap: 2rem
}

.seonicals-intro img {
    width: 50%
}

.seonicals-pageSpeed {
    display: flex;
    gap: 1rem
}

.seonicals-tile {
    padding: 2rem 2rem;
    background: #153731;
    color: #ffffff;
    border-radius: 2rem;
    text-align: left;
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 25%
}

.seonicals-tile p:last-child {
    margin: 0;
    font-weight: 100;
    font-size: 1rem;
    line-height: 25px
}

.seonicals-tile-title {
    color: #aad010;
    font-size: clamp(1.6rem, calc(1.887168rem), 2.3rem);
    margin: 1rem 0;
    font-family: 'LexendDeca', sans-serif;
    font-weight: 300
}

.after-loader-animation .seonicals-tile-score {
    background: #f7f7f8;
    width: 120px;
    height: 120px;
    border-radius: 100rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(1.6rem, calc(1.887168rem), 2.3rem);
    font-family: 'LexendDeca', sans-serif;
    color: #000
}

.seonicals-panel {
    background: #F7F7F8;
    border: 1px solid #E8EBEA;
    border-radius: 12px;
    margin-bottom: 1rem
}

.seonicals-panel-title {
    background: #E8EBEA;
    border-radius: 12px 12px 0 0;
    padding: 1rem;
    font-weight: 500
}

.seonicals-panel-content {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    gap: 1rem
}

.seonicals-panel-content span {
    width: 50%
}

.after-loader {
    position: relative;
    height: 0;
    opacity: 0;
    transform: translateX(-150%);
    transition: 1s transform ease
}

.after-loader * {
    height: 0
}

.after-loader-animation * {
    height: auto
}

.after-loader-animation .seonicals-panel-content svg, .after-loader-animation .seonicals-panel-content rect, .after-loader-animation .seonicals-panel-content path {
    height: 40px
}

.after-loader-animation {
    height: unset;
    display: block;
    opacity: 1;
    transform: translateX(0)
}

#hierarchy {
    display: flex;
    flex-flow: column
}

#hierarchy > div {
    display: flex;
    align-items: center;
    gap: 1rem
}

.search__button svg {
    transition: .25s all ease
}

.seonicals-search-submit--animate #letter-loader {
    width: 0;
    transform: translate(20px, -20px);
    opacity: 0
}

#inButton-loader {
    height: 0;
    width: 0;
    opacity: 0;
    transition: .25s all ease;
    animation: animateSeonicalLogo 1s linear infinite
}

#inButton-loader.loader--show {
    height: 30px;
    width: 30px;
    opacity: 1
}

.seonicals-snippet-wrapper {
    max-width: 1100px;
    width: 100%;
    margin: 1rem 0
}

.seonicals-snippet-flex {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    min-height: 250px
}

.seonicals-snippet {
    width: 646px;
    padding: 12px 12px 12px 12px;
    box-shadow: 3px 3px 12px rgba(51, 51, 51, 0.6);
    border-radius: 12px;
    height: fit-content;
    position: relative;
    background: #ffffff;
}

.seonicals-snippet--mobile {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 16px;
    padding-right: 16px;
    width: 360px
}

.seonicals-snippet-uri {
    line-height: 26px;
    font-size: 14px;
    font-weight: 400;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
}
.seonicals-snippet-mobile-uri-content {
    line-height: 1rem;
}
.seonicals-snippet-mobile-uri-content-base {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #202124;
}
.seonicals-snippet-mobile-uri-content span {
    font-size: 12px;
    letter-spacing: 0.1px;
    line-height: 16px;
    -moz-text-size-adjust: 100%;
    color: #3c4043;
}
.seonicals-snippet--mobile__info {
    position: absolute;
    padding-top: 16px;
    padding-right: 12px;
    top: 0;
    right: 0;

}

.seonicals-snippet-date {
    display: none;
}
.seonicals-snippet-icon-wrapper {
    background-color: #f1f3f4;
    border-radius: 50%;
    width: 28px;
    border: 1px solid #ecedef;
    -webkit-text-size-adjust: none;
    display: flex;
    height: 28px;
    margin-right: 12px;
    align-items: center;
    justify-content: center;
}

#seonicals-snippet-icon {
    display: block;
    height: 18px;
    width: 18px;
    font-size: 14px;
    line-height: 26px
}

.seonicals-snippet-title {
    width: fit-content;
    font-size: 20px;
    line-height: 26px;
    margin-block-end: 3px;
    margin-bottom: 3px;
    padding-top: 4px;
    font-weight: 400;
    color: #1a0dab
}
.seonicals-snippet-description-wrapper {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin-block-end: 3px;
    margin-bottom: 3px;
    padding-top: 4px;
}

.seonicals-snippet-width {
    width: 100%;
    height: 6px;
    background: #d2d2d2
}

.seonicals-snippet-width div {
    height: 100%;
    max-width: 100%;
    transition: 0.5s all ease;
}

.seonicals-snippet-input-item {
    display: flex;
    flex-flow: column;
    margin-bottom: 3rem
}

.seonicals-snippet-input-item-label {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: .5rem
}

.seonicals-snippet-input-item-label label {
    font-size: var(--default-font-size, var(--text-m));
    font-weight: 600;
    color: var(--h3-color);

}

.seonicals-snippet-input-item-label .seonicals-snippet-input-description-label-width {
    color: #757575;
    font-size: 1rem
}

.seonicals-snippet-input-item-label .seonicals-snippet-input-title-label-width {
    color: #757575;
    font-size: 1rem
}

.seonicals-snippet-input-item input {
    padding: 1rem;
    border-radius: 0 0 12px 12px;
    font-size: 16px;
    box-shadow: none;
    border: 1px solid #d2d2d2;
    border-top: none;
    outline: none;
    background: #F7F7F8;
    line-height: 50px !important;
}
.seonicals-snippet-input-item input:focus-visible {
    outline: none !important;
}
.seonicals-temp {
    position: absolute;
    opacity: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
    max-width: 100%
}

.seonicals-temp-title {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    width: fit-content;
    overflow: visible;
    white-space: nowrap
}

.seonicals-temp-description {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    width: fit-content;
    overflow: visible;
    white-space: nowrap
}

@keyframes animateLoader {
    0% {
        transform: rotateZ(0deg)
    }
    100% {
        transform: rotateZ(360deg)
    }
}

.seonicals-snippet-rich {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5625rem;
    color: #70757a
}

.seonicals-snippet-rich span {
    background-image: url("/wp-content/plugins/seonicals-analysis/assets/images/rich.png");
    background-color: white;
    display: inline-block;
    background-size: 13px 12px;
    height: 12px;
    top: 1px;
    position: relative;
    width: 65px;
    margin-right: .5rem
}

.seonicals-snippet-wrapper .form-control {
    line-height: 1.1;
    display: flex;
    align-items: flex-start;
    grid-template-columns:1em auto;
    gap: .5em;
    margin-right: 1rem;
}

.seonicals-snippet-wrapper .form-control span {
    font-family: 'LexendDeca', sans-serif;
    height: 30px
}

.seonicals-snippet-wrapper .form-control + .form-control {
    margin-top: 1em
}

.seonicals-snippet-wrapper input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #d2d2d2;
    margin: 0;
    padding: 0;
    font: inherit;
    color: #333;
    width: 20px;
    height: 20px;
    border: .15em solid #333;
    border-radius: .15em;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center
}

.seonicals-snippet-wrapper input[type="checkbox"]::before {
    content: "";
    width: .55em;
    height: .55em;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #333;
    background-color: #d2d2d2
}

.seonicals-snippet-wrapper input[type="checkbox"]:checked::before {
    transform: scale(1)
}

@media (max-width: 767px) {
    .seonicals-snippet-flex {
        display: flex;
        flex-flow: column;
        gap: 1rem;
        justify-content: space-between;
        overflow-x: scroll;
        padding: 1rem .25rem
    }

    .seonicals-seo-search, .seonicals-seo-search-label {
        font-size: 13px;
        height: 50px
    }

    .search__button {
        width: 50px
    }

    .search__button svg {
        width: 30px
    }

    .seonicals-pageSpeed {
        flex-flow: column
    }

    .seonicals-tile {
        width: 100%
    }

    .seonicals-intro {
        flex-flow: column
    }

    .seonicals-intro img {
        width: 100%
    }

    .seonicals-intro__info {
        width: 100%
    }
}

.seonicals-snippet-rich, .seonicals-snippet-rich--title {
    display: none
}

.show {
    display: block
}

.show-date {
    display: inline
}

.seonicals-snippet-rich--title {
    font-size: 14px;
    line-height: 20px;
    padding-top: 1px;
    margin-bottom: -1px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #202124;
    font-family: Roboto, HelveticaNeue, Arial, sans-serif
}

.seonicals-serp-seo-text {
    margin-top: 3rem;
}

.seonicals-snippet-schemas {
    display: flex;
}