﻿.news-showcase {
    margin-bottom: 20px;
}

.news-showcase-inner {
    position: relative;
}

.news-showcase__loader {
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

    .news-showcase__loader .news-card__head > div {
        height: 120px;
        aspect-ratio: 16/9;
    }

    .news-showcase__loader .row {
        flex-wrap: nowrap;
        overflow: hidden;
    }

.news-card .admin__edit-btn {
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 15px;
    z-index: 2;
}

.news-card__category {
    position: absolute;
    top: 0;
    right: 30px;
    background-color: var(--color-3);
    color: #fff;
    padding: 3px 5px;
    font-size: 12px;
    z-index: 2;
}

.mygolf .news-card__category {
    background-color: var(--ga-orange);
}

.news-showcase .dg-tile__image-placeholder {
    background-image: url('/images/image-placeholder.svg');
}

.news-card__body {
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease-in-out;
}

.news-card__details {
    flex: 1;
    max-height: 130px;
}

.news-card__body h2 {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease-in-out;
}

.news-card__body p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease-in-out;
}

.news-card__time-author span {
    color: var(--color-3);
    font-size: 12px;
    font-weight: 600;
}

    .news-card__time-author span + span {
        border-left: 1px solid var(--color-3);
        padding-left: 5px;
        margin-left: 5px;
    }

.news-card--small .news-card__body {
    padding: 10px;
}

    .news-card--small .news-card__body h2 {
        font-size: 14px;
    }

.news-card:hover .news-card__body {
    background-color: rgba(48,224,187, 0.6);
    backdrop-filter: blur(4px);
    transform: translateY(-20px);
}

.news-showcase .content-tiles__slide {
    width: 220px;
}

.news-showcase .swiper-navigation {
    display: none;
}

.news-card__details {
    flex: 1;
}

.news-showcase-header__wrapper {
    position: relative;
    background-color: #fff;
    margin-bottom: 10px;
}

.news-showcase-header {
    position: relative;
    padding: 20px 0;
}

.news-showcase-header__head {
    position: relative;
    display: flex;
    align-items: center;
}

.news-showcase-header__head-content {
    display: flex;
    align-items: center;
    gap: 0 25px;
}

.news-showcase-header__detail h3 {
    font-size: 20px;
}

@media (min-width: 768px) {
    .news-showcase-header__detail h3 {
        font-size: 32px;
    }
}


@media (min-width: 992px) {
    .news-showcase .content-tiles__slide {
        width: 420px;
    }

    .news-showcase .swiper-navigation {
        display: flex;
    }

    .news-showcase .news-card__body .dg-tile__title {
        font-size: 20px;
    }

    .news-showcase__loader .news-card__head > div {
        height: 230px;
    }
}
