.custom_divider {
    width: 100%;
    border-width: 2px;
    color: #385a99;
    display: flex;
    margin: 0 auto;
    direction: ltr;
    text-align: center;
    border-top: solid 2px #03559C40;
    margin-bottom: 20px;
    margin-top: -15px;
    line-height: 1.2 !important;
}

.header_title {
    color: #385a99 !important;
}

.custom_content {
    background-color: #fefefe;
    padding: 20px;
    box-shadow: 0px 1px 2px rgba(99, 127, 151, .2);
    margin-bottom: 10px;
    border: 1px solid #cad3da;
    border-radius: 3px;
}

.search-container {
    /* background-image: url('https://farmakologiportalen.no/wp-content/uploads/2024/06/top_bg.png'); */
    /* background-image: url('/wp-content/uploads/2023/05/top_bg.png'); */
    background-position: center left;
    background-repeat: repeat;
    background-size: cover;
    opacity: 0.79;
    mix-blend-mode: overlay;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    padding: 20px;
    text-align: center;
    width: 100% !important; 
}

.search-container input[type="text"] {
    padding: 10px;
    margin-top: 20px; /* Adjust as needed */
    border: none;
    border-radius: 5px; /* Rounded corners */
    box-shadow: 0px 2px 2px rgba(0,0,0,0.2); /* Simple shadow for depth */
    /* Ensure the input box is readable over the background image */
    background: rgba(255, 255, 255, 0.8);
}

.search-container .info-text {
    color: white;
    margin-top: 10px; /* Spacing from the input */
    font-size: 0.9em; /* Smaller text size */
    /* This ensures the text is readable over the background */
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
}
