.slp-container {
    display: flex;
    gap: 20px;
    padding: 20px;
    box-sizing: border-box;
}

.slp-post-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 20px;
    gap: 10px
}



.slp-post-card img {
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
    background-color: #ccc;
}

.slp-post-meta {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

.slp-post-meta a {
    margin: 0 5px;
    color: #999 !important;
}

.slp-post-title {
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
}

.slp-post-title a {
    text-decoration: none;
    color: #0033cc;
}

.slp-post-title a:hover {
    text-decoration: underline;
}


.slp-featured-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    font-family: Arial, sans-serif;
}

.slp-featured-left,
.slp-featured-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.slp-featured-card {
    width: 100%;
}

.slp-featured-card img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
}

.slp-featured-content {
    width: 100%;
    padding: 20px 0px;
}

.slp-featured-content h3 {
    margin: 0 0 5px;
    font-size: 16px;
}

.slp-featured-content .category {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

.slp-featured-right .slp-featured-card .slp-featured-content {
    position: static;
    background: none;
    padding: 10px 0 0;
    color: #000;
}

.slp-featured-right .slp-featured-card {
    background-color: #fff;
    color: #000;
}

.slp-featured-right .slp-featured-card img {
    border-radius: 12px;
}

@media (max-width: 425px) {
    .slp-featured-grid {
        grid-template-columns: 1fr;
    }
}

.slp-match-fixtures-container {
    width: 100%;
    float: left;
    /* margin: 20px 0; */

}

.slp-match-header {
    background: linear-gradient(to right, #00c6ff, #0072ff);
    padding: 10px 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
    z-index: 1;
}

.slp-match-header img {
    max-width: 30px;
}

.slp-match-header h1 {
    color: white;
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
}

.slp-fa-cup-logo {
    height: 40px;
}

.slp-match-week-title {
    margin: 0;
    font-size: 1.8em;
    font-weight: bold;
}

.slp-local-time-message {
    color: #888;
    text-align: center;
    font-size: 0.9em;
    margin-top: 15px;
    margin-bottom: 15px;
}

.slp-match-day-section {
    margin-bottom: 20px;
}

.slp-match-date {
    color: #1a2c5b;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 400 !important;
    font-size: 22px !important;
}

.slp-match-card {
    background-color: #f7f7f7;
    color: #333;
    padding: 10px 15px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: 2px solid #E1E1E1;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}


.slp-team-name {
    font-weight: 800 !important;
    font-size: 12px;
    color: #02357B;
}

.slp-match-time {
    background-color: #fff;
    padding: 6px 10px;
    border-radius: 10px;
    font-weight: 400 !important;
    font-size: 14px !important;
    border: 1px solid #CBCBCB;
    color: #02357B;
}

.slp-view-all-fixtures-btn {
    display: block;
    width: fit-content;
    margin: 20px auto;
    background-color: white;
    color: #333;
    border: 1px solid #ccc;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.slp-view-all-fixtures-btn:hover {
    background-color: #f0f0f0;
    border-color: #aaa;
}

.slp-view-all-fixtures-btn .slp-arrow {
    margin-left: 8px;
}

.slp-featured-player-heading {
    margin: 20px auto 20px;
    color: #1a2c5b;
    font-size: 2.2em;
    font-weight: bold;
    padding-bottom: 10px;
    width: fit-content;
    text-align: center;
}

.slp-match-facup-header {
    background-color: red;
    padding: 10px 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 25px;
    position: relative;
    z-index: 1;
}

.slp-match-facup-header .slp-match-facup-title {
    color: white;
}



.slp-player-card-wrapper {
    display: flex;
    flex-direction: column;
}

.slp-player-card {
    width: 320px;
    border-radius: 12px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
}

.slp-player-card-top {
    display: flex;
    flex-direction: row;
}

.slp-player-stats {
    padding: 10px;
    color: #02357B;
}

.slp-player-image {
    background: #DA213A;
    width: 250px;
    height: 250px;
    overflow: hidden;
    padding: 8px 8px 0 8px;
    box-sizing: border-box;
}

.slp-player-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.slp-stat-box {
    font-size: 15px;
}

.slp-player-name {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.slp-player-name span:nth-of-type(1) {
    font-weight: 600;
    font-size: 15px;
    color: #02357B;
}

.slp-player-name span:nth-of-type(2) {
    font-weight: 600;
    font-size: 30px;
    color: #02357B;
}

.slp-player-name span:nth-of-type(3) {
    font-size: 10px;
    color: #02357B;
}

.slp-player-country-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px;
}

.slp-profile-link {
    text-align: right;
    font-weight: bold;
    color: #02357B;
    font-size: 14px;
    text-decoration: none;
}

.slp-profile-link::after {
    content: " →";
}


.league-standings-container {
    margin-top: 10px;
}



/* For responsiveness */


/* Medium screens (≤992px): 3 columns */
@media (max-width: 992px) {
    .slp-post-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .slp-container {
        display: flex;
        flex-direction: column-reverse;
    }
}

/* Tablets (≤768px): 2 columns */
@media (max-width: 768px) {
    .slp-post-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile (≤576px): 1 column */
@media (max-width: 576px) {
    .slp-post-grid {
        grid-template-columns: 1fr;
    }
}


.news-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-header a {
    color: #02357B !important;
}