.home-media-title {
    font-size: 40px;
    color: #eb192d;
    margin-top: 100px;
}
.media-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: center;
    /* gap: 600px; */
}

.media-nav {
    list-style-type: none;
    display: flex;
}

.media-nav li a {
    margin-right: 10px;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 20px;
}
.media-nav li a:hover {
    color: #eb192d;
}

.media-button {
    width: 131px;
    height: 37px;
    background-color: #eb192d;
    color: white;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    text-decoration: none;
    padding-top: 5px;
}

.media-container {
    padding: 0px;
    max-width: 1424px;
    /*margin-top: 50px;*/
    margin-bottom: 100px;
    display: flex;
    /*justify-content: space-around;*/
    /* padding: 20px; */
    /*background: #f5f5f5; !* Example background color *!*/
}

.media-item {
    width: 100%; /* Example width, adjust as needed */
    margin: 10px;
    text-align: center;
    background: var(--sapTile_Background);
    border-radius: 12px;
    box-shadow: 0 2px 4px 0 #22364933;
    color: var(--sapTile_TextColor);
    overflow: hidden;
    transition: box-shadow .3s ease, border .1s ease, background .3s ease;
}

.media-item img {
    width: 100%;
}
.media-img-text {
    height: 374px;
}

.media-item p {
    text-align: left;
    font-size: 20px;
    border-top: none;
    padding: 15px;
    margin-top: 20px;
    max-width: 350px;
    line-height: 1;
}
.more-button {
    display: block;
    color: #eb192d; /* Example text color */
    text-decoration: none;
    padding: 10px;
    margin-top: 5px;
    float: right;
}

.media-link {
    text-decoration: none;
    color: inherit;
}

.media-link:hover p {
    text-decoration: none;
    color: #eb192d; 
}

.search-mobile-modal {
    border-radius: 50px;
    background-color: #eb192d;
    border: none;
    height: 40px;
    width: 100%;
    color: white;
}

#modal-mobile-search-form {
    width: 80%;
    position: relative;
}

.search-icon-modal {
    position: absolute;
    right: 24px;
    top: 20%;
    color: white;
}
