/* css/crossover.css */
.crossover-page {
    background-color: #fcfcfc;
}

.intro-lead {
    font-size: 1.25rem;
    font-weight: 500;
    color: #4a4a4a;
    line-height: 1.8;
    letter-spacing: 2px;
}

.featured-opera-section {
    background-color: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.opera-title-zh {
    font-size: 2.25rem;
    font-weight: 700;
    color: #2c2c2c;
    letter-spacing: 2px;
}

.opera-subtitle {
    font-size: 1.1rem;
    color: #b18f52;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 0.5rem;
    border-bottom: 2px solid #b18f52;
    display: inline-block;
    padding-bottom: 0.2rem;
}

.opera-title-en {
    font-size: 1rem;
    color: #888;
    font-family: 'Inter', sans-serif;
    letter-spacing: 1px;
    line-height: 1.4;
}

.opera-text p {
    font-size: 1.1rem;
    line-height: 2;
    color: #555;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: 1.5rem;
}

.other-works-list {
    list-style: none;
    padding-left: 0;
}

.other-works-item {
    padding: 1.5rem 2rem;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 1rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-left: 4px solid #b18f52;
}

.other-works-item:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.work-year {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    color: #b18f52;
    margin-right: 2rem;
    min-width: 60px;
    display: inline-block;
}

.work-name {
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
    letter-spacing: 1px;
}
