/* ========= 動画ページ専用CSS ========= */

.video-title {
font-size: 20px;
margin: 16px 0;
line-height: 1.4;
}

.video-description p {
margin-bottom: 12px;
line-height: 1.8;
}

.sample-video h3,
.related-videos h3 {
margin: 20px 0 10px;
font-size: 16px;
}

.video-player {
max-width: 100%;
margin: 10px 0 20px;
}

.video-player iframe,
.video-player div {
max-width: 100%;
}

.buy-link {
margin: 20px 0;
}

.buy-button {
display: block;
background: #e60012;
color: #fff;
text-align: center;
padding: 14px;
font-size: 16px;
border-radius: 6px;
text-decoration: none;
}

.buy-button:hover {
opacity: 0.9;
}

.related-videos ul {
list-style: none;
padding: 0;
}

.related-videos li {
margin-bottom: 8px;
}

.related-videos a {
color: #00aaff;
text-decoration: none;
}

.related-videos a:hover {
text-decoration: underline;
}