.pr-detail-types {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
}

span.prot-span {
    background: #db3445;
    border-radius: 20px;
    color: #fff;
    font-size: 13px;
    display: flex;
    padding: 4px 10px;
    gap: 4px;
    align-items: center;
    justify-content: center;
}

span.prot-span.prot-sale {
    background: #ff5001;
}

span.prot-span.prot-blue {
    background: var(--color-purple);
}

span.pr-detail-lg-span {
    background: #fff;
    padding: 4px 10px;
    border-radius: 31px;
    font-size: 15px;
    color: #4C3B4D;
    font-weight: 500;
    gap: 5px;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 3px #ccc;
    font-size: 13px;
}

.news-tags {
    margin-bottom: 25px;
}

.news-image img {
    width: 100%;
    object-fit: cover;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-radius: 10px;
}

h1.news-h1 {
    font-size: 31px;
    margin-bottom: 10px;
    line-height: 40px;
}

.news-image {
    margin-bottom: 20px;
}

.news-more-info {
    margin: 20px 0;
    padding: 15px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 16px;
    gap: 15px;
}

.news-more-button {
    flex-shrink: 0;
}

.news-more-info img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.news-more-title {
    display: flex;
    gap: 20px;
    align-items: center;
}

.news-more-h1 {
    font-size: 18px;
    font-weight: 500;
}

.news-tags-pre {
    margin-top: 30px;
    margin-top: 30px;
}

.news-tags-pre .news-tag-title {
    margin-bottom: 10px;
    font-size: 18px;
    color: #0468ff;
    font-weight: 600;
    border-bottom: 2px solid #0468ff;
    width: max-content;
    padding-bottom: 6px;
}

.news-tags-pre ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.news-tags-pre ul li {
    display: inline-block;
}

.news-tags-pre ul li a {
    display: inline-block;
    border: 1px solid #0468ff;
    color: #0468ff;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.news-list-row .news-image {
    margin-bottom: 0;
}

.news-list-row .news-list-header {
    background: #F6F6F6;
}

.related-news h3 {
    font-size: 25px;
    margin-bottom: 20px;
}

.trends-h1 {
    width: max-content;
    background: #fff;
    position: relative;
    padding-right: 30px;
}

.trends-top-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}

.trends-top-title::before {
    background-color: #CECECE;
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    height: 5px;
    top: 40%;
}

.related-news {
    margin-top: 20px;
}

.trends-row {
    border: 1px solid #ebebeb;
    padding: 20px 20px;
    border-radius: 10px;
    margin-top: 20px;
}

.trend-right-img img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.trend-right-img {
    flex-shrink: 0;
}

.trend-right-single {
    gap: 15px;
    align-items: center;
    margin-bottom: 18.5px;
}

@media (max-width:1440px) {

    .news-more-info img {
        width: 60px;
        height: 60px;
    }
    .news-more-h1 {
        font-size: 14px;
        font-weight: 500;
    }
}

@media (max-width:768px) {
    .news-more-info {
        display: none;

    }
}