.ys-recent-updates__container {
    display: flex;
    gap: 30px;
    max-width: 1600px;
    margin: 0 auto;
    padding: 20px 20px 0px 20px;
}

.ys-recent-updates__container.inner-container {
    padding: 0px;
}

.ys-recent-updates__content {
    width: 100%;
    margin-top: 60px;
    color: #002B49;
}

@media screen and (min-width: 1024px) {
    .ys-recent-updates__content {
        width: 75%;
    }
}

.ys-recent-updates__content-header {
    margin-bottom: 50px;
}

.ys-recent-updates__content-header h1 {
    font-weight: 600;
    font-size: 28px !important;
}

.ys-recent-updates__favorites-header-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 20px;
}

@media screen and (min-width: 768px) {
    .ys-recent-updates__favorites-header-container {
        align-items: center;
        flex-direction: row;
        gap: 10px;
    }
}

.ys-recent-updates__favorites-header-title {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media screen and (min-width: 768px) {
    .ys-recent-updates__favorites-header-title {
        flex-direction: row;
    }
}

.ys-recent-updates__favorites-header-title p:first-of-type {
    font-size: 22px;
    font-weight: 600;
}

.ys-recent-updates__favorites-header-title p:nth-of-type(2) {
    font-size: 12px;
    font-weight: 500;
    margin-top: 10px;
}

.ys-recent-updates__favorites-header-title svg {
    width: 24px;
    height: 24px;
    margin-top: 5px;
}

.ys-recent-updates__favorites-header-link a {
    display: block;
    color: #FFFFFF;
    background-color: #002B49;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 35px;
    text-decoration: none;
    width: fit-content;
}

.ys-recent-updates__favorites-header-link a:hover {
    background-color: #5DAAD5;
    color: #FFFFFF;
}

.ys-recent-updates__favorites-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 35px;
}

@media screen and (min-width: 600px) {
    .ys-recent-updates__favorites-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 1555px) {
    .ys-recent-updates__favorites-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.ys-recent-updates__favorites-grid .gs-card__compare {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.ys-recent-updates__favorites-grid .gs-card__compare .gs-icon__svg {
    width: 32px;
    height: 32px;
}

.ys-recent-updates__favorites-grid .gs-card__compare .gs-icon__svg svg {
    width: 32px;
    height: 32px;
    fill: #707070;
}

.ys-recent-updates__favorites-grid .gs-card__compare:hover .gs-icon__svg svg {
    fill: #5DAAD5;
}

.ys-recent-updates__suggestions-header-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-direction: column;
    gap: 20px;
}

@media screen and (min-width: 768px) {
    .ys-recent-updates__suggestions-header-container {
        flex-direction: row;
        gap: 0px;
    }
}

.ys-recent-updates__suggestions-header-title {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

@media screen and (min-width: 768px) {
    .ys-recent-updates__suggestions-header-title {
        flex-direction: row;
    }
}

.ys-recent-updates__suggestions-header-title svg {
    width: 33px;
    height: 33px;
    margin-top: 5px;
}

.ys-recent-updates__suggestions-header-title svg path {
    fill: #5DAAD5;
}

.ys-recent-updates__suggestions-header-title .gs-icon__svg {
    width: 33px;
    height: 33px;
}

.ys-recent-updates__suggestions-header-title p:first-of-type {
    font-size: 22px;
    font-weight: 600;
    color: #5DAAD5;
}

.ys-recent-updates__suggestions-header-title p:nth-of-type(2) {
    font-size: 12px;
    font-weight: 500;
    margin-top: 10px;
}


.ys-recent-updates__suggestions-header-link a {
    display: block;
    color: #FFFFFF;
    background-color: #5DAAD5;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 35px;
    text-decoration: none;
    width: fit-content;
}

.ys-recent-updates__suggestions-header-link a:hover {
    background-color: #002B49;
    color: #FFFFFF;
}

.ys-recent-updates__suggestions-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 35px;
}

.ys-recent-updates__suggestions-grid .gs-card__compare {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.ys-recent-updates__suggestions-grid .gs-card__compare .gs-icon__svg {
    width: 32px;
    height: 32px;
}

.ys-recent-updates__suggestions-grid .gs-card__compare .gs-icon__svg svg {
    width: 32px;
    height: 32px;
    fill: #707070;
}

.ys-recent-updates__suggestions-grid .gs-card__compare:hover .gs-icon__svg svg {
    fill: #5DAAD5;
}

@media screen and (min-width: 600px) {
    .ys-recent-updates__suggestions-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 1555px) {
    .ys-recent-updates__suggestions-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.ys-recent-updates__content .listing-card {
    margin-bottom: 0px !important;
}

.ys-recent-updates__content .simplefavorite-button svg {
    stroke: #F7E353;
}

.ys-recent-updates__content .simplefavorite-button svg path {
    fill: #F7E353;
}

.ys-recent-updates__content .gs-card__footer {
    gap: 8px;
}