.ccg-guide{font-family:var(--ccg-font-family);font-size:var(--ccg-font-size);font-weight:var(--ccg-font-weight);color:var(--ccg-body-text);max-width:100%}
.ccg-toolbar{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:18px}
.ccg-filter-bar{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:0}
.ccg-print-guide{border:0;border-radius:999px;padding:10px 16px;background:#111827;color:#fff;font-weight:700;cursor:pointer}
.ccg-filter{border:0;border-radius:999px;padding:10px 16px;background:#eef2f7;color:#465066;font-weight:700;cursor:pointer}
.ccg-filter.is-active{background:#1f2937;color:#fff}
.ccg-scroll-shell{max-height:var(--ccg-scroll-height);overflow:auto;background:var(--ccg-table-bg);padding:0;border-radius:18px}
.ccg-table{width:100%;border-collapse:separate;border-spacing:0;min-width:860px;background:var(--ccg-table-bg)}
.ccg-table th,.ccg-table td{border:4px solid var(--ccg-border);padding:20px;text-align:center;background:var(--ccg-row-bg);vertical-align:middle}
.ccg-table thead th{position:sticky;top:0;z-index:5;background:transparent;padding:0;border-top:0;overflow:visible}
.ccg-table .ccg-sticky-col{position:sticky;left:0;z-index:4;background:var(--ccg-row-bg)}
.ccg-table thead .ccg-sticky-col{z-index:6;padding:20px;background:var(--ccg-table-bg);text-transform:uppercase;letter-spacing:.03em;font-size:1.2em;color:#69707f;min-width:220px}
.ccg-channel-col{font-weight:800}
.ccg-package-card{min-height:170px;padding:20px 16px 18px;border-radius:0;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;color:var(--ccg-header-text);font-weight:800;text-transform:uppercase;letter-spacing:.02em;position:relative;overflow:visible}
.ccg-package-icon-wrap{width:110px;height:110px;border-radius:999px;background:#fff;display:flex;align-items:center;justify-content:center;color:inherit;position:absolute;top:12px;left:50%;transform:translateX(-50%);box-shadow:0 2px 6px rgba(0,0,0,.08)}
.ccg-package-icon-wrap .dashicons{font-size:52px;width:52px;height:52px;color:currentColor;opacity:.92}
.ccg-package-custom-icon{max-width:56px;max-height:56px;object-fit:contain}
.ccg-package-title{margin-top:88px;font-size:1.05em;line-height:1.2}
.ccg-channel-name-cell{text-align:left;min-width:220px;color:#757b87;font-size:1.05em;text-transform:uppercase}
.ccg-channel-name-wrap{display:flex;align-items:center;gap:14px}
.ccg-channel-logo{width:var(--ccg-logo-width);height:var(--ccg-logo-height);object-fit:contain;flex:0 0 auto}
.ccg-available-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--ccg-icon-color)}
.ccg-availability-custom-icon{object-fit:contain}
@media (max-width:767px){
  .ccg-filter-bar{gap:8px}
  .ccg-filter{padding:8px 12px;font-size:14px}
  .ccg-scroll-shell{border-radius:14px}
  .ccg-table{min-width:640px}
  .ccg-package-card{min-height:126px}
  .ccg-package-icon-wrap{width:86px;height:86px;top:-8px}
  .ccg-package-icon-wrap .dashicons{font-size:40px;width:40px;height:40px}
  .ccg-package-title{margin-top:72px;font-size:.92em}
  .ccg-table th,.ccg-table td{padding:14px}
}

@media print{
  .ccg-print-guide,.ccg-filter-bar{display:none !important;}
  .ccg-toolbar{margin-bottom:0;}
  .ccg-scroll-shell{max-height:none !important;overflow:visible !important;}
  .ccg-table{min-width:0 !important;width:100% !important;}
  .ccg-guide{font-size:12px !important;}
}
