.hayday-search-icon {
    grid-area: 2 / 2 / 1 / 2;
    align-self: center;
    justify-self: self-end;
    padding-left: 5px;
}
.hayday-search-icon:hover {
 cursor: pointer;
}
.hayday-container, .hayday-search-results-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.hayday-search-container {
    display: flex;
    align-items: center;
    
}
.hayday-container {
    position: relative;
}

.hayday-input-container {
    width: 60%;
    display: grid;
    grid-template-columns: 1fr 0.1fr;
    grid-template-rows: 1fr;
    /* border: 0.2px solid #144177; */
    /* box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); */
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 3px;
    position: absolute;
    background: white;
    top: -70px;
    z-index: 1;
}
.hayday-search-input {
    font-size: 20px;
    grid-area: 1 / 1 / 1 / 2;
    width: 80%;
    border: none;
    padding-right: 10px;
    color:#144177
}

.hayday-search-input:focus{
    outline: none;
    border: none;
}

.hayday-suggestions {
    grid-area: 2 / 1 / 3 / 2;
}
.hayday-suggestions-list {
    list-style: none;
    padding: 0px;
    margin: 0;
    width: 110%;
}
.hayday-suggestion-item {
    font-weight: 300;
    color:#144177;
    padding-right: 10px;
}
.hayday-suggestion-item.selected {
    background-color: #e3e3e4;
}
.hayday-suggestion-item:hover {
    cursor: pointer;
    background-color: #e3e3e4;
}

.hayday-card-img {
    width: 265px ;
    height: 151px ; 
    aspect-ratio: 16/9  !important;
}

.card-text-container > p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: right;
    color: #141533;
}
.card-text-container > h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: right;
    color: #144177;
    margin: 0;
}

.card > a {
    display: flex;
    gap: 10px;
}

.hayday-num-search-results {
    padding: 0 5px;
    color: #E30613 !important;
}

.hayday-search-header > span {
    font-weight: 700;
    font-size: 32px;
    color: #144177;
}
.hayday-search-header {
    height: 98px;
    margin-top: 22px;
}
.hayday-card-date {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    text-align: right;

    color: #144177;

}

.card-text-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pirsumLinksMobile {
    display: none;
}
.content-zone {
    position: relative;
} 
@media only screen and (max-width: 750px) {    
    .hayday-search-header {
        height: 100px;
    }
    .content-zone {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    } 
    .hayday-input-container {
        /* margin-right: 16px; */
        
    }
    .hayday-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .hayday-search-header {
        /* margin-right: 20px; */
        text-align: center;
        width: 60%;
    }
    .hayday-search-header > span {
        font-weight: 700;
        font-size: 22px;
    }
    
    .hayday-card-img {
        aspect-ratio: 16/9 !important;
        width: 138px;
        height: 79px;
    }
    .card-text-container {
        /* padding: 0 10px; */
    }
    .card-text-container > p  {
        display: none;
    }
    .hayday-container, .hayday-search-results-container { 
        gap: 6px;
    }
   
}


@media only screen and (max-width: 750px) {    
    #first-section {
        margin-top: 20px;
    }
    .hayday-input-container{
        top: -60px;
    }
    .hayday-search-input {
        font-size: 16px;
    }
    .hayday-card-date {
        color: #141533;
    }
    .hayday-load-more-button {
        margin-top: 10px;
    }
}

.trc_rbox_container [class*=span] {
    float: none;
    margin-left: 0;
    color: #144177;
}
.hayday-load-more-button {
    width: 92px;
    background-color: #E30613 !important;
    border-radius: 7px 7px 0px 7px;
}
.hayday-load-more-button>img {
    margin-right: 8px;
}
.hayday-load-more-button:hover{
    cursor: pointer;
}

.hayday-defined {
    font-weight: 900;
}