/* Updated 10-13-2025e */

/* Search */

.page-area {
    padding-top: 0px;
}

.feed-header {
    margin-top: 60px;
}

.main-headline svg {
    display: none;
}

.addsearch-searchfield {
    min-width: 100%;
}

    .addsearch-searchfield .search-field-wrapper, .addsearch-searchfield input[type=search] {
        width: 70%;
    }

    .addsearch-searchfield button {
        cursor: pointer !important;
        background: #0071ce !important;
        color: #fff !important;
        font-size: 0.85em !important;
        padding: 1.375em 2em 2.75em !important;
        border-radius: 0px !important;
        font-weight: 700 !important;
        font-family: gotham-sans, sans-serif !important;
        text-transform: uppercase !important;
        border: 0 !important;
        float: right !important;
    }

div#ai-answers-result-container ul ul, div#ai-answers-result-container ul ul ul, div#ai-answers-result-container ol ul {
    margin-bottom: 10px;
    margin-top: 10px
}

p.uncheck {
    margin-top: 10px;
}




/* Results page */

form.addsearch-searchfield svg {
    display: block !important;
}

div#ai-answers-result-container li p {
    margin-bottom: 0px;
}

strong {
    font-weight: bold !important;
}

.addsearch-ai-answers-result h3 {
    font-weight: 700 !important;
    font-size: 18px !important;
    margin-top: 30px;
    color: #003057 !important;
}

.addsearch-ai-answers-result {
    background-color: #fff;
    border: none;
    border-radius: 12px;
    padding: 24px;
    position: relative;
    margin-top: 12px;
}

.answersources div {
    margin-bottom: 10px;
}

.answersources a {
    margin-left: 0px;
    margin-right: 0px;
}

#ai-answers-result-container h3, .AIFooter h3 {
    font-weight: 800;
    font-size: 18px;
    margin-top: 30px;
    font-family: salvo-serif, serif;
    line-height: 1.2;
    text-transform: uppercase;
    color: #003057;
}

.addsearch-ai-answers-result .main-headline-text {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #003057;
    font-family: salvo-serif, serif;
}

.main-headline-text {
    font-size: 1.5rem !important;
    font-weight: 700;
    text-transform: uppercase;
}

th {
    font-weight: 800 !important;
    text-align: left;
    text-transform: uppercase
}

.addsearch-ai-answers-result .action-buttons-group {
    justify-content: flex-start;
    gap: revert;
}

button#thumbsup, button#thumbsdown {
    background-color: transparent !important;
    padding-left: 0px !important;
}

.datedisclaimer {
    background-color: #D6EDFF;
    border-color: #D6EDFF;
    padding: 10px;
    color: #003057;
}

.action-buttons-group span {
    margin-top: 10px;
    font-weight: bold;
}

button#thumbsup {
    padding-right: 0px;
}

.sourcecategory {
    font-weight: 700;
    font-size: 18px;
    margin-top: 30px;
    font-family: salvo-serif, serif;
    line-height: 1.2;
    color: #003057;
    text-transform: uppercase;
    margin-bottom: 15px;
}

span#date {
    font-size: 12px;
    padding-left: 7px;
}

#ai-answers-result-container a, .answersources a, .AIFooter a {
    --color__baby-blue: #e8f3fa;
    color: currentColor;
    background-image: linear-gradient(var(--color__baby-blue) 0, var(--color__baby-blue) 60%, transparent 100%);
    background-position: 0;
    background-repeat: repeat-x;
    background-size: 100% 0;
    border-bottom: 2px solid #0071ce;
    border-bottom: 2px solid var(--color__blue);
    transition: background-size 0.25s linear 0.25s, border-bottom 0.25s linear;
}

.AIFooter h2 {
    font-family: salvo-serif, serif;
    line-height: 1.2;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
    color: #003057;
}

.AIFooter p {
    line-height: 1.5;
}


/* Filter and Contact Button */

#techlib {
    /*width:1px;
    font-size:12px!important;
    border:1px solid black!important;*/
    appearance: checkbox;
}

.hidethumbs {
    display: none !important;
}

.hidethis {
    display: none !important;
}

.techlable {
    display: block;
}

    .techlable input#techlib {
        width: 10px !important;
        display: inline !important;
    }

.aihelp {
    width: 120px;
    min-height: 100px;
    position: absolute;
    background-color: #1771ce;
    top: 250px;
    z-index: 500;
    right: 0;
    border-radius: 12px;
    contain: content;
}

.aihelptop {
    width: 100%;
    padding: 14px 10px 10px;
    background-color: #043057;
    color: #fff;
    font-weight: 900;
    text-align: center;
    line-height: 1.2;
}

.ailarger {
    font-size: 1.6em;
}

.aihelpbtm {
    width: 100%;
    padding: 10px;
    color: #fff;
    font-weight: 900;
    text-align: center;
    line-height: 1.2;
    font-size: .85em;
}

a.aicontact:hover .aihelp {
    background-color: #1466B8 !important;
}

.ailarger {
    font-size: 1.6em;
    color: #fff;
}






@media (max-width: 990px) {
    .form {
        padding: 10px;
    }

    .aihelp {
        width: 65px;
        font-size: .90rem;
    }

    .ailarger {
        font-size: 1.1em;
    }

    .addsearch-searchfield button {
        padding: 1.375em 1em 2.75em !important;
    }
}


@media (max-width: 768px) {
    .addsearch-searchfield .search-field-wrapper, .addsearch-searchfield input[type=search] {
        width: 50%;
    }
}
