@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Inter-Regular-optimized.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/Inter-Medium-optimized.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Inter-Bold-optimized.woff2') format('woff2');
    font-display: swap;
}

body {
    font-family: "Inter", sans-serif;
}

body,html{
    scroll-behavior: smooth !important;
}
.top-search-results-div-custom{

}
.category-header-custom{
    background-color: #333;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    padding: 20px;
}
.search-results-section
{
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.Header-actions{
    z-index: 999;
}
.search-this-id{
    display: none;
}
.search-this-extra-id{
    display: none;
}
.search-header{
    color: #3088a3;
    font-size: 22px;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
}

.cat-icon-default a::before {content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/play-icon.svg) center no-repeat;
    filter: invert(0);}
.cat-icon-default-for-cat::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../images/play-icon.svg) center no-repeat;
    background-size: contain;
    margin-right: 8px;
    filter: invert(0);
}
.cat-icon-preload-for-cat a {
    padding-left: 25px;
    height: 25px;
    margin-right: 8px;
}
.sprite-preload {
    padding-left: 16px;
    margin-left: 6px;
}
.search-ol-class {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}
.search-ol-class li {
    margin: 0;
    padding: 0;
}
.catbox-content-custom{
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;
    padding: 8px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    color: #467b8d;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    background: #c9e9f2;
    border: 1px dashed #5ca2b7;
    border-radius: 10px;
}
.catbox-content-custom-two {
    display: flex;
    margin-bottom: 15px;
    margin-top: 10px;
}
.CategoryGrid-item-custom{
    display: flex;
    flex-direction: column;
    min-width: 0;
    z-index: 0;
}
.catboxbox-custom {
    display: inline-flex;
    height: auto;
    margin-right: 10px;
    border: 1px solid #3088a3;
    border-radius: 7px;
    background-color: #e6f9fd;
    transition: background-color 0.2s ease, color 0.2s ease, border 0.2s ease;
    text-transform: uppercase;
    color: #3088a3;
    font-size: 14px;
    font-weight: bold;
}
.catboxbox-custom a {
    color: inherit;
    text-decoration: none;
    padding: 6px 8px;
}

.catboxbox-custom:hover {
    background-color: #3088a3;
    color: white;
    border: 1px solid #3088a3;
}

.LinkList-heading-custom {
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
    text-transform: uppercase;
    padding-bottom: 5px;
    color: #3088a3;
    display: inline-flex;
    align-items: center;
}
h2.LinkList-heading-custom::after {
    content: "";
    display: block;
    margin-left: 10px;
    flex-grow: 1;
    height: 2px;
    background-color: #33a2c4;
}

.links-custom-capsule {
    font-size: 13px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 5px;
}
.single-link-custom-capsule {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 2px;
    padding: 10px 5px;
    display: flex;
    align-items: center;

}
.single-link-custom-capsule:hover {
    background-color: #f6fcfd;
    border-radius: 7px;
}
a.single-link-a-custom {
    text-decoration: none;
    color: black;
    font-size: 14px;
}

a.top-all-search-custom {
    background-color: #ef4e78;
    padding: 14px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 7px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}
a.top-all-search-custom:hover {
    background-color: #e36a8a;
}
i.fa-regular.fa-newspaper {
    padding-right: 6px;
}
.category-search-results {
    display: flex; /* Flex allows elements to be placed next to each other */
    flex-wrap: wrap; /* Ensures that elements move to the next line if there's not enough space */
    gap: 10px; /* Space between the items */
    justify-content: flex-start;
    padding-top: 20px;
}

.category-search-href {
    display: inline-block;
    border: 2px solid white; /* Similar border color */
    border-radius: 7px; /* Same border radius as example */
    color: white; /* White text for black background */
    padding: 10px;
    width: auto; /* Allow flexibility in width */
    text-align: center;
    transition: background-color 0.2s ease, color 0.2s ease, border 0.2s ease;
    text-decoration: none;
}
.category-search-href:hover {

    background-color: black; /* Hover effect */
    color: white;
    border: 2px solid white;
    padding: 10px; /* Adds some padding inside each result box */
}

.category-search-href h2 {
    color: inherit; /* Inherit text color */
    margin: 0;
    font-size: 1.2em; /* Adjust the font size */
    text-decoration: none;
    padding: 10px; /* Adds some padding inside each result box */
    background-color: inherit;
}
.clear-input-button {
    background-color: transparent; /* No background for the button */
    border: none; /* Remove default button border */
    cursor: pointer; /* Change cursor to pointer */
    padding: 10px; /* Add padding for better click area */
    border-radius: 50%; /* Make the button round */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.clear-input-button i {
    color: #fa255e; /* Purple color for the icon */
    font-size: 20px; /* Size of the icon */
    transition: color 0.3s ease;
}
/* For mobile devices */
@media (max-width: 768px) {
    .clear-input-button {
        display: block; /* Show clear-input-button */
    }
    .Search-button {
        display: none !important; /* Hide search-button */
    }
}

/* For desktop devices */
@media (min-width: 769px) {
    .clear-input-button {
        display: none; /* Hide clear-input-button */
    }
    .Search-button {
        display: block; /* Show search-button */
    }
}