/* Theme Name: Vinicho Media Theme
Description: Custom Theme for Vinicho Media Publisindo
Author: Partner Coding
Version: 1.0
*/

/* Tipografi Sinopsis */
.vinicho-sinopsis-content {
    margin-top: 3rem;
}

.sinopsis-text {
    font-size: 1.125rem; /* 18px */
    line-height: 1.85;
    color: #4b5563; /* Gray 600 */
    font-weight: 300;
    letter-spacing: 0.01em;
}

.sinopsis-text p {
    margin-bottom: 1.75rem;
}

.sinopsis-text p:first-of-type::first-letter {
    font-size: 3rem;
    font-weight: 900;
    float: left;
    margin-right: 0.75rem;
    line-height: 1;
    color: #7c3aed; /* Purple 600 */
    text-transform: uppercase;
}

.sinopsis-text strong {
    font-weight: 700;
    color: #111827;
}

.sinopsis-text blockquote {
    border-left: 4px solid #10b981;
    padding-left: 1.5rem;
    font-style: italic;
    color: #374151;
    margin: 2rem 0;
}

/* Custom Scrollbar untuk Browser Modern */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #f3f4f6;
}
::-webkit-scrollbar-thumb {
    background: #7c3aed;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: #6d28d9;
}
