.separate-containers .comments-area,.separate-containers .inside-article,.separate-containers .page-header,.separate-containers .paging-navigation{padding:20px}.separate-containers .inside-article{padding-top:20px}
.nfltp_wrapper { max-width: 1100px; margin: 0 auto; font-family: inherit; }
.nfltp_header { display: flex; align-items: center; gap: 16px; margin-bottom: 14px; }
.nfltp_logo { width: 72px; height: 72px; object-fit: contain; }
.nfltp_team_name { margin: 0; font-size: 26px; color: var(--text-main); }
.nfltp_record { margin: 4px 0; color: var(--text-muted); }
.nfltp_venue { margin: 2px 0; color: var(--text-muted); font-size: 14px; }

.nfltp_section_title { font-size: 20px; margin: 22px 0 10px; padding-bottom: 8px; border-bottom: 2px solid var(--border-gold); color: var(--gold); }
.nfltp_section_subtitle { margin: 18px 0 8px; font-size: 16px; color: var(--text-main); }

.nfltp_live_card {
    border: 1px solid var(--border); border-radius: 8px; padding: 14px 18px;
    margin-bottom: 10px; background: var(--bg-card-2);
}
.nfltp_live_label { font-weight: bold; color: var(--blue); margin-bottom: 8px; font-size: 13px; letter-spacing: .5px; }
.nfltp_live_dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--live); margin-right: 6px; animation: nfltp_pulse 1.2s infinite; }
@keyframes nfltp_pulse { 0%{opacity:1;} 50%{opacity:.3;} 100%{opacity:1;} }
.nfltp_live_matchup { display: flex; align-items: center; gap: 10px; font-size: 18px; color: var(--text-main); font-weight: bold; flex-wrap: wrap; }
.nfltp_live_score { min-width: 28px; text-align: center; color: var(--gold); }
.nfltp_live_status_line { margin-top: 6px; font-size: 13px; color: var(--text-muted); }

.nfltp_tabs { display: flex; border: 1px solid var(--border); border-radius: 6px; overflow: hidden; margin-bottom: 18px; }
.nfltp_tab_btn { flex: 1; padding: 12px 10px; border: none; border-right: 1px solid var(--border-light); background: var(--bg-card-2); color: var(--text-main); font-weight: bold; letter-spacing: .5px; cursor: pointer; font-size: 13px; display: flex; align-items: center; justify-content: center; text-decoration: none; text-align: center; box-sizing: border-box; }
.nfltp_tab_btn:last-child { border-right: none; }
.nfltp_tab_btn.active { background: linear-gradient(180deg, var(--gold-light) 0%, var(--gold-dark) 100%); color: #1a0e00; }
.nfltp_tab_btn:hover:not(.active) { background: var(--nav-blue); color: var(--gold-light); }
.nfltp_tab_home { color: #ff0000; }
.nfltp_tab_home:hover { background: var(--red-dark); color: #fff; }
.nfltp_tab_home {
    animation: blink 1.5s infinite;
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.nfltp_empty { color: var(--text-muted); font-style: italic; }

.nfltp_schedule_table, .nfltp_roster_table, .nfltp_standings_table { width: 100%; border-collapse: collapse; margin-bottom: 18px; }
.nfltp_schedule_table th, .nfltp_schedule_table td,
.nfltp_roster_table th, .nfltp_roster_table td,
.nfltp_standings_table th, .nfltp_standings_table td { padding: 8px 10px; border-bottom: 1px solid var(--border); text-align: left; font-size: 14px; color: var(--text-soft); }
.nfltp_result { font-weight: bold; color: var(--text-main); }
.nfltp_upcoming { color: var(--text-main); }
.nfltp_live_text { font-weight: bold; color: var(--live); }

.nfltp_standings_table th { background: var(--bg-nav); color: var(--text-main); }
.nfltp_standings_highlight { background: var(--border-gold); color: var(--gold-light); font-weight: bold; }

.nfltp_stats_header { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.nfltp_stats_logo { width: 48px; height: 48px; object-fit: contain; }
.nfltp_stats_team_name { margin: 0; font-size: 20px; color: var(--text-heading, var(--gold)); }

.nfltp_table_scroll { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 18px; }
.nfltp_table_scroll table { margin-bottom: 0; }

@media (max-width: 768px) {
    .nfltp_wrapper { padding: 0 10px; }
     .nfltp_standings_table th{background:var(--bg-nav)!important;color:var(--text-main)!important}.nfltp_standings_highlight{background:var(--border-gold)!important;color:var(--gold-light)!important;font-weight:bold!important}
    .nfltp_header { flex-wrap: wrap; gap: 10px; }
    .nfltp_logo { width: 56px; height: 56px; }
    .nfltp_team_name { font-size: 21px; }

    .nfltp_tabs {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 6px;
        border: none;
        border-radius: 0;
        overflow: visible;
    }
    .nfltp_tab_btn {
        border: 1px solid var(--blue);
        border-radius: 4px;
        padding: 10px 6px;
        font-size: 11.5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .nfltp_live_matchup { font-size: 15px; gap: 6px; }
    .nfltp_live_score { min-width: 22px; }

    .nfltp_schedule_table th, .nfltp_schedule_table td,
    .nfltp_roster_table th, .nfltp_roster_table td,
    .nfltp_standings_table th, .nfltp_standings_table td {
        padding: 8px 6px; font-size: 12.5px; color: var(--text-main);
    }

    .nfltp_stats_header { flex-wrap: wrap; }
    .nfltp_stats_team_name { font-size: 17px; }
    .nfltp_section_title { font-size: 17px; }
    .nfltp_section_subtitle { font-size: 14px; }
}

@media (max-width: 420px) {
    .nfltp_team_name { font-size: 18px; }
    .nfltp_tabs { grid-template-columns: repeat(2, 1fr); }
    .nfltp_tab_btn {
        padding: 8px 4px; font-size: 10.5px; line-height: 1.25;
        white-space: normal; overflow: visible; text-overflow: clip;
    }
    .nfltp_live_card { padding: 10px 12px; }
    .nfltp_live_matchup { font-size: 13px; }
    .nfltp_live_team { max-width: 90px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: inline-block; vertical-align: middle; }
}