﻿.search-container {
    display: flex;
    position: relative;
    top: 38px;
    color: black;
}

    .search-container i {
        position: absolute;
        left: 5px;
        top: 6px;
    }

.suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-top: none;
    max-height: 150px;
    overflow-y: auto;
    z-index: 1000;
    font-size: 13px;
    width: 100%;
    color: black;
}

    .suggestions div {
        padding: 8px;
        cursor: pointer;
    }

        .suggestions div:hover {
            background: #f0f0f0;
        }

.search-box {
    padding-left: 24px;
    font-size: 13px;
    width: 100%;
}

@media screen and (max-width: 750px) {
    .emblem {
        padding-top: 15px !important;
        padding-right: 0 !important;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 500px) {
    .search-container {
        left: 40px;
        top: 70px;
    }

    .search-box {
        width: 160px;
    }

    .suggestions {
        width: 160px;
        font-size: 11px;
    }
}

@media screen and (max-width: 350px) {
    .search-container {
        left: 40px;
        top: 70px;
    }

    .search-box {
        width: 150px;
    }

    .suggestions {
        width: 150px;
        font-size: 11px;
    }
}

.ft-own {
    margin-bottom: 10px;
}

    .ft-own a {
        text-decoration: underline;
        font-weight: 600;
        padding: 0;
    }

.lan-hdr {
    max-width: 83.5%;
    margin: auto;
}

.goog-te-gadget-icon {
    display: none !important;
}

.goog-te-gadget-simple {
    background-color: #ecebf0 !important;
    border: 0 !important;
    font-size: 12px;
    font-weight: normal;
    display: inline-flex;
    align-items: center;
    gap: 2px;
    padding: 3px 12px !important;
    cursor: pointer;
    position: relative;
    border-radius: 0px;
}

    .goog-te-gadget-simple span {
        color: #000 !important;
    }

.skiptranslate span {
    display: inline-block !important;
}

.goog-te-gadget-simple::after {
    content: "";
    font-size: 10px;
    color: #3e3065;
    margin-left: 6px;
}

.uw-widget-custom-trigger .short-key {
    bottom: 4px !important;
}

.heading-stm {
    border-left: 5px solid #f47c20;
    padding-left: 8px;
    margin-top: 20px;
    color: #333;
    background-color: #c0c0c3;
}

ul {
    list-style: disc;
    margin-left: 20px;
}

li {
    margin: 5px 0;
}

a {
    color: #000;
}

    a:hover {
        text-decoration: underline;
        color: blue;
    }

span.url {
    color: #666;
    font-size: 0.9em;
    margin-left: 5px;
}
