/* =========================================================
   Sportal / Punters Right Sidebar
========================================================= */

.pp-sportal-right {
    display: grid;
    gap: 16px;
    width: 300px;
    min-width: 0;
}

.pp-sr-card {
    position: relative;
    overflow: hidden;
    padding: 16px;
    border-radius: 18px;
    background:
        radial-gradient(circle at 100% 0%, rgba(245, 166, 35, 0.10), transparent 32%),
        linear-gradient(180deg, #111923 0%, #0c121a 100%);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 14px 32px rgba(0,0,0,0.28);
}

.pp-sr-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(245,166,35,0.55), transparent);
    opacity: 0.65;
}

.pp-sr-head {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.pp-sr-kicker {
    display: block;
    margin-bottom: 4px;
    color: #f5a623;
    font-size: 10px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.pp-sr-head h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 950;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 0 #000;
}

.pp-sr-view {
    flex: 0 0 auto;
    padding: 7px 10px;
    border-radius: 9px;
    border: 1px solid rgba(245, 166, 35, 0.55);
    color: #f5a623;
    text-decoration: none;
    font-size: 11px;
    font-weight: 950;
    background: rgba(245, 166, 35, 0.08);
}

.pp-sr-dot {
    width: 11px;
    height: 11px;
    border-radius: 999px;
    background: #21d47b;
    box-shadow: 0 0 0 5px rgba(33, 212, 123, 0.12), 0 0 16px rgba(33, 212, 123, 0.75);
    margin-top: 5px;
}

/* Live card */

.pp-sr-live-box {
    position: relative;
    z-index: 2;
    display: block;
    text-decoration: none;
    padding: 14px;
    border-radius: 16px;
    background:
        radial-gradient(circle at 50% 0%, rgba(245,166,35,0.11), transparent 36%),
        #0f1722;
    border: 1px solid rgba(255,255,255,0.08);
}

.pp-sr-league {
    color: #9fb0ca;
    font-size: 12px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 10px;
}

.pp-sr-minute {
    width: fit-content;
    margin: 0 auto 12px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(245, 166, 35, 0.12);
    border: 1px solid rgba(245, 166, 35, 0.45);
    color: #f5a623;
    font-size: 12px;
    font-weight: 950;
}

.pp-status-live {
    color: #21d47b !important;
    border-color: rgba(33, 212, 123, 0.55) !important;
    background: rgba(33, 212, 123, 0.12) !important;
    animation: ppLivePulse 1.4s infinite;
}

@keyframes ppLivePulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(33, 212, 123, 0.18);
    }
    50% {
        box-shadow: 0 0 0 6px rgba(33, 212, 123, 0);
    }
}

.pp-sr-scoreboard {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 72px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
}

.pp-sr-team {
    min-width: 0;
    display: grid;
    justify-items: center;
    gap: 8px;
    text-align: center;
}

.pp-sr-team img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    filter: drop-shadow(0 8px 12px rgba(0,0,0,0.35));
}

.pp-sr-team strong {
    max-width: 100%;
    color: #fff;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 950;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pp-sr-score {
    min-height: 58px;
    border-radius: 16px;
    background: #090f17;
    border: 1px solid rgba(255,255,255,0.08);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 25px;
    font-weight: 1000;
    letter-spacing: -0.04em;
}

.pp-sr-score em {
    color: #f5a623;
    font-style: normal;
    font-size: 20px;
}

.pp-sr-open {
    margin-top: 14px;
    height: 36px;
    border-radius: 11px;
    display: grid;
    place-items: center;
    background: rgba(245, 166, 35, 0.12);
    border: 1px solid rgba(245, 166, 35, 0.38);
    color: #f5a623;
    font-size: 12px;
    font-weight: 950;
}

/* Ads */

.pp-sr-ad-wrap {
    overflow: hidden;
    border-radius: 18px;
    background: #0f1722;
    border: 1px solid rgba(245, 166, 35, 0.25);
    box-shadow: 0 14px 32px rgba(0,0,0,0.28);
}

.pp-sr-ad-wrap img,
.pp-sr-ad-wrap picture,
.pp-sr-ad-wrap iframe {
    max-width: 100%;
    border-radius: 14px;
}

.pp-sr-ad-wrap a {
    display: block;
}

.pp-sr-ad-wrap > * {
    margin: 0 !important;
}

/* Picks */

.pp-sr-picks {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 10px;
}

.pp-sr-pick {
    display: block;
    padding: 13px;
    border-radius: 15px;
    text-decoration: none;
    background:
        radial-gradient(circle at 100% 0%, rgba(245,166,35,0.08), transparent 36%),
        rgba(255,255,255,0.045);
    border: 1px solid rgba(255,255,255,0.07);
    transition: 0.18s ease;
}

.pp-sr-pick:hover {
    border-color: rgba(245, 166, 35, 0.45);
    transform: translateY(-1px);
}

.pp-sr-pick-time {
    display: inline-flex;
    margin-bottom: 8px;
    color: #9fb0ca;
    font-size: 12px;
    font-weight: 800;
}

.pp-sr-pick-match {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 1.35;
}

.pp-sr-pick-match strong {
    color: #fff;
    font-weight: 950;
}

.pp-sr-pick-match span {
    color: #8fa0bb;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.pp-sr-pick-tip {
    display: inline-flex;
    margin-top: 9px;
    padding: 5px 9px;
    border-radius: 999px;
    background: rgba(0, 210, 122, 0.14);
    color: #19d27c;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
}

/* Empty */

.pp-sr-empty {
    position: relative;
    z-index: 2;
    padding: 13px;
    border-radius: 14px;
    background: rgba(255,255,255,0.035);
    border: 1px solid rgba(255,255,255,0.06);
    color: #9fb0ca;
    font-size: 13px;
    line-height: 1.45;
}

/* Mobile */

@media (max-width: 1280px) {
    .pp-sportal-right {
        display: none !important;
    }
}