/* ==UserStyle==
@name           Startpage optimized & customizable for wide screens
@description    Startpage website interface is reworked to offer a cleaner and comfortable experience on desktop, with visual adjustments that adapt to your needs.
@version        1.0.2
@author         BreatFR (https://breat.fr)
@namespace      https://breat.fr
@homepageURL    https://usercssjs.breat.fr/s/startpage
@updateURL      https://code.breat.fr/s/startpage/css/pc.user.css
@supportURL     https://discord.gg/Q8KSHzdBxs
@license        AGPL-3.0-or-later; https://www.gnu.org/licenses/agpl-3.0.txt
@preprocessor   stylus

@var    checkbox   hideads   "Hide ads"    1
==/UserStyle== */

/* ==Credits==
Website         https://breat.fr
Bluesky			https://bsky.app/profile/breatfroff.bsky.social
facebook        https://www.facebook.com/breatfroff
mastodon        https://mastodon.social/@breat_fr
telegram        https://t.me/breatfr
vk              https://vk.com/breatfroff
X (twitter)     https://x.com/breatfroff
==/Credits== */

/* ==Support==
brave Creators  https://publishers.basicattentiontoken.org/c/breatfr
ko-fi           https://ko-fi.com/breatfr
PayPal          https://paypal.me/breat
==/Support== */

@-moz-document domain("startpage.com") {
    /* Search results */
    .css-1c8sz0g,
    .css-h61yo8 > span {
        max-width: unset;
    }
    .css-1juavld {
        margin-left: 20px;
        margin-right: 0;
        max-width: calc(100% - 465px);
    }

    /* Hide feedbacks button */
    .feedback-button-container {
        display: none;
    }

    if hideads {
        [data-testid="ex-cl-link"] {
            display: none;
        }
    }
}
