/* --- Universal Listing Page Styles (Movies & TV) --- */

.listing-hero {
    padding: 60px 0;
    background: linear-gradient(to right, #0d8bc4, #01b4e4);
    color: #fff;
    text-align: center;
}
.listing-hero h1 {
    font-size: 2.8em;
    font-weight: 700;
}
.listing-hero p {
    font-size: 1.2em;
    opacity: 0.9;
    margin-top: 10px;
}

.filters-bar {
    background-color: #f8f9fa;
    padding: 20px;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 30px;
}
.filters-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}
.filter-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 0.9em;
}
.filter-group select {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.item-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 25px;
}
.item-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.2s, box-shadow 0.2s;
}
.item-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}
.item-card a {
    text-decoration: none;
    color: inherit;
}
.item-card img {
    width: 100%;
    object-fit: cover;
}
.item-card-content {
    padding: 15px;
}
.item-card-title {
    font-weight: 700;
    font-size: 1em;
    margin-bottom: 5px;
}
.item-card-date {
    font-size: 0.9em;
    color: #666;
}

.pagination {
    margin-top: 40px;
    text-align: center;
}
.pagination a, .pagination span {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 5px;
    border-radius: 5px;
    background-color: #f2f2f2;
    text-decoration: none;
    color: #333;
    font-weight: 600;
}
.pagination a:hover {
    background-color: #01b4e4;
    color: #fff;
}
.pagination .current-page {
    background-color: #032541;
    color: #fff;
} 
 

.listing-hero {
    padding: 60px 0;
    background: linear-gradient(to right, #0d8bc4, #01b4e4);
    color: #fff;
    text-align: center;
}
.listing-hero h1 {
    font-size: 2.8em;
    font-weight: 700;
}
.listing-hero p {
    font-size: 1.2em;
    opacity: 0.9;
    margin-top: 10px;
}

.filters-bar {
    background-color: #f8f9fa;
    padding: 20px;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 30px;
}
.filters-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}
.filter-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 0.9em;
}
.filter-group select {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.item-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 25px;
}
.item-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.2s, box-shadow 0.2s;
}
.item-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}
.item-card a {
    text-decoration: none;
    color: inherit;
}
.item-card img {
    width: 100%;
    object-fit: cover;
}
.item-card-content {
    padding: 15px;
}
.item-card-title {
    font-weight: 700;
    font-size: 1em;
    margin-bottom: 5px;
}
.item-card-date {
    font-size: 0.9em;
    color: #666;
}

.pagination {
    margin-top: 40px;
    text-align: center;
}
.pagination a, .pagination span {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 5px;
    border-radius: 5px;
    background-color: #f2f2f2;
    text-decoration: none;
    color: #333;
    font-weight: 600;
}
.pagination a:hover {
    background-color: #01b4e4;
    color: #fff;
}
.pagination .current-page {
    background-color: #032541;
    color: #fff;
} 
 

.listing-hero {
    padding: 60px 0;
    background: linear-gradient(to right, #0d8bc4, #01b4e4);
    color: #fff;
    text-align: center;
}
.listing-hero h1 {
    font-size: 2.8em;
    font-weight: 700;
}
.listing-hero p {
    font-size: 1.2em;
    opacity: 0.9;
    margin-top: 10px;
}

.filters-bar {
    background-color: #f8f9fa;
    padding: 20px;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 30px;
}
.filters-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}
.filter-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 0.9em;
}
.filter-group select {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.item-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 25px;
}
.item-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.2s, box-shadow 0.2s;
}
.item-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}
.item-card a {
    text-decoration: none;
    color: inherit;
}
.item-card img {
    width: 100%;
    object-fit: cover;
}
.item-card-content {
    padding: 15px;
}
.item-card-title {
    font-weight: 700;
    font-size: 1em;
    margin-bottom: 5px;
}
.item-card-date {
    font-size: 0.9em;
    color: #666;
}

.pagination {
    margin-top: 40px;
    text-align: center;
}
.pagination a, .pagination span {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 5px;
    border-radius: 5px;
    background-color: #f2f2f2;
    text-decoration: none;
    color: #333;
    font-weight: 600;
}
.pagination a:hover {
    background-color: #01b4e4;
    color: #fff;
}
.pagination .current-page {
    background-color: #032541;
    color: #fff;
} 
 

.listing-hero {
    padding: 60px 0;
    background: linear-gradient(to right, #0d8bc4, #01b4e4);
    color: #fff;
    text-align: center;
}
.listing-hero h1 {
    font-size: 2.8em;
    font-weight: 700;
}
.listing-hero p {
    font-size: 1.2em;
    opacity: 0.9;
    margin-top: 10px;
}

.filters-bar {
    background-color: #f8f9fa;
    padding: 20px;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 30px;
}
.filters-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}
.filter-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 0.9em;
}
.filter-group select {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.item-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 25px;
}
.item-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.2s, box-shadow 0.2s;
}
.item-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}
.item-card a {
    text-decoration: none;
    color: inherit;
}
.item-card img {
    width: 100%;
    object-fit: cover;
}
.item-card-content {
    padding: 15px;
}
.item-card-title {
    font-weight: 700;
    font-size: 1em;
    margin-bottom: 5px;
}
.item-card-date {
    font-size: 0.9em;
    color: #666;
}

.pagination {
    margin-top: 40px;
    text-align: center;
}
.pagination a, .pagination span {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 5px;
    border-radius: 5px;
    background-color: #f2f2f2;
    text-decoration: none;
    color: #333;
    font-weight: 600;
}
.pagination a:hover {
    background-color: #01b4e4;
    color: #fff;
}
.pagination .current-page {
    background-color: #032541;
    color: #fff;
} 
 

.listing-hero {
    padding: 60px 0;
    background: linear-gradient(to right, #0d8bc4, #01b4e4);
    color: #fff;
    text-align: center;
}
.listing-hero h1 {
    font-size: 2.8em;
    font-weight: 700;
}
.listing-hero p {
    font-size: 1.2em;
    opacity: 0.9;
    margin-top: 10px;
}

.filters-bar {
    background-color: #f8f9fa;
    padding: 20px;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 30px;
}
.filters-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}
.filter-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 0.9em;
}
.filter-group select {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.item-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 25px;
}
.item-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.2s, box-shadow 0.2s;
}
.item-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}
.item-card a {
    text-decoration: none;
    color: inherit;
}
.item-card img {
    width: 100%;
    object-fit: cover;
}
.item-card-content {
    padding: 15px;
}
.item-card-title {
    font-weight: 700;
    font-size: 1em;
    margin-bottom: 5px;
}
.item-card-date {
    font-size: 0.9em;
    color: #666;
}

.pagination {
    margin-top: 40px;
    text-align: center;
}
.pagination a, .pagination span {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 5px;
    border-radius: 5px;
    background-color: #f2f2f2;
    text-decoration: none;
    color: #333;
    font-weight: 600;
}
.pagination a:hover {
    background-color: #01b4e4;
    color: #fff;
}
.pagination .current-page {
    background-color: #032541;
    color: #fff;
} 
 

.listing-hero {
    padding: 60px 0;
    background: linear-gradient(to right, #0d8bc4, #01b4e4);
    color: #fff;
    text-align: center;
}
.listing-hero h1 {
    font-size: 2.8em;
    font-weight: 700;
}
.listing-hero p {
    font-size: 1.2em;
    opacity: 0.9;
    margin-top: 10px;
}

.filters-bar {
    background-color: #f8f9fa;
    padding: 20px;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 30px;
}
.filters-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}
.filter-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 0.9em;
}
.filter-group select {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.item-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 25px;
}
.item-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.2s, box-shadow 0.2s;
}
.item-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}
.item-card a {
    text-decoration: none;
    color: inherit;
}
.item-card img {
    width: 100%;
    object-fit: cover;
}
.item-card-content {
    padding: 15px;
}
.item-card-title {
    font-weight: 700;
    font-size: 1em;
    margin-bottom: 5px;
}
.item-card-date {
    font-size: 0.9em;
    color: #666;
}

.pagination {
    margin-top: 40px;
    text-align: center;
}
.pagination a, .pagination span {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 5px;
    border-radius: 5px;
    background-color: #f2f2f2;
    text-decoration: none;
    color: #333;
    font-weight: 600;
}
.pagination a:hover {
    background-color: #01b4e4;
    color: #fff;
}
.pagination .current-page {
    background-color: #032541;
    color: #fff;
} 
 

.listing-hero {
    padding: 60px 0;
    background: linear-gradient(to right, #0d8bc4, #01b4e4);
    color: #fff;
    text-align: center;
}
.listing-hero h1 {
    font-size: 2.8em;
    font-weight: 700;
}
.listing-hero p {
    font-size: 1.2em;
    opacity: 0.9;
    margin-top: 10px;
}

.filters-bar {
    background-color: #f8f9fa;
    padding: 20px;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 30px;
}
.filters-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}
.filter-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 0.9em;
}
.filter-group select {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.item-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 25px;
}
.item-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.2s, box-shadow 0.2s;
}
.item-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}
.item-card a {
    text-decoration: none;
    color: inherit;
}
.item-card img {
    width: 100%;
    object-fit: cover;
}
.item-card-content {
    padding: 15px;
}
.item-card-title {
    font-weight: 700;
    font-size: 1em;
    margin-bottom: 5px;
}
.item-card-date {
    font-size: 0.9em;
    color: #666;
}

.pagination {
    margin-top: 40px;
    text-align: center;
}
.pagination a, .pagination span {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 5px;
    border-radius: 5px;
    background-color: #f2f2f2;
    text-decoration: none;
    color: #333;
    font-weight: 600;
}
.pagination a:hover {
    background-color: #01b4e4;
    color: #fff;
}
.pagination .current-page {
    background-color: #032541;
    color: #fff;
} 
 