.video-details-container {
    margin-top: 15px;
}

#PlayerVideoArea {
    position: relative;
    background-color: #000;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 15px;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

#PlayerVideoArea .MacPlayer,
#player .MacPlayer {
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
    font-size: 14px;
    color: #F6F6F6;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

#PlayerVideoArea .MacPlayer.embed-responsive,
#player .MacPlayer.embed-responsive {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    padding: 0;
    width: 100%;
    height: 100%;
}

#PlayerVideoArea .MacPlayer.embed-responsive iframe,
#PlayerVideoArea .MacPlayer.embed-responsive embed,
#PlayerVideoArea .MacPlayer.embed-responsive object,
#PlayerVideoArea .MacPlayer.embed-responsive video,
#player .MacPlayer.embed-responsive iframe,
#player .MacPlayer.embed-responsive embed,
#player .MacPlayer.embed-responsive object,
#player .MacPlayer.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

#PlayerVideoArea .MacPlayer table,
#player .MacPlayer table {
    width: 100%;
    height: 100%;
}

#PlayerVideoArea .MacPlayer #playleft,
#player .MacPlayer #playleft {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#PlayerVideoArea .MacPlayer #buffer,
#PlayerVideoArea .MacPlayer #install,
#player .MacPlayer #buffer,
#player .MacPlayer #install {
    position: absolute;
    z-index: 99998;
    width: 100%;
    height: 100%;
    border: 0;
    display: none;
}

#PlayerVideoArea video,
#player video {
    width: 100%;
    height: 100%;
    display: block;
}

#player .startad {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

#player .startad img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#player .countdown {
    background-color: black;
    color: white;
    position: absolute;
    bottom: 10px;
    right: 0;
    padding: 6px 10px;
    z-index: 9999;
    display: none;
    cursor: pointer;
}

.card {
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 15px;
}

.card-header {
    padding: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.video-header h1 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 0 0 10px 0;
    line-height: 1.4;
}

.video-header-label {
    font-size: 12px;
    color: #999;
}

.video-header .flex {
    margin-top: 8px;
}

.card-content {
    padding: 15px;
}

.divider {
    position: relative;
    margin: 15px 0;
    text-align: center;
}

.divider-hairline {
    border-top: none;
}

.divider-content-left {
    display: inline-block;
    padding-right: 10px;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
}

.divider-content-left::before {
    display: none;
}

.video-content {
    margin: 15px 0;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.video-content p {
    margin: 0;
}

.video-tags {
    margin-top: 15px;
    flex-wrap: wrap;
    gap: 8px;
}

.video-tags .tag {
    padding: 4px 12px;
    background-color: #f5f5f5;
    border-radius: 12px;
    color: #666;
    font-size: 12px;
    display: inline-block;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}

.video-tags .tag:active,
.video-tags .tag:focus,
.video-tags .tag:hover,
.video-tags .tag:visited {
    outline: none;
    -webkit-tap-highlight-color: transparent;
    background-color: #f5f5f5;
    color: #666;
}

.video-subtitle {
    font-size: 14px;
    color: #999;
    margin-top: 5px;
    line-height: 1.4;
}

.video-info-item {
    margin: 10px 0;
    font-size: 14px;
    line-height: 1.6;
}

.video-info-label {
    color: #999;
    margin-right: 8px;
}

.video-info-value {
    color: #333;
}

.video-screenshots {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 15px 0;
}

.screenshot-item {
    flex: 1;
    min-width: calc(50% - 5px);
    max-width: calc(50% - 5px);
}

.screenshot-img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    display: block;
}

.playlist-group {
    margin-bottom: 20px;
}

.playlist-group:last-child {
    margin-bottom: 0;
}

.playlist-title {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 8px;
}

.playlist-title h3 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.playlist-tip {
    font-size: 12px;
    color: #999;
}

.playlist-items {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.playlist-item {
    padding: 8px 16px;
    background-color: #f5f5f5;
    border-radius: 4px;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.2s;
}

.playlist-item:active,
.playlist-item:focus,
.playlist-item:hover {
    outline: none;
    -webkit-tap-highlight-color: transparent;
    background-color: #e8e8e8;
    color: #333;
}

.playlist-item:visited {
    color: #333;
}

.playlist-item.active {
    background-color: #ff4d03;
    color: #fff;
}

.playlist-item.active:active,
.playlist-item.active:focus,
.playlist-item.active:hover,
.playlist-item.active:visited {
    background-color: #ff4d03;
    color: #fff;
}

.playlist-current {
    font-size: 12px;
    color: #ff4d03;
    background-color: #fef3ef;
    padding: 2px 8px;
    border-radius: 4px;
}

.play-navigation {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: 15px 0;
}

.play-nav-btn {
    flex: 1;
    padding: 12px 16px;
    background-color: #f5f5f5;
    border-radius: 4px;
    color: #333;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.2s;
    display: inline-block;
}

.play-nav-btn:active,
.play-nav-btn:focus,
.play-nav-btn:hover {
    outline: none;
    -webkit-tap-highlight-color: transparent;
    background-color: #e8e8e8;
    color: #333;
}

.play-nav-btn:visited {
    color: #333;
}

.play-nav-btn.disabled {
    background-color: #f0f0f0;
    color: #999;
    cursor: not-allowed;
    pointer-events: none;
}

.play-nav-btn.play-nav-detail {
    background-color: #ff4d03;
    color: #fff;
}

.play-nav-btn.play-nav-detail:active,
.play-nav-btn.play-nav-detail:focus,
.play-nav-btn.play-nav-detail:hover,
.play-nav-btn.play-nav-detail:visited {
    background-color: #e64400;
    color: #fff;
}

.video-header h2 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

