.ptg-ws { 
    margin: 2.25rem 0; 
}
.ptg-ws .ptg-ws-inner { 
    max-width: 1100px; 
    margin: 0 auto; 
    padding: 0 1rem; 
}
.ptg-ws .ptg-ws-intro { 
    text-align: center; 
    margin: .75rem auto .9rem; 
    max-width: 52rem; 
    font-size: .9rem; 
}
.ptg-ws .ptg-ws-brandline { 
    width: 84px; 
    height: 6px; 
    border-radius: 999px; 
    margin: 0 auto 1.9rem; 
    background: #8dc63f; 
}

/* Tabs: visible, branded */
.ptg-ws .ptg-ws-tabs { 
    display:flex; 
    flex-wrap:wrap; 
    gap:1.3rem .6rem; 
    justify-content:center; 
    margin: 0 auto .95rem; 
    padding:.2rem 0; 
}
.ptg-ws .ptg-ws-tab {
    background: #fff; 
    border: 1px solid #d9d9d9; 
    border-radius: 999px;
    padding: .55rem .9rem; 
    font-weight: 800; 
    font-size: .85rem; 
    line-height: 1.1;
    cursor: pointer; 
    color:#111; 
    box-shadow: 0 1px 0 rgba(0,0,0,.04);
}
.ptg-ws .ptg-ws-tab:hover { border-color:#111; }
.ptg-ws .ptg-ws-tab.is-active { 
    border-color:#8dc63f; 
    box-shadow: 0 0 0 3px rgba(141,198,63,.18); 
}
.ptg-ws h2.heading-line-center.gb-headline-border-bottom-center {
    margin-bottom: 32px;
}

/* Strap */
.ptg-ws .ptg-ws-strap {
    font-size: .9rem;
    text-align:center;
    font-weight: 700;
    padding: .65rem 1rem;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 0 0 1rem;
}

/* Table */
.ptg-ws .ptg-ws-table { 
    border-top: 1px solid #e6e6e6; 
    border-bottom: 1px solid #e6e6e6; }
.ptg-ws .ptg-ws-row {
    display: grid;
    grid-template-columns: minmax(260px, 2.2fr) minmax(220px, 1.7fr) minmax(140px, 1fr) auto;
    gap: 1rem;
    align-items: start;
    padding: .95rem 0;
    border-bottom: 1px solid #f3f3f3;
}
.ptg-ws .ptg-ws-row-head { 
    padding: .87rem 0; 
    border-bottom: 1px solid #efefef; 
    font-weight: 700; 
}
.ptg-ws .ptg-ws-cell { 
    font-size: .9rem; 
}
.ptg-ws .ptg-ws-title { 
    font-weight: 700; 
}
.ptg-ws .ptg-ws-dates { 
    line-height: 1.55; 
}
.ptg-ws .ptg-ws-right { 
    text-align:right; 
    white-space:nowrap; }
.ptg-ws .ptg-ws-right a { 
    font-weight:700; 
    text-decoration:none; 
    border-bottom:1px solid currentColor; }

.ptg-ws .ptg-ws-cta { 
    text-align:center; 
    padding: 1.15rem 0 .25rem; 
    font-size: .9rem; 
}
.ptg-ws .ptg-ws-note { 
    text-align:center; 
    margin-top: 1rem; 
    font-size: .9rem; 
}

/* Panels */
.ptg-ws .ptg-ws-panel { padding-bottom: .45rem; }
.ptg-ws .ptg-ws-panel[hidden] { display:none; }

/* Mobile */
@media (max-width: 820px) {
    .ptg-ws .ptg-ws-row {
        grid-template-columns: 
        minmax(240px, 2.2fr) minmax(100px, 0.9fr) minmax(120px, 1.2fr) auto;
    }
}
@media (max-width: 720px) {
    .ptg-ws .ptg-ws-row { grid-template-columns: 1fr; gap: .35rem; }
    .ptg-ws .ptg-ws-right { text-align:left; }
    .ptg-ws .ptg-ws-row-head { display:none; }
}
  