/* =========================================================
   SINGLE POST LAYOUT EXACT MATCH (Image 2)
========================================================= */

.single-title-box {
    background: #202228;
    border: 1px solid #444855;
    border-radius: 5px 5px 0 0;
    padding: 15px 20px;
    margin-bottom: 0;
    border-bottom: 1px dotted #444855;
}

.single-title-box h1 {
    font-size: 22px;
    color: #cccfd7;
    margin: 0;
    font-weight: normal;
}

.single-content-box {
    background: #111111;
    border: 1px solid #444855;
    border-top: none;
    border-radius: 0 0 5px 5px;
    padding: 20px;
    color: #cccfd7;
    font-size: 14px;
    line-height: 1.8;
}

.single-poster {
    text-align: center;
    margin-bottom: 30px;
}

.single-poster img {
    border: 1px solid #444855;
    padding: 3px;
    background: #1a1a1a;
    max-width: 100%;
    height: auto;
}

/* Movie Info List Styling */
.movie-info-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.movie-info-list li {
    margin-bottom: 8px;
    font-size: 14px;
}

.movie-info-list strong {
    color: #cccfd7;
}

.movie-info-list a, 
.movie-info-list span.orange-text {
    color: #FFA600;
    text-decoration: none;
}

.movie-info-list a:hover {
    text-decoration: underline;
}

/* Synopsis & Headings Formatting */
.entry-content h2, 
.entry-content h3 {
    color: #ff5a00;
    text-transform: uppercase;
    border-bottom: 2px solid #ff5a00;
    padding-bottom: 5px;
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: normal;
}

/* Player Buttons (Purple Borders) */
.player-buttons {
    display: flex;
    gap: 10px;
    margin: 30px 0 15px 0;
}

.player-buttons a {
    flex: 1;
    text-align: center;
    padding: 10px;
    border: 1px solid #800080;
    color: #800080;
    background: transparent;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
    transition: all 0.2s ease;
}

.player-buttons a:hover {
    background: #800080;
    color: #fff;
}

/* Video Player Notice Box */
.video-notice {
    background: #202228;
    color: #989eae;
    padding: 12px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #444855;
    margin-top: 0;
}