@charset "UTF-8";
/* CSS Document */

/*
.ad4, .ad5, .ad6, .ad8, .ad9, .ad10 {
    display: none !important;
}
*/

h1, h2, h3, h4, h5, h6, p, a, span, input, textarea, div, ul, li, label, button {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

html, body {
    scroll-behavior: smooth;
}

:root {
    --primary-element-background: #fff;
    --primary-grid-background: #ccdee6;
    --primary-h1: #000;
    --primary-p: #000;
    --secondary-p: #435b76;
    --primary-border-color: #eef2f7;
    --primary-results-color: #000;
    --primary-results-hover: transparent;
    --primary-input-color: #fff;
    --primary-input-color-access: #fff;
    --primary-input-background: #e8eaed;
    --primary-input-border-color: #dae0e7;
    --primary-outline: #c3dcff;
    --primary-box-shadow: #b6d5dc;
    --primary-blue: #215eee;
    --primary-logo: #215eee;
    --secondary-blue: #4a79a9;
    --primary-focus: #d7d7d7;
    --primary-placeholder: #c3c9d1;
    
    --position-background: #f0f7ff;
    
    --primary-input-return-red: #e54444;
    
    --primary-input-return-green: #01c298;
    --primary-input-return-yellow: #f0bc1e;
    --primary-input-return-grey: #bebec5;
    
    --primary-info-icon-yellow: #f0bc1e;
    --primary-info-filter-yellow: #e5ad01;
    
    --primary-input-box-shadow: 0px 1px 3px #e7e7e7;
    
    --secondary-input-return-green: #5fc7b1;
    --secondary-input-return-yellow: #edbf36;
    
    --primary-ad-background: rgba(255, 255, 255, 0.2);
    --primary-ad-text-color: #9fc0c7;
    
    --primary-wf-background: #002965;
    --primary-wf-h6: #fff;
    --primary-wf-p: #d8e4f6;
    --primary-wf-blue: #317fee;
    --primary-wf-hover: #203f6d;
    
    --primary-hover: #f3f6f9;
    
    --overlay: rgba(0, 0, 0, 0.75);
    --cta-opacity: 0.5;
    
    --uncheck-slider: #d3dbe7;
}

[data-theme="dark"] {
    --primary-element-background: #101214;
    --primary-grid-background: #1f2529;
    --primary-h1: #fff;
    --primary-p: #d1d0d0;
    --secondary-p: #d1d0d0;
    --primary-border-color: #1f2529;
    --primary-results-color: #fff;
    --primary-results-hover: transparent;
    --primary-input-color: #fff;
    --primary-input-color-access: #fff;
    --primary-input-background: #2c3848;
    --primary-input-border-color: #2b3136;
    --primary-outline: #344976;
    --primary-box-shadow: none;
    --primary-blue: #3e8eff;
    --primary-logo: #fff;
    --secondary-blue: #69839e;
    --primary-focus: #4a5d72;
    --primary-placeholder: #5f6b83;
    
    --position-background: #15212d;
    
    --primary-input-return-red: #e54444;
    
    --primary-input-return-green: #01ae88;
    --primary-input-return-yellow: #ddad1a;
    --primary-input-return-grey: #8b8b92;
    
    --primary-info-icon-yellow: #ddad1a;
    --primary-info-filter-yellow: #ddad1a;
    
    --primary-input-box-shadow: none;
    
    --secondary-input-return-green: #04c69c6e;
    --secondary-input-return-yellow: #f6c11f7a;
    
    --primary-ad-background: rgba(255, 255, 255, 0.04);
    --primary-ad-text-color: #67778d;
    
    --primary-wf-background: #111827;
    --primary-wf-h6: #fff;
    --primary-wf-p: #d1d0d0;
    --primary-wf-blue: #3e8eff;
    --primary-wf-hover: #172032;
    
    --primary-hover: #191c1f;
    
    --overlay: rgb(80, 80, 80, 0.60);
    --cta-opacity: 0.35;
    
    --uncheck-slider: #2b3136;
}

[data-contrast="true"] {
    --primary-input-return-green: #f97633;
    --primary-input-return-yellow: #81c1ff;
    --primary-input-return-grey: #737778;
    --primary-input-return-red: #a62626;
    
    --secondary-input-return-green: #ff935b;
    --secondary-input-return-yellow: #63adf4;
    
    --primary-placeholder: #b0bac9;
    --primary-input-color-access: #000;
    
    --primary-info-icon-yellow: #4c99e7;
    --primary-info-filter-yellow: #000;
    
    --primary-blue: #0140d4;
    --primary-logo: #0140d4;
    --primary-wf-blue: #0140d4;
}

[data-theme="dark"][data-contrast="true"] {
    --primary-input-return-green: #f97633;
    --primary-input-return-yellow: #81c1ff;
    --primary-input-return-grey: #737778;
    --primary-input-return-red: #a62626;
    
    --secondary-input-return-green: #ff935b;
    --secondary-input-return-yellow: #81c1ff;
    
    --primary-placeholder: #7e8ba5;
    --primary-input-color-access: #000;
    
    --secondary-blue: #87a2bf;
    
    --primary-info-icon-yellow: #4c99e7;
    --primary-info-filter-yellow: #fff;
    
    --primary-blue: #3e8eff;
    --primary-logo: #fff;
    --primary-wf-blue: #3e8eff;
}


header, .results_inner, .widget_inner, .dark_mode_outer, footer {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body {
    background: var(--primary-element-background);
    margin: 0;
}
.fuse_pp {
    color: var(--secondary-p);
    line-height: 24px;
}

#fuse-privacy-tool {
    text-decoration: none;
    color: var(--primary-blue);
    line-height: 24px;
  }

#overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--overlay);
    z-index: 2;
    display: none;
}

/* OPEN GRID */

@media only screen and (min-width : 1240px) {

    .grid {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 750px 361px minmax(0, 1fr);
        grid-template-areas: 
        "header header header header"
        ". ad3 ad3 ."
        "ad1 results widget ad2"
        "ad1 text widget ad2"
        "ad1 . widget ad2"
        "ad1 ad4 ad4 ad2"
        "footer footer footer footer"
        "footer2 footer2 footer2 footer2";
        grid-column-gap: 10px;
        grid-row-gap: 0;
    }

}

.grid {
    background: var(--primary-grid-background);
}

/* CLOSE GRID */

/* OPEN HEADER */

header {
    grid-area: header;
}

header {
    width: 100%;
    height: auto;
    background: var(--primary-element-background);
    
    position: relative;
    float: left;
    
    box-shadow: 0px 3px 4px var(--primary-box-shadow);
}

header .header_inner {
    max-width: 1131px;
    height: 60px;
    background: transparent;
    
    position: relative;
    display: block;
    margin: 0 auto;
}

header .header_inner h2 {
    margin: 0;
    line-height: 61px;
    text-align: left;
    margin-left: 24px;
    display: inline-block;
    font-size: 23px;
    outline: none;
}

header .header_inner h2 a {
    text-decoration: none;
    color: var(--primary-logo);
    outline: none;
}

header .header_inner .menu_btn {
    position: relative;
    display: inline-block;
    border-radius: 10px;
    background: var(--primary-border-color);
    float: right;
    margin: 0;
    margin-right: 24px;
    margin-top: 9px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 700;
    height: 42px;
    line-height: 40px;
    padding: 0 20px;
    border: 1px solid var(--primary-border-color);
    color: var(--primary-results-color);
    cursor: pointer;
}

header .header_inner p.sub_rush_header_btn {
width: auto;
    height: auto;
    position: absolute;
    color: var(--secondary-p);
    box-sizing: border-box;
    top: 5px;
    right: 120px;
    display: inline-block;
    float: right;
    
    border-right: 1px solid var(--primary-border-color);
    padding-right: 26px;
}

header .header_inner p.sub_rush_header_btn a {
    color: var(--primary-blue);
    text-decoration: none;
    padding-right: 20px;
}

header .header_inner p.sub_rush_header_btn a svg {
    position: absolute;
    top: 1px;
    right: 26px;
    height: 16px;
}

header .header_inner h3.sub_rush_header_btn {
    display: none;
}

header nav {
    width: 361px;
    height: auto;
    background: var(--primary-element-background);
    position: absolute;
    z-index: 10;
    border-radius: 20px;
    box-sizing: border-box;
    top: 70px;
    right: 5px;
    z-index: 999999999999;
    display: none;
}

header nav ul {
    margin: 0;
    padding: 18px 0;
    list-style-type: none;
}

header nav ul li {
    position: relative;
    line-height: 1.4rem;
}

header nav ul li a {
    display: block;
    padding: 7px 52px 6px 20px;
    text-decoration: none;
    cursor: pointer;
}

header nav ul li.active {
    border-left: 4px solid var(--primary-blue);
}

header nav ul li.active a {
    padding: 7px 52px 6px 16px;
}

header nav ul li a svg {
    position: absolute;
    top: 21px;
    right: 17px;
    color: var(--primary-blue);
    height: 16px;
}

header nav ul li h6 {
    margin: 0;
    color: var(--primary-h1);
    position: relative;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 1px;
}

header nav ul li p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--secondary-p);
    line-height: 23px;
}

header nav ul li p em {
    font-style: normal;
    color: var(--primary-blue);
}

/* CLOSE HEADER */

/* OPEN BREADCRUMBS */

ul.breadcrumb {
    list-style-type: none;
    padding: 0;
    margin-top: 0;
}

ul.breadcrumb li {
    display: inline-block;
    color: var(--secondary-p);
    margin: 0 !important;
}

ul.breadcrumb li+li:before {
    content: "›";
    padding: 8px 12px 8px 10px;
}

ul.breadcrumb li a {
    text-decoration: none;
    color: var(--primary-blue);
}

/* CLOSE BREACRUMBS */

/* OPEN ADS */

.ad1 {
    grid-area: ad1;
    margin-top: 10px;
}

.ad2 {
    grid-area: ad2;
    margin-top: 10px;
}

.ad3 {
    grid-area: ad3;
    margin-top: 10px;
}

.ad4 {
    grid-area: ad4;
    margin-top: 10px;
}

.ad5 {
    margin-top: 10px;
}

.ad6 {
    margin-top: 10px;
}

.ad7 {
    grid-area: ad7;
    display: none;
}

.ad5,
.ad8,
.ad9,
.ad10 {
    width: 100%;
    height: auto;
    background: transparent;
    
    position: relative;
    float: left;
}

.ad6 {
    width: 100%;
    height: 100%;
    background: transparent;
    position: relative;
    float: left;
}

.ad1,
.ad2 {
    justify-content: center;
    display: grid;
}

.ad1_inner,
.ad2_inner {
    height: 100%;
}

/* TOGGLE VISIBILITY WHEN REMOVING TOP ADS - OPEN */

.ad1_inner .ad1_inner_top,
.ad2_inner .ad2_inner_top {
    min-height: 250px;
}

/* TOGGLE VISIBILITY WHEN REMOVING TOP ADS - CLOSE */

.ad1_inner .ad1_inner_top .ad,
.ad2_inner .ad2_inner_top .ad {
    max-width: 300px;
    max-height: 300px;
}

.ad1_inner .ad1_inner_bottom .ad,
.ad2_inner .ad2_inner_bottom .ad {
    max-width: 300px;
    max-height: 600px;
}

.ad1_inner .ad1_inner_bottom,
.ad2_inner .ad2_inner_bottom {
    position: sticky;
    position: -webkit-sticky;
    top: 10px;
}

.ad3_inner,
.ad4_inner,
.ad5_inner,
.ad6_inner,
.ad8_inner,
.ad9_inner,
.ad10_inner {
    height: auto;
    width: 100%;
    background: transparent;
    position: relative;
    margin: 0 auto;
    
    display: grid;
    justify-content: center;
}

.ad3_inner,
.ad4_inner,
.ad5_inner,
.ad6_inner,
.ad8_inner,
.ad9_inner,
.ad10_inner {
    overflow: hidden;
}

.ad3_inner,
.ad4_inner {
    height: 250px;
    max-width: 970px;
    align-items: center;
    box-sizing: border-box;
}

.ad4_inner {
    height: 280px;
}

.ad4_inner .ad4_inner_top,
.ad5_inner .ad5_inner_top {
    z-index: 1;
}

.ad5_inner {
    height: 400px;
    max-width: 750px;
    align-items: center;
    box-sizing: border-box;
}

.ad3_inner::before,
.ad4_inner::before,
.ad5_inner::before {
    content: "Ad";
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    
    font-size: 0.9rem;
    color: var(--primary-ad-text-color);
    
    border: 1px solid var(--primary-ad-background);
    box-sizing: border-box;
    
    background: var(--primary-ad-background);
    border-radius: 10px;
}

.ad3_inner .ad,
.ad4_inner .ad,
.ad5_inner .ad {
    z-index: 1;
}

.ad6_inner {
    position: sticky;
    position: -webkit-sticky;
    top: 10px;
    padding-bottom: 12px;
}

.ad8,
.ad9,
.ad10 {
    display: none;
}

.ad8 .ad,
.ad9 .ad,
.ad10 .ad {
    max-height: 0;
    max-width: 0;
}

.ad {
    overflow: hidden;
    display: block;
}

.ad3_inner .ad,
.ad4_inner .ad {
    max-width: 970px;
    max-height: 250px;
}

.ad8,
.ad9,
.ad10 {
    display: none;
}

.ad8 .ad,
.ad9 .ad,
.ad10 .ad {
    max-height: 0;
    max-width: 0;
}

.publift-widget-22954567927-container {
    background: rgba(255, 255, 255, 0.5);
}

.test_ad {
    width: 250px;
    height: 100px;
    background: pink;
}

/* CLOSE ADS */

/* OPEN RESULTS */

.results {
    grid-area: results;
    margin-top: 10px;
}

.results .results_inner {
    width: 100%;
    height: auto;
    background: var(--primary-element-background);
    
    position: relative;
    float: left;
    
    border-radius: 20px;
    box-sizing: border-box;
    
    box-shadow: 0px 3px 4px var(--primary-box-shadow);
}

.results .results_inner .results_inner_top {
    width: 100%;
    height: auto;
    background: transparent;
    
    position: relative;
    float: left;
    
    border-bottom: 1px solid var(--primary-border-color);
    padding: 24px 20px 20px 20px;
    box-sizing: border-box;
    
    line-height: 1.4rem;
}

.results .results_inner .results_inner_top #number {
    display: block;
    color: var(--primary-h1);
    font-size: 16px;
    line-height: 18px;
    margin: 0;
}

.results .results_inner .results_inner_top #number span {
    font-weight: 400;
    color: var(--secondary-p);
}

.results .results_inner .results_inner_top #options {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    right: 17px;
    display: grid;
    place-items: center;
    border: 1px solid var(--primary-border-color);
    background: transparent;
    border-radius: 16px;
    cursor: pointer;
}

.results .results_inner .results_inner_top #options svg {
    height: 20px;
    color: #0c9f80;
}

.results .results_inner .results_inner_top #options_box,
.widget .widget_inner .widget_inner_top #settings_box {
    width: 361px;
    height: auto;
    background: var(--primary-element-background);
    position: absolute;
    z-index: 10;
    border-radius: 20px;
    box-sizing: border-box;
    top: 0;
    right: 0;
    
    z-index: 999999999999;
    overflow: hidden;
    
    display: none;
}

.results .results_inner .results_inner_top #options_box.show,
.widget .widget_inner .widget_inner_top #settings_box.show {
    display: block;
}

.results .results_inner .results_inner_top #options_box ul,
.widget .widget_inner .widget_inner_top #settings_box ul {
    margin: 0;
    padding: 14px 0;
    list-style-type: none;
}

.results .results_inner .results_inner_top #options_box ul li,
.widget .widget_inner .widget_inner_top #settings_box ul li {
    padding: 10px 20px;
    position: relative;
    line-height: 1.4rem;
}

.results .results_inner .results_inner_top #options_box ul li#sort {
    padding-left: 30px;
}

.results .results_inner .results_inner_top #options_box ul li h6,
.widget .widget_inner .widget_inner_top #settings_box ul li h6 {
    margin: 0;
    color: var(--primary-h1);
    position: relative;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 1px;
}

.results .results_inner .results_inner_top #options_box ul li p,
.widget .widget_inner .widget_inner_top #settings_box ul li p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--secondary-p);
    font-weight: 400;
    line-height: 23px;
}

.results .results_inner .results_inner_top #options_box ul li p span,
.widget .widget_inner .widget_inner_top #settings_box ul li p span.toggle {
    color: var(--secondary-blue);
    cursor: pointer;
}

.results .results_inner .results_inner_top #options_box ul li h6 span,
.refine_box .refine_box_inner h3 span {
    color: #0c9f80;
}

.widget .widget_inner .widget_inner_top #settings_box ul li .definition,
.info_box ul li .definition {
    border: 1px solid var(--primary-border-color);
    padding: 16px 16px;
    border-radius: 8px;
    margin-top: 8px;
    width: 100%;
    box-sizing: border-box;
    background: transparent;
}

.widget .widget_inner .widget_inner_top #settings_box ul li .definition p,
.info_box ul li .definition p {
    line-height: 1.25rem;
}

    .widget .widget_inner .widget_inner_top #settings_box ul li .definition p span {
        text-decoration: underline;
    }

.widget .widget_inner .widget_inner_top #settings_box ul li .definition p:nth-child(n+2),
.info_box ul li .definition p:nth-child(n+2) {
    margin-top: 10px;
}

.results .results_inner .results_inner_top #options_box ul hr {
    height: 1px;
    border: none;
    background: var(--primary-border-color);
    margin: 4px 0;
}

.results .results_inner .results_inner_bottom {
    width: 100%;
    height: auto;
    background: transparent;
    
    position: relative;
    float: left;
}

.word_loader {
    width: 100%;
    height: auto;
    background: transparent;
    
    position: relative;
    float: left;
}

.word_loader .word_loader_top {
    width: 100%;
    height: auto;
    background: transparent;
    
    position: relative;
    float: left;
    
    padding: 15px;
    box-sizing: border-box;
    
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-content: start;
    gap: 10px;
    
    font-weight: 500;
    font-size: 18px;
    
    color: var(--primary-results-color);
}

.word_loader .error {
    
    margin: 0;
    grid-column: 1 / -1;
    
    /* OVERIDING STYLES */
    
    font-weight: 400;
    font-size: 16px;
    
    color: var(--secondary-p);
    line-height: 24px;
}

.word_loader .error span {
    color: var(--secondary-blue);
}

.wd {
    height: 42px;
    line-height: 44px;
    
    background: var(--primary-border-color);
    border-radius: 10px;
    
    text-align: center;
    contain: layout;
}

html[data-case='true'] .wd {
    text-transform: uppercase;
}

html[data-rule='true'] .wd span.g {
    border-bottom: 2px solid var(--secondary-input-return-green);
}

html[data-rule='true'] .wd span.y {
    border-bottom: 2px solid var(--secondary-input-return-yellow);
}

.word_loader.upper .wd {
    text-transform: uppercase;
}

.wd span.pt {
    margin-left: 3px;
    color: var(--primary-blue);
    display: inline; /* Insert "NONE" here when hiding as default */
}

html[data-value='true'] .wd span.pt {
    display: inline;
}

html[data-value='false'] .wd span.pt {
    display: none;
}

.word_loader .word_loader_bottom {
    width: 100%;
    height: auto;
    background: transparent;
    
    position: relative;
    float: left;
    
    padding: 19px 0 16px 0;
    border-top: 1px solid var(--primary-border-color);
    
    text-align: center;
}

.word_loader .word_loader_bottom p {
    display: inline-block;
    font-size: 1rem;
    color: var(--secondary-p);
    margin: 6px 0 8px 0;
}

.word_loader .word_loader_bottom p > span {
    white-space: nowrap;
    margin-right: 16px;
}

.word_loader .word_loader_bottom p a {
    color: var(--primary-blue);
    text-decoration: none;
}

.word_loader .word_loader_bottom p a svg {
    position: relative;
    top: 2px;
}

.word_loader .word_loader_bottom a.btn {
    padding: 2px 24px 2px 24px;
    border-radius: 50px;
    color: var(--primary-h1);
    line-height: 34px;
    height: 40px;
    box-sizing: border-box;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    background: transparent;
    border: 1px solid var(--primary-border-color);
}

/* CLOSE RESULTS */

/* OPEN WIDGET */

.widget {
    grid-area: widget;
    display: grid;
    grid-template-rows: auto auto auto 1fr;
    margin-top: 10px;
}

.widget .widget_inner {
    width: 100%;
    height: auto;
    background: var(--primary-element-background);
    
    position: relative;
    float: left;
    
    border-radius: 20px;
    box-sizing: border-box;
    
    box-shadow: 0px 3px 4px var(--primary-box-shadow);
}

.widget .widget_inner .widget_inner_top {
    width: 100%;
    height: auto;
    background: transparent;
    
    position: relative;
    float: left;
    
    border-bottom: 1px solid var(--primary-border-color);
    padding: 24px 20px 20px 20px;
    box-sizing: border-box;
}

.widget .widget_inner .widget_inner_top #widget_name {
    display: block;
    color: var(--primary-h1);
    font-size: 16px;
    line-height: 18px;
    margin: 0;
}

.widget .widget_inner .widget_inner_top #widget_name > span {
    color: var(--secondary-p);
    font-weight: 400;
}

.widget .widget_inner .widget_inner_top #widget_name #widget_settings {
    font-weight: 400;
    font-size: 16px;
    color: var(--primary-blue);
    position: absolute;
    float: right;
    right: 16px;
    padding: 0 4px;
    cursor: pointer;
}

.widget .widget_inner .widget_inner_top #widget_name_secondary {
    display: inline-block;
    font-weight: 400;
    color: var(--secondary-p);
    font-size: 0.9rem;
    margin: 0;
    font-style: normal;
}

.widget .widget_inner .widget_inner_top #widget_name_secondary span {
    color: var(--primary-blue);
}

.widget .widget_inner .widget_inner_bottom {
    width: 100%;
    height: auto;
    background: transparent;
    
    position: relative;
    float: left;
    
    box-sizing: border-box;
}

.widget .widget_inner .widget_inner_bottom form {
    text-align: center;
}

.widget .widget_inner .widget_inner_bottom form fieldset {
    border: none;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    max-width: 382px;
    position: relative;
    padding: 0 20px;
    min-inline-size: 0;
}

.widget .widget_inner .widget_inner_bottom form fieldset:last-of-type {
    padding-bottom: 20px;
}

.widget .widget_inner .widget_inner_bottom form fieldset label {
    display: block;
    color: var(--primary-h1);
    margin-top: 12px;
    margin-bottom: 7px;
    line-height: 1.4rem;
}

.widget .widget_inner .widget_inner_bottom form fieldset.word_begins_field {
    padding-top: 8px;
}

.widget .widget_inner .widget_inner_bottom form fieldset.word_begins_field label {
    border-top: none;
    padding-top: 8px;
    margin-top: 0;
}

.widget .widget_inner .widget_inner_bottom form fieldset label h3 {
    margin: 0;
    color: var(--primary-h1);
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 1px;
    position: relative;
}

.widget .widget_inner .widget_inner_bottom form fieldset label > p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--secondary-p);
    line-height: 23px;
}

.widget .widget_inner .widget_inner_bottom form fieldset label h3 .info {
    float: right;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: transparent;
    border-radius: 50px;
    position: absolute;
    text-align: center;
    line-height: 34px;
    top: -6px;
    right: -6px;
    font-size: 16px;
    cursor: pointer;
}

.widget .widget_inner .widget_inner_bottom form fieldset label h3 .info svg {
    height: 16px;
    transform: scale(1.1);
}

.widget .widget_inner .widget_inner_bottom form fieldset.word_begins_field label h3 .info {
    color: var(--primary-input-return-green);
}

.widget .widget_inner .widget_inner_bottom form fieldset.word_contains_field label h3 .info {
    color: var(--primary-info-icon-yellow);
}

.widget .widget_inner .widget_inner_bottom form fieldset.word_does_not_contain_field label h3 .info {
    color: var(--primary-input-return-grey);
}

.widget .widget_inner .widget_inner_bottom form fieldset.word_contains_field label h3 .refine {
    color: var(--secondary-blue);
    font-weight: 400;
}

.widget .widget_inner .widget_inner_bottom form fieldset.word_contains_field label h3 .refine span {
    color: var(--primary-blue);
    cursor: pointer;
}

.info_box,
.refine_box {
    min-width: 100%;
    height: auto;
    background: var(--primary-element-background);
    position: absolute;
    z-index: 999999999999;
    border-radius: 20px;
    box-sizing: border-box;
    top: -9px;
    right: 0;
    display: none;
}

.refine_box {
    display: block;
}

.info_box.show {
    display: block;
}

.info_box ul {
    margin: 0;
    padding: 11px 0;
    list-style-type: none;
}

.refine_box .refine_box_inner {
    margin: 0;
    padding: 13px 20px;
    position: relative;
    line-height: 1.4rem;
    max-width: 382px; /* was 370px */
    margin: 0 auto;
}

.refine_box .refine_box_inner .refine_box_inner_bottom {
    padding-top: 4px;
}

.info_box ul li {
    padding: 10px 20px;
    position: relative;
    line-height: 1.4rem;
}

.info_box ul li h6,
.refine_box .refine_box_inner h3 {
    margin: 0;
    color: var(--primary-h1);
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 1px;
}

.info_box ul li p,
.refine_box .refine_box_inner p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--secondary-p);
    font-weight: 400;
    line-height: 23px;
}

.remove_letter {
    width: fit-content;
    padding: 13px 20px;
    background: var(--primary-element-background);
    color: var(--primary-h1);
    color: var(--primary-input-return-red);
    border-radius: 24px;
    font-weight: 700;
    position: absolute;
    top: -52px;
    cursor: pointer;
}

    .remove_letter span {
        font-family: arial;
        margin-right: 4px;
        color: var(--primary-input-return-red);
        font-weight: 700;
        display: inline-block;
        transform: scale(1.4);
    }

.widget .widget_inner .widget_inner_bottom form fieldset .input_column {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 7px;
    margin-bottom: 7px;
}

.widget .widget_inner .widget_inner_bottom form fieldset .cell {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border-radius: 10px;
    box-sizing: border-box;
    width: 100%;
    aspect-ratio: 1 / 1;
    max-width: 71px; /* was 68px */
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    min-width: 0;
}

.widget .widget_inner .widget_inner_bottom form fieldset .cell input {
    caret-color: transparent;
    -webkit-appearance: none;
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 2px solid var(--primary-input-border-color);
    border-radius: 10px;
    padding: 3px 0 0 0;
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    background: transparent;
    color: var(--primary-input-color);
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: none;
}

.widget .widget_inner .widget_inner_bottom form fieldset .cell input::selection {
    background: transparent;
    color: inherit;
}

.widget .widget_inner .widget_inner_bottom form fieldset.word_does_not_contain_field input::placeholder {
    font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.widget .widget_inner .widget_inner_bottom form fieldset .cell input::placeholder {
    color: var(--primary-placeholder);
}

.widget .widget_inner .widget_inner_bottom form fieldset .cell.green,
.widget .widget_inner .widget_inner_bottom form fieldset .cell.yellow,
.widget .widget_inner .widget_inner_bottom form fieldset .cell.grey {
    background-image: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.07));
    box-shadow: var(--primary-input-box-shadow);
    border: none;
}

    .widget .widget_inner .widget_inner_bottom form fieldset .cell.green input,
    .widget .widget_inner .widget_inner_bottom form fieldset .cell.yellow input {
        color: var(--primary-input-color-access);
    }

.widget .widget_inner .widget_inner_bottom form fieldset .cell.green input,
.widget .widget_inner .widget_inner_bottom form fieldset .cell.yellow input,
.widget .widget_inner .widget_inner_bottom form fieldset .cell.grey input {
    border: none;
}

.widget .widget_inner .widget_inner_bottom form fieldset .cell.green {
    background: var(--primary-input-return-green);
}

.widget .widget_inner .widget_inner_bottom form fieldset .cell.yellow {
    background: var(--primary-input-return-yellow);
}

.widget .widget_inner .widget_inner_bottom form fieldset .cell.grey {
    background: var(--primary-input-return-grey);
}

.widget .widget_inner .widget_inner_bottom form fieldset .cell.green:before,
.widget .widget_inner .widget_inner_bottom form fieldset .cell.yellow:before,
.widget .widget_inner .widget_inner_bottom form fieldset .cell.grey:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 90%;
    width: 100%;
    border-radius: 0 0 16% 16%;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.2));
    pointer-events: none;
}

    .widget .widget_inner .widget_inner_bottom form fieldset .cell.yellow:before {
        background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.24));
    }

        .widget .widget_inner .widget_inner_bottom form fieldset .cell.yellow.filter:after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            z-index: 1;
            height: 28%;
            width: 28%;
            border-radius: 0 10px 0 100%;
            background: var(--primary-input-return-green);
            pointer-events: none;
            border-left: 2px solid var(--primary-element-background);
            border-bottom: 2px solid var(--primary-element-background);
        }
        
            .widget.seven_results .widget_inner .widget_inner_bottom form fieldset .cell.yellow.filter:after {
                border-radius: 0 9px 0 100%;
            }
            
            .widget .widget_inner .widget_inner_bottom form fieldset .cell.yellow.filter input {
                pointer-events: none;
            }

.widget .widget_inner .widget_inner_bottom form #reset {
    margin: 20px 0 0 0px;
    padding: 10px 0 9px 0;
    border-radius: 35px;
    font-weight: 700;
    font-size: 16px;
    color: var(--primary-h1);
    cursor: pointer;
    text-align: center;
    display: inline-block;
    float: left;
    width: 85px;
    background: transparent;
    box-sizing: border-box;
    border: 1px solid var(--primary-border-color);
}

.widget .widget_inner .widget_inner_bottom form #reset:active {
    background: var(--primary-border-color);
}

.widget .widget_inner .widget_inner_bottom form #new_query {
    margin: 14px 0 0 10px;
    padding: 17px 0 16px 0;
    background: var(--primary-blue);
    border-radius: 35px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    width: calc(100% - 95px);
    text-align: center;
    display: inline-block;
    position: relative;
}

.widget .widget_inner .widget_inner_bottom form #new_query:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: var(--cta-opacity);
  position: absolute;
  top: 0;
  transition: all .3s;
  width: 92%;
}

.widget .widget_inner .widget_inner_bottom form #new_query.timeout {
    background: var(--primary-border-color);
    color: var(--primary-h1);
    color: transparent;
}

.widget .widget_inner .widget_inner_bottom form #new_query.timeout:before {
    display: none;
}

.widget .widget_inner .widget_inner_bottom form #new_query.locked {
    pointer-events: none;
}

.widget .widget_inner .widget_inner_bottom form #new_query.failed {
    background: #fe8c16;
}

/* OPEN LOADER */

.spinner {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .spinner span {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        margin: 8px;
        border: 4px solid #1877fd;
        border-radius: 50%;
        animation: spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #1877fd transparent transparent transparent;
    }
    
        .spinner span:nth-child(1) {
            animation-delay: -0.45s;
        }
        
        .spinner span:nth-child(2) {
            animation-delay: -0.3s;
        }
        
        .spinner span:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* CLOSE LOADER */

.text_copy {
    grid-area: text;
}

.text_copy section {
    width: 100%;
    height: auto;
    background: var(--primary-element-background);
    
    position: relative;
    float: left;
    
    border-radius: 20px;
    box-shadow: 0px 3px 4px var(--primary-box-shadow);
}

.text_copy section:nth-child(n+2) {
    margin-top: 10px;
}

.text_copy section .section_top {
    width: 100%;
    height: auto;
    background: transparent;
    position: relative;
    float: left;
    border-bottom: 1px solid var(--primary-border-color);
    padding: 22px 20px 18px 20px;
    box-sizing: border-box;
}

.text_copy section .section_bottom {
    width: 100%;
    height: auto;
    background: transparent;
    position: relative;
    float: left;
    padding: 6px 20px 20px 20px;
    box-sizing: border-box;
}

.text_copy section h1, .text_copy section h2 {
    display: block;
    color: var(--primary-h1);
    font-size: 16px;
    margin: 0;
    font-weight: 700;
    line-height: 22px;
}

.text_copy section p,
.text_copy section ul li,
.text_copy section ol li {
    font-size: 18px;
    color: var(--secondary-p);
    font-weight: 400;
    line-height: 26px;
    margin: 10px 0 0 0;
}

.text_copy section p:nth-of-type(n+2) {
    margin-top: 10px;
}

.text_copy section li span,
.text_copy section p span {
    color: var(--secondary-blue);
}

.text_copy section p a {
    text-decoration: none;
    color: var(--primary-blue);
}

.text_copy section .wf_links_copy {
    margin: 16px 0;
    border-top: 1px solid var(--primary-border-color);
    border-bottom: 1px solid var(--primary-border-color);
}

.text_copy section .wf_links_copy p {
    margin: 0;
}

.text_copy section .wf_links_copy p a {
    display: block;
    position: relative;
    padding: 11px 10px 10px 10px;
}

.text_copy section .wf_links_copy p a svg {
    position: absolute;
    top: 15px;
    right: 7px;
    height: 19px;
}

.text_copy section .wf_links_copy hr {
    border: none;
    height: 1px;
    width: 100%;
    background: var(--primary-border-color);
    margin: 0;
}

/* CLOSE WIDGET */

/* DARK MODE TOGGLE OPEN */

.dark_mode_outer {
    width: 100%;
    height: auto;
    background: var(--primary-element-background);
    
    position: relative;
    float: left;
    
    border-radius: 20px;
    padding: 18px 20px 16px 20px;
    box-sizing: border-box;
    box-shadow: 0px 3px 4px var(--primary-box-shadow);
    
    line-height: 1.4rem;
    margin-top: 10px;
}

.dark_mode_outer #theme {
    display: block;
    color: var(--primary-h1);
    font-size: 16px;
    line-height: 18px;
    margin: 0;
    font-weight: 700;
    margin-bottom: 1px;
}

.dark_mode_outer #dk {
    display: block;
    font-weight: 400;
    color: var(--secondary-p);
    font-size: 0.9rem;
    margin: 0;
    font-style: normal;
}

.dark_mode_outer #dk span {
    color: var(--secondary-blue);
    cursor: pointer;
}

.switch {
    display: inline-block;
    height: 34px;
    position: absolute;
    width: 60px;
    float: right;
    right: 21px;
    top: 21px;
}

.results .results_inner .results_inner_top #options_box .switch,
.widget .widget_inner .widget_inner_top #settings_box .switch {
    top: 13px; /* was 14px with no margin:bottom: 1px */
}

.switch input {
    display:none;
}

.slider {
    background: var(--uncheck-slider);
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.slider:before {
    background: #fff;
    bottom: 4px;
    content: "";
    height: 26px;
    left: 4px;
    position: absolute;
    width: 26px;
}

input:checked + .slider {
    background: var(--primary-blue);
}

input:checked + .slider:before {
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* DARK MODE TOGGLE CLOSE */

/* WF LINKS OPEN */

.wf_links_outer {
    width: 100%;
    height: auto;
    background: var(--primary-element-background);
    
    position: relative;
    float: left;
    
    border-radius: 20px;
    overflow: hidden;
    padding: 0;
    box-sizing: border-box;
    box-shadow: 0px 3px 4px var(--primary-box-shadow);
    line-height: 1.4rem;
    margin-top: 10px;
}

.wf_links_outer ul {
    list-style-type: none;
    padding: 16px 0;
    margin: 0;
}

.wf_links_outer ul li {
    position: relative;
    line-height: 1.4rem;
}

.wf_links_outer ul li a {
    display: block;
    padding: 7px 52px 6px 20px;
    text-decoration: none;
    cursor: pointer;
}

.wf_links_outer ul li a h6 {
    margin: 0;
    color: var(--primary-h1);
    position: relative;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 1px;
}

.wf_links_outer ul li a p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--secondary-p);
    line-height: 23px;
}

.wf_links_outer ul li a h6 svg {
    position: absolute;
    margin-left: 6px;
    top: 2px;
    color: var(--primary-wf-blue);    
}

.wf_links_outer ul li a h6 em {
    color: #fff;
    font-style: normal;
    background: #32c821;
    padding: 1px 4px;
    border-radius: 4px;
}

.wf_links_outer ul li a svg {
    position: absolute;
    top: 21px;
    right: 17px;
    color: var(--primary-wf-blue);
    height: 16px;
}

.wf_links_outer ul li.active {
    border-left: 4px solid var(--primary-wf-blue);
}

.wf_links_outer ul li.active a {
    padding: 7px 52px 6px 16px;
}

/* WF LINKS CLOSE */

.widget.seven_results .widget_inner .widget_inner_bottom form fieldset.word_begins_field .input_column,
.widget.seven_results .widget_inner .widget_inner_bottom form fieldset.word_contains_field .input_column {
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 3px;
}

.widget.seven_results .widget_inner .widget_inner_bottom form fieldset.word_begins_field .cell input,
.widget.seven_results .widget_inner .widget_inner_bottom form fieldset.word_contains_field .cell input {
    border-radius: 9px;
    font-size: 20px;
    padding-top: 2px;
}

/* CLOSE ADJUSTMENT FOR 7 LETTER WORD FINDER */

/* OPEN ADJUSTMENT FOR 6 LETTER WORD FINDER */

.widget.six_results .widget_inner .widget_inner_bottom form fieldset.word_begins_field .input_column,
.widget.six_results .widget_inner .widget_inner_bottom form fieldset.word_contains_field .input_column {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 4px;
}

.widget.six_results .widget_inner .widget_inner_bottom form fieldset.word_begins_field .cell input,
.widget.six_results .widget_inner .widget_inner_bottom form fieldset.word_contains_field .cell input {
    font-size: 22px;
    padding-top: 3px;
}

/* CLOSE ADJUSTMENT FOR 6 LETTER WORD FINDER */

/* OPEN REFINE GRID */

.refine_copy {
    padding: 8px 0 7px 0;
    line-height: 1.4rem;
    display: grid;
    grid-template-columns: 1fr 38px;
}

.refine_copy .refine_copy_right {
    position: relative;
    background: transparent;
    display: grid;
    align-items: center;
    justify-content: center;
}

    .refine_copy .refine_copy_right > div {
        width: 38px;
        height: 38px;
        background: var(--primary-input-return-yellow);
        border-radius: 8px;
        text-align: center;
        line-height: 39px;
        font-weight: 700;
        color: var(--primary-input-color-access);
        font-size: 20px;
        box-shadow: var(--primary-input-box-shadow);
        position: relative;
        top: -2px;
    }
    
        .refine_copy .refine_copy_right > div:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            height: 88%;
            width: 100%;
            border-radius: 0 0 7px 7px;
            background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.24));
        }
        
        .refine_copy .refine_copy_right > div.filter:after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            z-index: 1;
            height: 34%;
            width: 34%;
            border-radius: 0 8px 0 100%;
            background: var(--primary-input-return-green);
            border-left: 1.5px solid var(--primary-element-background);
            border-bottom: 1.5px solid var(--primary-element-background);
        }

.refine_grid {
    display: grid;
    gap: 7px;
    margin-bottom: 7px;
}

    .refine_grid > div {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background: transparent;
        border: 2px solid var(--primary-input-border-color);
        border-radius: 10px;
        position: relative;
        box-sizing: border-box;
        width: 100%;
        aspect-ratio: 1 / 1;
        max-width: 68px;
        font-size: 26px;
        padding: 0;
        padding-top: 4px;
        font-weight: 700;
        text-align: center;
        color: var(--primary-placeholder);
        text-transform: uppercase;
        caret-color: transparent;
        -webkit-appearance: none;
        min-width: 0;
    }
    
.widget.six_results .refine_grid {
    gap: 4px;
}

    .widget.six_results .refine_grid > div {
        padding-top: 4px;
        font-size: 22px;
    }

.widget.seven_results .refine_grid {
    gap: 3px;
}

    .widget.seven_results .refine_grid > div {
        border-radius: 9px;
        padding-top: 3px;
        font-size: 20px;
    }
    
    .refine_grid > div.available {
        color: var(--primary-info-filter-yellow);
        cursor: pointer;
    }
    
        .refine_grid > div.available:after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: -13px;
            transform: translateX(-50%);
            width: 0;
            height: 0;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-bottom: 8px solid var(--primary-wf-blue);
        }
        
            .refine_grid > div.available.selected:after {
                bottom: -11px;
            }
        
        .refine_grid > div.available.selected {
            background: var(--primary-input-return-yellow);
            box-shadow: var(--primary-input-box-shadow);
            color: var(--primary-input-color-access);
            border: none;
        }
        
            .refine_grid > div.available.selected:before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                z-index: 1;
                height: 90%;
                width: 100%;
                border-radius: 0 0 16% 16%;
                background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.24));
            }
    
    .refine_box_inner_bottom .refine_grid > div {
        cursor: pointer;
    }
    
    .refine_grid > div.excluded {
        background: var(--primary-input-return-red);
        box-shadow: var(--primary-input-box-shadow);
        color: var(--primary-input-color);
        font-family: arial;
        border: none;
    }
    
    .refine_grid > div.excluded:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        height: 90%;
        width: 100%;
        border-radius: 0 0 16% 16%;
        background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.2));
    }
    
/* CLOSE REFINE GRID */

/* OPEN FOOTER */

footer {
    grid-area: footer;
    margin-top: 10px;
    content-visibility: auto;
}

.footer_bottom {
    grid-area: footer2;
    
    width: 100%;
    height: 16px;
    background: var(--primary-element-background);
    
    position: relative;
    float: left;
}

footer {
    width: 100%;
    height: auto;
    background: var(--primary-element-background);
    
    position: relative;
    float: left;
    
    box-shadow: 0px 3px 4px var(--primary-box-shadow);
}

footer .footer_inner {
    max-width: 1121px;
    min-height: 280px;
    background: transparent;
    
    position: relative;
    display: block;
    margin: 0 auto;
    
    padding: 40px 21px 100px 21px;
    box-sizing: border-box;
}

footer .footer_inner section:first-child {
    text-align: left;
}

footer .footer_inner section:first-child ul {
    -webkit-touch-callout: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

footer .footer_inner section h3 {
    border-bottom: 1px solid var(--primary-border-color);
    padding-bottom: 8px;
    margin-bottom: 10px;
    font-weight: 700;
    color: var(--primary-h1);
    font-size: 16px;
    margin-top: 24px;
    display: inline-block;
    position: relative;
}

footer .footer_inner section h3 em {
    color: #fff;
    font-style: normal;
    background: #32c821;
    padding: 1px 4px;
    border-radius: 4px;
}

footer .footer_inner section ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

footer .footer_inner section ul li {
    display: block;
    line-height: 24px;
    color: var(--secondary-p);
}

footer .footer_inner section ul li a,
footer .footer_inner section ul li .fs {
    text-decoration: none;
    color: var(--primary-blue);
    cursor: pointer;
    padding: 4px 4px 4px 4px;
    margin-left: -4px;
    border-radius: 3px;
    display: inline-block;
}

footer .footer_inner section ul li .fs {
    color: var(--secondary-p);
}

footer .footer_inner section ul li .fs span {
    color: var(--secondary-blue);
}

/* OPEN FOOTER ~ 5 Letter Words Beginning With */

footer .footer_inner section.flwbw h3 {
    margin-bottom: 16px;
}

footer .footer_inner section.flwbw ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(37px, 1fr));
    gap: 11px;
}

footer .footer_inner section.flwbw ul li {
    display: grid;
    place-items: center;
}

footer .footer_inner section.flwbw ul li a {
    display: grid;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    border: 1px solid var(--primary-border-color);
    aspect-ratio: 1 / 1;
    box-sizing: border-box;
    border-radius: 6px;
}

/* CLOSE FOOTER ~ 5 Letter Words Beginning With */

footer .footer_inner section ul li.ft:nth-child(n+2) {
    margin-top: 24px;
}

footer .footer_inner section ul li.copy {
    margin-top: 42px;
}

footer .footer_inner section ul li.copy span {
    font-size: 18px;
    position: relative;
    top: 1px;
    margin-right: 6px;
}

/* CLOSE FOOTER */

/* OPEN MEDIA QUERIES */

@media only screen and (max-width: 1740px) {

    .ad1_inner,
    .ad2_inner {
        height: 100%;
        width: 160px;
    }
    
    .ad1_inner .ad1_inner_top,
    .ad2_inner .ad2_inner_top,
    .ad1_inner .ad1_inner_top .ad,
    .ad2_inner .ad2_inner_top .ad {
        display: none;
        max-height: 0;
        max-width: 0;
    }
    
    .ad1_inner .ad1_inner_bottom .ad,
    .ad2_inner .ad2_inner_bottom .ad {
        max-width: 160px;
    }
    
}

@media only screen and (max-width: 1461px) {
    
    .ad1_inner,
    .ad2_inner {
        width: 120px;
    }
    
    .ad1_inner .ad1_inner_bottom .ad,
    .ad2_inner .ad2_inner_bottom .ad {
        max-width: 120px;
    }
}

@media only screen and (max-width: 1380px) {
    .ad1,
    .ad2,
    .ad1_inner .ad1_inner_bottom .ad,
    .ad2_inner .ad2_inner_bottom .ad {
        display: none;
        max-height: 0;
        max-width: 0;
    }
}

@media only screen and (min-width: 1240px) {
    
    header .header_inner .menu_btn:hover {
        transform: scale(1.08);
        background: var(--primary-results-hover);
        color: var(--primary-h1);
    }
    
    header nav ul li a:hover {
        background: var(--primary-hover);
    }
    
    ul.breadcrumb li a:hover {
        text-decoration: underline;
    }
    
    .results .results_inner .results_inner_top #options:hover {
        transform: translateY(-50%) scale(1.12);
    }
    
    .results .results_inner .results_inner_top #options:hover svg {
        animation: rotateClockwise 2.4s linear infinite;
    }
    
    @keyframes rotateClockwise {
        from {
            transform: rotate(0deg);
        }
        to {
            transform: rotate(360deg);
        }
    }
    
    .results.six_results .word_loader .word_loader_top,
    .results.seven_results .word_loader .word_loader_top {
        grid-template-columns: repeat(5, 1fr);
    }
    
    .wd:hover {
        color: var(--primary-h1);
        background: var(--primary-results-hover);
        transform: scale(1.1);
        
        /* OVERIDING STYLES */
        
        border: 1px solid var(--primary-border-color);
        box-sizing: border-box;
        line-height: 42px;
    }
    
    .widget .widget_inner .widget_inner_bottom {
        min-height: 471px;
    }
    
    .widget .widget_inner .widget_inner_bottom form #new_query:hover {
        transform: scale(1.05);
    }
    
    .widget .widget_inner .widget_inner_bottom form #reset:hover {
        transform: scale(1.07);
    }
    
    .widget .widget_inner .widget_inner_bottom form fieldset .cell input:focus {
        outline: 3px solid var(--primary-outline);
    }
    
    .widget.seven_results .widget_inner .widget_inner_bottom {
        min-height: auto;
    }
    
    .widget.six_results .widget_inner .widget_inner_bottom {
        min-height: auto;
    }
    
    .word_loader .word_loader_bottom a.btn:hover {
        transform: scale(1.08);
    }
    
    .text_copy section .wf_links_copy p a:hover {
        background: var(--primary-border-color);
    }
    
    .switch:hover {
        transform: scale(1.1);
    }
    
    .wf_links_outer ul li a:hover {
        background: var(--primary-hover);
    }
    
    footer .footer_inner section ul li a:hover {
        text-decoration: underline;
    }
    
}

@media only screen and (max-width: 1239px) {
    
    .wf_links_outer.desktop {
        display: none;
    }
    
    .grid {
        display: grid;
        grid-template-columns: 100%;
        grid-template-areas: 
        "header"
        "ad3"
        "widget"
        "theme"
        "ad6"
        "results"
        "text"
        "ad4"
        "footer"
        "footer2";
        grid-column-gap: 20px;
        grid-row-gap: 0;
    }
    
    .ad1,
    .ad2 {
        display: none;
    }
    
    .ad6 {
        position: relative;
        top: 0;
    }
    
    header .header_inner {
        max-width: 100%;
    }
    
    header .header_inner h2 {
        margin-left: 28px;
        font-size: 22px;
        line-height: 62px;
    }
    
    header .header_inner .menu_btn {
        margin-right: 28px;
    }
    
    header nav ul li a:active {
        background: var(--primary-border-color);
    }
    
    header nav {
        right: 8px;
    }
    
    .ad8,
    .ad9,
    .ad10 {
        margin-top: 10px;
    }
    
    .ad8 .ad,
    .ad9 .ad,
    .ad10 .ad {
        max-height: unset;
        max-width: unset;
    }
    .ad3,
    .ad4 {
        width: calc(100% - 20px);
        margin-left: auto;
        margin-right: auto;
    }
    
    .ad3_inner,
    .ad4_inner,
    .ad5_inner,
    .ad6_inner,
    .ad8_inner,
    .ad9_inner,
    .ad10_inner {
        height: auto;
        width: 100%;
        align-items: center;
        box-sizing: border-box;
        clip-path: inset(0 0 0 0);
    }
    
    .ad6_inner::before,
    .ad8_inner::before,
    .ad9_inner::before,
    .ad10_inner::before {
        content: "Ad";
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        
        font-size: 0.9rem;
        color: var(--primary-ad-text-color);
        
        border: 1px solid var(--primary-ad-background);
        box-sizing: border-box;
        
        background: var(--primary-ad-background);
        border-radius: 10px;
    }
    
    .ad6_inner .ad,
    .ad8_inner .ad,
    .ad9_inner .ad,
    .ad10_inner .ad {
        z-index: 1;
    }
    
    /* Heights (Mobile) */
    
    .ad3_inner {
        height: 100px;
    }
    
    .ad3_inner .ad {
        max-height: 100px;
    }
    
    .ad5_inner {
        max-width: 970px;
    }
    
    .ad6_inner {
        position: relative;
        top: 0;
        
        height: 280px;
        padding-bottom: 0;
        max-width: 970px;
    }
    
    .ad6_inner .ad {
        max-height: 280px;
    }
    
    .ad5_inner,
    .ad8_inner {
        height: 280px;
    }
    
    .ad5_inner .ad,
    .ad8_inner .ad {
        max-height: 280px;
    }
    
    .ad9_inner,
    .ad10_inner {
        height: 600px;
    }
    
    .ad9_inner .ad,
    .ad10_inner .ad{
        max-height: 600px;
    }
    
    .ad4_inner,
    .ad5_inner,
    .ad8_inner {
        display: block;
        overflow: unset;
        clip-path: inset(0 0 0 0);
        
    }
    
    .ad4_inner .ad4_inner_top,
    .ad5_inner .ad5_inner_top,
    .ad8_inner .ad8_inner_top {
        position: sticky;
        position: -webkit-sticky;
        top: 0;
    }
    
    .ad4_inner {
        height: 280px;
    }
    
    .ad4_inner .ad {
        max-height: 280px;    
    }
    
    .results {
        min-height: auto;
        margin-top: 10px;
    }
    
    .results {
        padding: 0 8px;
        box-sizing: border-box;
    }
    
    .word_loader .word_loader_top {
        grid-template-columns: repeat(5, 1fr);
    }
    
    .wd {
        height: 46px;
        line-height: 48px;
    }
    
    .widget {
        padding: 0 8px;
        box-sizing: border-box;
        margin-top: 10px;
    }
    
    .theme {
        padding: 0 8px;
        box-sizing: border-box;
        margin-top: 10px;
    }
    
    .text_copy {
        padding: 0 8px;
        box-sizing: border-box;
        margin: 0;
    }
    
    .text_copy section:nth-child(n+2) {
        margin-top: 10px;
    }
    
    footer {
        margin-top: 10px;
    }
    
    footer .footer_inner {
        max-width: 100%;
        padding: 40px 29px 100px 29px;
    }
    
}

@media only screen and (max-width: 959px) {
    
    .ad5_inner,
    .ad8_inner {
        height: 310px;
    }
    
    .ad5_inner .ad,
    .ad8_inner .ad{
        max-height: 310px;
    }
    
    .ad8,
    .ad9,
    .ad10 {
        display: block;
        width: 100%;
    }
    
    .ad9_inner,
    .ad10_inner {
        display: block;
        overflow: unset;
        clip-path: inset(0 0 0 0);
    }
    
    .ad9_inner .ad9_inner_top,
    .ad10_inner .ad10_inner_top {
        position: sticky;
        position: -webkit-sticky;
        top: 0;
    }
    
    .ad4_inner {
        height: 828px;
    }
    
    .ad4_inner .ad {
        max-height: 828px;    
    }
    
}

@media only screen and (max-width : 800px) {
    
    footer .footer_inner section {
        width: 100%;
        text-align: left;
    }
    
    footer .footer_inner section:nth-child(n+2) {
        text-align: left;
    }
    
    footer .footer_inner section ul li.copy {
        margin-top: 36px;
    }
        
}

@media only screen and (max-width: 729px) {
    
    .ad3_inner {
        width: auto;
        max-width: 320px;
        height: 50px;
    }
    
    .ad3_inner .ad {
        max-width: 320px;
        height: 50px;
        max-height: 50px;
    }
    
    .ad4_inner,
    .ad5_inner,
    .ad6_inner,
    .ad8_inner,
    .ad9_inner,
    .ad10_inner {
        width: auto;
        max-width: 336px;
    }
    
    .ad5_inner .ad5_inner_top {
        position: relative;
    }
    
    .ad4_inner .ad,
    .ad5_inner .ad,
    .ad6_inner .ad,
    .ad8_inner .ad,
    .ad9_inner .ad,
    .ad10_inner .ad {
        max-width: 336px;
    }
    
    header .header_inner p.sub_rush_header_btn {
        display: none;
    }
    
}

@media only screen and (max-width: 650px) {
    
    .word_loader .word_loader_top {
        grid-template-columns: repeat(4, 1fr);
    }
    
}

@media only screen and (min-width: 601px) {

    .widget .widget_inner .widget_inner_bottom form fieldset.word_begins_field .info_box {
        top: -5px;
    }

}

@media only screen and (max-width: 600px) {
    
    header nav {
        position: fixed;
        bottom: 8px;
        left: 8px;
        right: 8px;
        top: auto;
        width: calc(100% - 16px);
        margin: 0;
        border: none;
        border-radius: 20px;
        min-width: auto;
    }
    
    header nav ul {
        padding: 18px 0;
    }
    
    header nav ul li a,
    header nav ul li span {
        padding: 7px 44px 6px 20px;
    }
    
    header nav ul li.active a {
        padding: 7px 52px 6px 16px;
    }
    
    header nav ul li a svg {
        right: 19px;
    }
    
    .results .results_inner .results_inner_top #options_box,
    .widget .widget_inner .widget_inner_top #settings_box {
        position: fixed;
        bottom: 8px;
        left: 8px;
        right: 8px;
        top: auto;
        width: calc(100% - 16px);
        margin: 0;
        border: none;
        border-radius: 20px;
        min-width: auto;
    }
    
    .results .results_inner .results_inner_top #options_box ul,
    .widget .widget_inner .widget_inner_top #settings_box ul {
        padding: 18px 0;
    }
    
    .results .results_inner .results_inner_top #options_box ul li,
    .widget .widget_inner .widget_inner_top #settings_box ul li {
        padding: 10px 20px;
    }
    
    .results .results_inner .results_inner_top #options_box ul li#sort {
        padding-left: 32px;
    }
    
    .results .results_inner .results_inner_top #options_box .switch, 
    .widget .widget_inner .widget_inner_top #settings_box .switch {
        right: 20px;
    }
    
    .widget .widget_inner .widget_inner_bottom form fieldset.word_contains_field label,
    .widget .widget_inner .widget_inner_bottom form fieldset.word_does_not_contain_field label {
        margin-top: 10px;
    }

    .widget .widget_inner .widget_inner_bottom form #reset {
        margin-top: 20px;
    }
    
    .widget .widget_inner .widget_inner_bottom form #new_query {
        margin-top: 14px;
    }
    
    .info_box,
    .refine_box {
        position: fixed;
        bottom: 8px;
        left: 8px;
        right: 8px;
        top: auto;
        width: calc(100% - 16px);
        margin: 0;
        border: none;
        border-radius: 20px;
        min-width: auto;
    }
    
    .refine_box .refine_box_inner {
        padding: 20px 20px;
    }
    
    .info_box ul {
        padding: 18px 0;
    }
    
    .info_box ul li,
    .widget .widget_inner .widget_inner_top #settings_box ul li {
        padding: 10px 20px;
    }
    
    .word_loader .word_loader_bottom p {
        margin: 6px 0 10px 0;
    }
    
}

@media only screen and (max-width : 550px) {
    
    .word_loader .word_loader_bottom p > span {
        display: block;
        margin-bottom: 20px;
        margin-right: 0;    
    }
    
    footer .footer_inner {
        padding: 16px 29px 30px 29px;
    }
    
}

@media only screen and (max-width: 500px) {
    
    .word_loader .word_loader_top {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .widget.seven_results .widget_inner .widget_inner_bottom form fieldset.word_begins_field,
    .widget.seven_results .widget_inner .widget_inner_bottom form fieldset.word_contains_field,
    .widget.seven_results .widget_inner .widget_inner_bottom form fieldset.word_does_not_contain_field,
    .widget.seven_results .refine_box .refine_box_inner {
        max-width: 100%;
    }
    
    .widget.seven_results .widget_inner .widget_inner_bottom form fieldset.word_does_not_contain_field input {
        max-width: 84px;
    }
    
    .widget.six_results .widget_inner .widget_inner_bottom form fieldset.word_begins_field,
    .widget.six_results .widget_inner .widget_inner_bottom form fieldset.word_contains_field,
    .widget.six_results .widget_inner .widget_inner_bottom form fieldset.word_does_not_contain_field,
    .widget.six_results .refine_box .refine_box_inner {
        max-width: 100%;
    }
    
    .widget.six_results .widget_inner .widget_inner_bottom form fieldset.word_does_not_contain_field input {
        max-width: 84px;
    }
    
    .widget .widget_inner .widget_inner_top #settings_box ul li .definition,
    .info_box ul li .definition {
        width: 100%;
        margin-top: 10px;
        padding: 14px 16px;
        left: 0;
    }
    
}

@media only screen and (min-width : 430px) and (max-width : 1239px) {
    
    /* Safari iOS PRE 15 HACK */
    
    .widget .widget_inner .widget_inner_bottom form fieldset .cell {
        min-height: 68px;
    }
    
    .widget.seven_results .widget_inner .widget_inner_bottom form fieldset .cell {
        min-height: 43px;
    }
    
    .widget.six_results .widget_inner .widget_inner_bottom form fieldset .cell {
        min-height: 50px;
    }
    
}

@media only screen and (max-width: 400px) {
    
    .results.seven_results .word_loader .word_loader_top {
        grid-template-columns: repeat(2, 1fr);
    }
    
}

@media only screen and (max-width : 375px) {
    
    header .header_inner h2 {
        margin-left: 24px;
        font-size: 21px;
    }
    
    header .header_inner .menu_btn {
        margin-right: 24px;
    }
    
    .widget .widget_inner .widget_inner_top,
    .results .results_inner .results_inner_top {
        padding: 24px 16px 20px 16px;
    }
    
    .widget .widget_inner .widget_inner_bottom form fieldset {
        padding: 0 16px;
    }
    
    .dark_mode_outer {
        padding: 18px 16px 16px 16px;
    }
    
    .content .content_inner {
        padding: 20px 16px;
    }
    
    .widget .widget_inner .widget_inner_top #settings_box ul li,
    .results .results_inner .results_inner_top #options_box ul li,
    .info_box ul li {
        padding: 10px 16px;
    }
    
    .results .results_inner .results_inner_top #options_box .switch, 
    .widget .widget_inner .widget_inner_top #settings_box .switch {
        right: 16px;
    }
    
    .refine_box .refine_box_inner {
        padding: 20px 16px;
    }
    
    .remove_letter {
        padding: 13px 16px;
    }
    
    header nav ul li a {
        padding: 7px 40px 6px 16px;
    }
    
    header nav ul li.active a {
        padding: 7px 40px 6px 12px;
    }
    
    header nav ul li a svg {
        right: 15px;
    }
    
    footer .footer_inner {
        padding: 16px 25px 30px 25px;
    }
    
}

@media only screen and (max-width: 365px) {
    
    .widget .widget_inner .widget_inner_bottom form fieldset .input_column,
    .refine_grid {
        gap: 5px;
    }
    
}

@media only screen and (max-width: 370px) and (min-width : 360px) {
    
    header .header_inner .menu_btn {
        padding: 0 16px;
    }
    
}

@media only screen and (max-width: 359px) {
    
    header .header_inner .menu_btn span {
        display: none;
    }
    
    header .header_inner .menu_btn::after {
        content: "M";
    }
    
    header .header_inner .menu_btn {
        padding: 0 14px;
    }
    
    .widget .widget_inner .widget_inner_bottom form fieldset .cell input,
    .refine_grid > div {
        font-size: 24px;
    }
    
}

@media only screen and (max-width: 340px) {
    
    .results .word_loader .word_loader_top {
        grid-template-columns: repeat(2, 1fr);
    }
    
}

@media only screen and (max-width: 330px) {
    
    header .header_inner .menu_btn {
        padding: 0 13px;
    }
    
}

@media only screen and (max-width: 325px) {
    
    .widget .widget_inner .widget_inner_bottom form fieldset .input_column,
    .widget.six_results .widget_inner .widget_inner_bottom form fieldset.word_begins_field .input_column,
    .widget.six_results .widget_inner .widget_inner_bottom form fieldset.word_contains_field .input_column,
    .refine_grid {
        gap: 3px;
    }
    
}

@media only screen and (max-width: 305px) {
    
    .widget .widget_inner .widget_inner_top #widget_name #widget_settings {
        display: none;
    }
    
    .widget .widget_inner .widget_inner_bottom form fieldset .cell input,
    .refine_grid > div {
        font-size: 22px;
    }
    
}

@media only screen and (max-width: 295px) {
    
    header .header_inner h2 {
        font-size: 19px;
    }
    
    .widget .widget_inner .widget_inner_bottom form fieldset .input_column,
    .refine_grid {
        gap: 2px;
    }
    
}

@media only screen and (max-width: 285px) {
    
    header .header_inner h2 {
        font-size: 18px;
    }
    
}