﻿#txt-align-content p {
    text-align: left !important;
}

#txt-align-content [style*="text-align: center"] {
    text-align: center !important;
}

#txt-align-content span[style*="font-weight: 400"] {
    font-weight: 300 !important; /* Ganti font-weight menjadi 300 */
}

#txt-align-content strong {
    font-weight: 500;
    color: #555;
}

.txt-p-0 p {
    margin-bottom: 0px !important;
}


.cc-news-title {
    font-size: 18px;
    color: #4a71cb !important;
}

.cc-promo-short-description-v2 p,
.cc-promo-short-description-v2 ul li {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0px;
    text-align: left !important;
}

.cc-information-details {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

@media (min-width: 0px) {
    .u-link-v5 {
        font-size: 14px;
    }
}

@media (min-width: 576px) {
    .u-link-v5 {
        font-size: 14px;
    }

        .u-link-v5.cc-author {
            font-size: 10px;
        }

    .cc-news-time {
        font-size: 10px;
    }
}

@media (min-width: 768px) {
    .u-link-v5 {
        font-size: 16px;
    }

    .cc-news-title {
        font-size: 32px;
    }

    .u-link-v5.cc-author {
        font-size: 14px;
    }

    .cc-news-time {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
}
