.entry-content,
.site-content,
article {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.tpa-pick-full {
    max-width: 100%;
    margin: 0 0 2rem 0 !important;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border: 1px solid #e9ecef;
}

.tpa-picks-list {
    margin: 0.5rem 0;
}

.tpa-layout-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.tpa-layout-cards,
.tpa-layout-grid {
    display: grid;
    gap: 1rem;
}

.tpa-layout-cards {
    grid-template-columns: 1fr;
}

.tpa-layout-grid {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.tpa-pick-row {
    display: grid;
    grid-template-columns: 160px 1fr 160px;
    align-items: center;
    gap: 1.5rem;
    padding: 0.75rem 1rem;
    background: #fff;
    transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
    min-height: 60px;
}

.tpa-layout-list .tpa-pick-row {
    border-bottom: 1px solid #e5e7eb;
}

.tpa-layout-list .tpa-pick-row:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.tpa-layout-list .tpa-pick-row:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom: none;
}

.tpa-layout-list .tpa-pick-row:nth-child(even) {
    background: #f9fafb;
}

.tpa-layout-cards .tpa-pick-row,
.tpa-layout-grid .tpa-pick-row {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(17, 24, 39, 0.06);
}

.tpa-layout-grid .tpa-pick-row {
    grid-template-columns: 1fr;
    text-align: center;
}

.tpa-layout-grid .tpa-left-info,
.tpa-layout-grid .tpa-match-info {
    justify-content: center;
}

.tpa-layout-grid .tpa-match-info {
    flex-direction: column;
}

.tpa-layout-grid .tpa-team-home,
.tpa-layout-grid .tpa-team-away {
    justify-content: center;
}

.tpa-layout-grid .tpa-btn-prediction {
    width: 100%;
}

.tpa-pick-row:hover {
    background: #f0fdf4;
    box-shadow: 0 8px 22px rgba(27, 174, 112, 0.12);
    transform: translateY(-1px);
}

.tpa-left-info {
    display: flex;
    align-items: center;
    gap: 0;
}

.tpa-time-league {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.tpa-time {
    font-size: 0.8rem;
    font-weight: 600;
    color: #111827;
    line-height: 1;
}

.tpa-league-info {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.tpa-league-mini-icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    flex-shrink: 0;
}

.tpa-league-name {
    font-size: 0.72rem;
    color: #6b7280;
    line-height: 1;
}

.tpa-match-info {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.tpa-team-home,
.tpa-team-away {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
}

.tpa-team-home {
    justify-content: flex-end;
}

.tpa-team-away {
    justify-content: flex-start;
}

.tpa-team-logo-small {
    width: 24px;
    height: 24px;
}

.tpa-team-logo-large {
    width: 110px;
    height: 110px;
}

.tpa-team-logo {
    object-fit: contain;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    flex-shrink: 0;
}

.tpa-team-home span,
.tpa-team-away span {
    font-size: 0.9rem;
    font-weight: 500;
    color: #111827;
}

.tpa-vs {
    font-size: 0.75rem;
    font-weight: 700;
    color: #9ca3af;
    flex-shrink: 0;
}

.tpa-btn-prediction {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    background: linear-gradient(135deg, #1bae70 0%, #06752e 100%);
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 6px;
    font-weight: 700;
    font-size: 0.85rem;
    transition: all 0.2s;
    white-space: nowrap;
}

.tpa-btn-prediction:hover {
    background: linear-gradient(135deg, #06752e 0%, #1bae70 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(27, 174, 112, 0.3);
    color: #fff !important;
    text-decoration: none !important;
}

.tpa-full-header {
    display: grid !important;
    grid-template-columns: 1fr auto 1fr !important;
    align-items: center !important;
    gap: 3.5rem !important;
    padding: 2.5rem 1.5rem !important;
    min-height: 240px !important;
}

.tpa-full-team-side {
    text-align: center;
}

.tpa-full-team-side .tpa-team-logo-large {
    margin-bottom: 1rem;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.5));
}

.tpa-full-team-side h3 {
    font-size: 1.25rem;
    margin: 0;
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}

.tpa-header-content-centered {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    text-align: center;
}

.tpa-sport-icon-big {
    width: 60px;
    height: 60px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    margin-bottom: 0.4rem;
}

.tpa-full-datetime {
    font-size: 1rem;
    color: #fff;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}

.tpa-full-league-name {
    font-size: 1.15rem;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}

.tpa-full-analysis {
    padding: 30px 1.5rem 1.5rem 1.5rem;
    line-height: 1.8;
    color: #495057;
    border-bottom: 1px solid #e9ecef;
}

.tpa-full-analysis h2 {
    font-size: 1.35rem;
    margin-top: 1.5rem;
    margin-bottom: 0.85rem;
    color: #1bae70;
    font-weight: 700;
    border-bottom: 2px solid #1bae70;
    padding-bottom: 0.5rem;
}

.tpa-full-analysis h2:first-child {
    margin-top: 0;
}

.tpa-full-analysis p {
    margin-bottom: 1.25rem;
}

.tpa-full-prediction {
    background: linear-gradient(135deg, #1bae70 0%, #06752e 100%);
    color: #fff;
    padding: 1.75rem;
    text-align: center;
}

.tpa-full-label {
    font-size: 0.85rem;
    opacity: 0.95;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
}

.tpa-full-pick {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.tpa-full-odds {
    font-size: 1.15rem;
    font-weight: 500;
    opacity: 0.95;
}

.tpa-full-odds strong {
    font-size: 1.4rem;
    font-weight: 700;
}

.tpa-no-picks {
    padding: 2rem;
    text-align: center;
    background: #f9fafb;
    border-radius: 8px;
    color: #6b7280;
}

.breadcrumbs,
.breadcrumb,
.woocommerce-breadcrumb,
.rank-math-breadcrumb,
nav.woocommerce-breadcrumb,
.entry-breadcrumbs {
    display: none !important;
}

@media (max-width: 768px) {
    .tpa-pick-row,
    .tpa-layout-cards .tpa-pick-row,
    .tpa-layout-grid .tpa-pick-row {
        grid-template-columns: 1fr;
        gap: 1rem;
        min-height: auto;
    }

    .tpa-left-info {
        justify-content: center;
    }

    .tpa-match-info {
        flex-direction: column;
        text-align: center;
    }

    .tpa-team-home,
    .tpa-team-away {
        justify-content: center;
    }

    .tpa-btn-prediction {
        width: 100%;
    }

    .tpa-full-header {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
        min-height: auto !important;
        padding: 1.5rem 1rem !important;
    }

    .tpa-team-logo-large {
        width: 70px;
        height: 70px;
    }

    .tpa-sport-icon-big {
        width: 40px;
        height: 40px;
    }
}
