.single-post .single-post-wrapper { max-width: 800px; margin: 0 auto; }
.single-post-meta { text-align: center; margin-bottom: 0.75rem; }
.single-post-date { font-size: 0.8125rem; color: #7F56D9; }
.single-post-title { text-align: center; margin: 0 0 1.5rem; }
.single-post-actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}
.single-post-actions .btn { padding: 0.5rem 1.25rem; text-decoration: none; border-radius: 4px; font-size: 1rem; cursor: pointer; border: 0; }
.single-post-actions .btn-copy-link { background: #e0e0e0; color: #333; }
.single-post-actions .btn-spotify { background: #1db954; color: #fff; }
.single-post-actions .btn-spotify:hover { background: #1ed760; color: #fff; }
.single-post-video { text-align: center; margin-bottom: 2rem; }
.single-post-video-inner {
    position: relative;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}
.single-post-video-inner iframe { width: 100%; aspect-ratio: 16/9; vertical-align: middle; }
.single-post-content { text-align: left; }
.single-post-content p { margin-bottom: 1rem; }

.single-post-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}
.single-post-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1.25rem;
    background: #fff;
    color: #333;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    font-size: 1rem;
    font-family: inherit;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.single-post-btn:hover {
    border-color: #ccc;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.single-post-btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.single-post-btn-icon svg {
    display: block;
}
.single-post-btn-text {
    line-height: 1.2;
}
.single-post-subscribe-wrap {
    text-align: center;
    margin-top: 1.5rem;
}
.single-post-btn-subscribe {
    display: inline-block;
    padding: 0.625rem 1.5rem;
    background: #0072AE;
    color: #fff !important;
    border: 0;
    border-radius: 8px;
    font-size: 1rem;
    font-family: inherit;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s ease;
}
.single-post-btn-subscribe:hover {
    background: #0052a3;
    color: #fff;
}