.wp-block-latest-posts li{
    border-radius: 14px;
    padding: 16px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}
.wp-block-latest-posts li .wp-block-latest-posts__post-title{
    font-weight: 500;
}

.wp-block-gallery img {
    border-radius: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.wp-block-gallery img:hover {
    transform: scale(1.02);
    opacity: 0.92;
}
.entry-content p {
   line-height:1.7;
}



.fixture-card{
background:#0f172a;
color:#ffffff;
padding:20px;
border-radius:16px;
margin-bottom:20px;
border:1px solid rgba(255,255,255,0.08);
}

.fixture-team{
font-size:22px;
font-weight:700;
margin:0;
}

.fixture-vs{
font-size:18px;
font-weight:700;
opacity:0.7;
}

.fixture-meta{
margin-top:10px;
opacity:0.8;
}

@media(max-width:768px){
.fixture-team{
    font-size:18px;
    text-align:center !important;
}

.fixture-vs{
    margin:10px 0;
}

.fixture-meta{
    text-align:center;
    line-height:1.8;
}

.wp-block-columns{
    gap:10px;
}
}


/* ================================
   WP Query Pagination Styling
================================ */

.wp-block-query-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 40px 0;
    flex-wrap: wrap;
    font-family: inherit;
}

/* Common link styles */
.wp-block-query-pagination a,
.wp-block-query-pagination span {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.25s ease;
}

/* Previous / Next buttons */
.wp-block-query-pagination-previous,
.wp-block-query-pagination-next {
    background: #111;
    color: #fff;
    font-weight: 500;
}

.wp-block-query-pagination-previous:hover,
.wp-block-query-pagination-next:hover {
    background: #333;
    transform: translateY(-2px);
}

/* Page numbers container */
.wp-block-query-pagination-numbers {
    display: flex;
    gap: 6px;
    align-items: center;
}

/* Page number links */
.wp-block-query-pagination-numbers .page-numbers {
    background: #f2f2f2;
    color: #333;
    border: 1px solid #ddd;
    min-width: 38px;
    text-align: center;
}

/* Hover effect */
.wp-block-query-pagination-numbers .page-numbers:hover {
    background: #e6e6e6;
    border-color: #bbb;
}

/* Active page */
.wp-block-query-pagination-numbers .page-numbers.current {
    background: #0073aa;
    color: #fff;
    border-color: #0073aa;
    font-weight: bold;
    cursor: default;
}

/* Disabled state (if WP adds it) */
.wp-block-query-pagination .disabled,
.wp-block-query-pagination a[aria-disabled="true"] {
    opacity: 0.4;
    pointer-events: none;
}

/* Mobile responsiveness */
@media (max-width: 600px) {
    .wp-block-query-pagination {
        gap: 6px;
    }

    .wp-block-query-pagination a,
    .wp-block-query-pagination span {
        padding: 6px 10px;
        font-size: 13px;
    }
}


.next-match-card{
    background:#111;
    color:#fff;
    padding:20px;
    border-radius:12px;
    text-align:center;
}

.match-round{
    color:#ffd700;
    font-weight:700;
    margin-bottom:15px;
}

.match-teams{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:20px;
    font-size:28px;
    font-weight:700;
    margin-bottom:20px;
}

.vs{
    font-size:18px;
    opacity:.7;
}

.match-meta{
    display:flex;
    justify-content:center;
    gap:40px;
    margin-bottom:20px;
}

.match-time{
    font-size:18px;
    margin-bottom:10px;
}

.match-original-time{
    opacity:.7;
    font-size:13px;
}
