.news-date-time
{
    color:#868686;
}
.news-detail {
    margin-top: 50px;
    font-size: 14px;
    color:#000000;
}

.news-detail h3 {
    min-height: 30px;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #231f20;
    display: block;
    padding: 0 20px 15px;
    margin: 0;
}
.news-detail img {
    /*border: solid 1px black;*/
}
.news-detail-text {
    text-transform: none;
    font-weight:400;
    color: #000000;
    font-size: 16px;
    padding: 15px 0;
    text-align:center;
    margin: 20px 0 10px 0;
}
.news-item-cost {
    font-weight: 600;
    text-align:center;
    text-transform: uppercase;
    color:#0ac100;
    font-size: 24px;
    margin-top: 25px;
}
.photos img{
    margin-top: 5px;
    border-radius: 5px;
    margin-bottom:10px;
}
.photos{
    text-align: center;
    padding: 50px 0;
}
.video-player {
    width: 100%;
    max-width: 1000px;
    margin: 30px auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.video-player .video-js.vjs-fluid,
.video-player .video-js.vjs-16-9 {
    padding-top: 56.25% !important;
}

.video-player .vjs-big-play-button {
    font-size: 3em;
    line-height: 1.2em;
    width: 1.5em;
    height: 1.2em;
    top: 50%;
    left: 50%;
    margin-top: -0.6em;
    margin-left: -0.75em;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.6);
    border: none;
    transition: background-color 0.2s;
}

.video-player .vjs-big-play-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.video-player .vjs-control-bar {
    height: 3em;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
}

.video-player .vjs-play-progress,
.video-player .vjs-volume-level {
    background-color: #e31e24;
}

.video-player .vjs-slider {
    background-color: rgba(255, 255, 255, 0.2);
}

.video-player .vjs-load-progress {
    background: rgba(255, 255, 255, 0.1);
}

.video-info {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 30px;
    padding: 0 20px;
    box-sizing: border-box;
}

.video-info-title {
    font-size: 20px;
    font-weight: 600;
    color: #231f20;
    margin-bottom: 8px;
}

.video-info-desc {
    font-size: 16px;
    color: #868686;
    margin-bottom: 12px;
    line-height: 1.5;
}

.video-info-meta {
    display: flex;
    gap: 20px;
    font-size: 14px;
    color: #999;
    flex-wrap: wrap;
}

.video-info-author {
    font-weight: 500;
    color: #555;
}

.video-info-duration::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #ccc;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
}