/* ====== YSSCORES STYLE NEWS ====== */
.STING-WEB-First-News {
    display: grid;
    align-items: center;
    background: #151b26;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 14px;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    gap: 14px;
    margin-bottom: 16px;
    grid-template-columns: 1.3fr 1.7fr;
    min-height: 250px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.STING-WEB-First-News:hover {
    border-color: rgba(0, 223, 162, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.35);
}

.STING-WEB-First-News-Right {
    display: flex;
    height: 100%;
    min-height: 250px;
    overflow: hidden;
}

.STING-WEB-First-News-Right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.STING-WEB-First-News:hover .STING-WEB-First-News-Right img {
    transform: scale(1.04);
}

.STING-WEB-First-News-Left {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 16px 20px;
    box-sizing: border-box;
}

.STING-WEB-First-News-Left h2 {
    font-size: 16.5px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 12px;
    transition: color 0.2s ease;
}

.STING-WEB-First-News:hover .STING-WEB-First-News-Left h2 {
    color: var(--Primary-A-Color);
}

.STING-WEB-First-News-Left .STING-WEB-Date-Post,
.STING-WEB-Two-News .STING-WEB-Date-Post {
    display: flex;
    gap: 8px;
    font-size: 11.5px;
    color: var(--Primary-C-Color);
    align-items: center;
    font-weight: 500;
}

.STING-WEB-Four-News-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 16px;
}

.STING-WEB-Two-News {
    display: flex;
    flex-direction: column;
    background: #151b26;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 14px;
    width: 100%;
    margin: 0;
    overflow: hidden;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
    min-height: 255px;
}

.STING-WEB-Two-News:hover {
    border-color: rgba(0, 223, 162, 0.3);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

.STING-WEB-Two-News-Top {
    width: 100%;
    height: 155px;
    overflow: hidden;
    position: relative;
}

.STING-WEB-Two-News-Top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.STING-WEB-Two-News:hover .STING-WEB-Two-News-Top img {
    transform: scale(1.05);
}

.STING-WEB-Two-News-Bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    padding: 12px 14px;
    box-sizing: border-box;
}

.STING-WEB-Two-News-Bottom h2 {
    font-size: 13.5px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.5;
    margin: 0 0 10px 0;
    transition: color 0.2s ease;
}

.STING-WEB-Two-News:hover .STING-WEB-Two-News-Bottom h2 {
    color: var(--Primary-A-Color);
}

.STING-WEB-Three-News {
    display: flex;
    border-radius: 12px;
    overflow: hidden;
    margin: 8px auto;
    background: #151b26;
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: transform 0.2s ease, border-color 0.2s ease;
    align-items: center;
}

.STING-WEB-Three-News:hover {
    border-color: rgba(0, 223, 162, 0.3);
    transform: translateX(-3px);
}

.STING-WEB-Three-News-Right {
    width: 130px;
    min-width: 130px;
    height: 90px;
    overflow: hidden;
}

.STING-WEB-Three-News-Right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.STING-WEB-Three-News-Left {
    flex: 1;
    padding: 10px 14px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.STING-WEB-Three-News-Left h2 {
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.4;
    transition: color 0.2s ease;
}

.STING-WEB-Three-News:hover .STING-WEB-Three-News-Left h2 {
    color: var(--Primary-A-Color);
}

.STING-WEB-Short-Content {
    font-size: 11px;
    color: var(--Primary-C-Color);
    line-height: 1.4;
}

.STING-WEB-Post-Center h2,
.STING-WEB-Post-Center h3 {
    color: #ffffff;
    font-size: 16px;
    background: #182030;
    padding: 8px 18px;
    border-radius: 10px;
    margin: 15px auto;
    width: 95%;
    line-height: 1.6;
    border: 1px solid #232c3d;
}

#loadMoreBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px auto;
    padding: 10px 28px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 999px;
    border: 1px solid #283348;
    color: #ffffff;
    background: #182030;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

#loadMoreBtn:hover {
    color: #0c1017;
    background: var(--Primary-A-Color);
    border-color: var(--Primary-A-Color);
    box-shadow: 0 4px 16px rgba(0, 223, 162, 0.35);
}

@media (max-width: 720px) {
    .STING-WEB-First-News {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .STING-WEB-First-News-Right {
        min-height: 170px;
        max-height: 200px;
    }

    .STING-WEB-First-News-Left h2 {
        font-size: 14.5px;
    }

    .STING-WEB-Four-News-item {
        gap: 10px;
    }

    .STING-WEB-Two-News-Top {
        height: 130px;
    }

    .STING-WEB-Two-News {
        min-height: 220px;
    }

    .STING-WEB-Two-News-Bottom h2 {
        font-size: 12px;
    }

    .STING-WEB-Short-Content,
    .Read.also {
        display: none !important;
    }
}