/* --- Cast & Crew Page --- */
body {
    background-color: #fff;
}

.cast-page-container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.cast-page-header {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border: 1px solid #e9ecef;
    margin-bottom: 30px;
}
.header-poster {
    width: 92px;
    height: 138px;
    border-radius: 4px;
}
.header-info h1 {
    font-size: 1.8em;
    font-weight: 700;
}
.header-info h1 a {
    color: inherit;
    text-decoration: none;
}
.header-info h1 .year {
    font-weight: 400;
    color: #666;
}
.back-link {
    font-size: 1em;
    color: #01b4e4;
    text-decoration: none;
    font-weight: 600;
}
.back-link:hover {
    text-decoration: underline;
}

.cast-crew-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}
@media (min-width: 768px) {
    .cast-crew-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.cast-column h3, .crew-column h3 {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
}
.cast-column h3 span, .crew-column h3 span {
    font-weight: 400;
    color: #888;
}

.cast-list, .crew-list {
    list-style: none;
    padding-left: 0;
}
.cast-list li, .crew-list li {
    padding: 12px 8px;
    border-radius: 5px;
    transition: background-color 0.2s;
}
.cast-list li:nth-child(odd), .crew-list li:nth-child(odd) {
    background-color: #f8f9fa;
}
.cast-list li:hover, .crew-list li:hover {
    background-color: #e9ecef;
}

.cast-list li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    gap: 15px;
}

.cast-list li img {
    width: 64px;
    height: 64px;
    border-radius: 4px;
    object-fit: cover;
}
.member-info .name {
    font-size: 1.05em;
    font-weight: 700;
}
.member-info .character, .member-info .job {
    font-size: 0.9em;
    color: #555;
}

.department-section h4 {
    font-size: 1.2em;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    color: #032541;
    background-color: #f8f9fa;
    padding: 10px;
    border-radius: 4px;
    border-bottom: none;
}
.crew-list a {
    color: inherit;
    text-decoration: none;
}
.crew-list li {
    padding: 8px 0;
}
.crew-list li:hover {
    background-color: #f2f2f2;
} 
 
body {
    background-color: #fff;
}

.cast-page-container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.cast-page-header {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border: 1px solid #e9ecef;
    margin-bottom: 30px;
}
.header-poster {
    width: 92px;
    height: 138px;
    border-radius: 4px;
}
.header-info h1 {
    font-size: 1.8em;
    font-weight: 700;
}
.header-info h1 a {
    color: inherit;
    text-decoration: none;
}
.header-info h1 .year {
    font-weight: 400;
    color: #666;
}
.back-link {
    font-size: 1em;
    color: #01b4e4;
    text-decoration: none;
    font-weight: 600;
}
.back-link:hover {
    text-decoration: underline;
}

.cast-crew-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}
@media (min-width: 768px) {
    .cast-crew-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.cast-column h3, .crew-column h3 {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
}
.cast-column h3 span, .crew-column h3 span {
    font-weight: 400;
    color: #888;
}

.cast-list, .crew-list {
    list-style: none;
    padding-left: 0;
}
.cast-list li, .crew-list li {
    padding: 12px 8px;
    border-radius: 5px;
    transition: background-color 0.2s;
}
.cast-list li:nth-child(odd), .crew-list li:nth-child(odd) {
    background-color: #f8f9fa;
}
.cast-list li:hover, .crew-list li:hover {
    background-color: #e9ecef;
}

.cast-list li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    gap: 15px;
}

.cast-list li img {
    width: 64px;
    height: 64px;
    border-radius: 4px;
    object-fit: cover;
}
.member-info .name {
    font-size: 1.05em;
    font-weight: 700;
}
.member-info .character, .member-info .job {
    font-size: 0.9em;
    color: #555;
}

.department-section h4 {
    font-size: 1.2em;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    color: #032541;
    background-color: #f8f9fa;
    padding: 10px;
    border-radius: 4px;
    border-bottom: none;
}
.crew-list a {
    color: inherit;
    text-decoration: none;
}
.crew-list li {
    padding: 8px 0;
}
.crew-list li:hover {
    background-color: #f2f2f2;
} 
 
body {
    background-color: #fff;
}

.cast-page-container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.cast-page-header {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border: 1px solid #e9ecef;
    margin-bottom: 30px;
}
.header-poster {
    width: 92px;
    height: 138px;
    border-radius: 4px;
}
.header-info h1 {
    font-size: 1.8em;
    font-weight: 700;
}
.header-info h1 a {
    color: inherit;
    text-decoration: none;
}
.header-info h1 .year {
    font-weight: 400;
    color: #666;
}
.back-link {
    font-size: 1em;
    color: #01b4e4;
    text-decoration: none;
    font-weight: 600;
}
.back-link:hover {
    text-decoration: underline;
}

.cast-crew-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}
@media (min-width: 768px) {
    .cast-crew-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.cast-column h3, .crew-column h3 {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
}
.cast-column h3 span, .crew-column h3 span {
    font-weight: 400;
    color: #888;
}

.cast-list, .crew-list {
    list-style: none;
    padding-left: 0;
}
.cast-list li, .crew-list li {
    padding: 12px 8px;
    border-radius: 5px;
    transition: background-color 0.2s;
}
.cast-list li:nth-child(odd), .crew-list li:nth-child(odd) {
    background-color: #f8f9fa;
}
.cast-list li:hover, .crew-list li:hover {
    background-color: #e9ecef;
}

.cast-list li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    gap: 15px;
}

.cast-list li img {
    width: 64px;
    height: 64px;
    border-radius: 4px;
    object-fit: cover;
}
.member-info .name {
    font-size: 1.05em;
    font-weight: 700;
}
.member-info .character, .member-info .job {
    font-size: 0.9em;
    color: #555;
}

.department-section h4 {
    font-size: 1.2em;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    color: #032541;
    background-color: #f8f9fa;
    padding: 10px;
    border-radius: 4px;
    border-bottom: none;
}
.crew-list a {
    color: inherit;
    text-decoration: none;
}
.crew-list li {
    padding: 8px 0;
}
.crew-list li:hover {
    background-color: #f2f2f2;
} 
 
body {
    background-color: #fff;
}

.cast-page-container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.cast-page-header {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border: 1px solid #e9ecef;
    margin-bottom: 30px;
}
.header-poster {
    width: 92px;
    height: 138px;
    border-radius: 4px;
}
.header-info h1 {
    font-size: 1.8em;
    font-weight: 700;
}
.header-info h1 a {
    color: inherit;
    text-decoration: none;
}
.header-info h1 .year {
    font-weight: 400;
    color: #666;
}
.back-link {
    font-size: 1em;
    color: #01b4e4;
    text-decoration: none;
    font-weight: 600;
}
.back-link:hover {
    text-decoration: underline;
}

.cast-crew-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}
@media (min-width: 768px) {
    .cast-crew-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.cast-column h3, .crew-column h3 {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
}
.cast-column h3 span, .crew-column h3 span {
    font-weight: 400;
    color: #888;
}

.cast-list, .crew-list {
    list-style: none;
    padding-left: 0;
}
.cast-list li, .crew-list li {
    padding: 12px 8px;
    border-radius: 5px;
    transition: background-color 0.2s;
}
.cast-list li:nth-child(odd), .crew-list li:nth-child(odd) {
    background-color: #f8f9fa;
}
.cast-list li:hover, .crew-list li:hover {
    background-color: #e9ecef;
}

.cast-list li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    gap: 15px;
}

.cast-list li img {
    width: 64px;
    height: 64px;
    border-radius: 4px;
    object-fit: cover;
}
.member-info .name {
    font-size: 1.05em;
    font-weight: 700;
}
.member-info .character, .member-info .job {
    font-size: 0.9em;
    color: #555;
}

.department-section h4 {
    font-size: 1.2em;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    color: #032541;
    background-color: #f8f9fa;
    padding: 10px;
    border-radius: 4px;
    border-bottom: none;
}
.crew-list a {
    color: inherit;
    text-decoration: none;
}
.crew-list li {
    padding: 8px 0;
}
.crew-list li:hover {
    background-color: #f2f2f2;
} 
 