/* CFF Numbers - Lottery History Page */
.cff-history-page{display:grid;gap:18px}
.cff-history-tabs{display:flex;flex-wrap:wrap;gap:10px}
.cff-history-tab{display:inline-flex;align-items:center;min-height:40px;padding:0 14px;border:1px solid var(--cff-border,#e6e5df);border-radius:12px;background:#fff;color:var(--textColor,#575656);text-decoration:none;font-weight:800}
.cff-history-tab.is-active{background:var(--panelSoft,#FBFAF2);border-color:#bcb8aa}
.cff-history-breadcrumbs{display:flex;gap:8px;flex-wrap:wrap;font-size:13px}
.cff-history-breadcrumbs a{color:var(--textColor,#575656);font-weight:800}
.cff-history-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}
.cff-history-card{display:grid;gap:5px;background:#fff;border:1px solid var(--cff-border,#e6e5df);border-radius:14px;padding:10px;text-decoration:none;color:var(--textColor,#575656)}
.cff-history-card strong{font-size:15px;color:#333}
.cff-history-results{display:grid;gap:12px}
.cff-history-result{background:#fff;border:1px solid var(--cff-border,#e6e5df);border-radius:14px;padding:14px;display:grid;gap:10px}
.cff-history-date{font-weight:900;color:#333}
.cff-history-date a{color:#333}
.cff-history-number-link{display:inline-flex;width:max-content;text-decoration:none}
.cff-history-extra{color:var(--muted,#636262);font-size:13px}
.cff-history-feature{background:var(--panelSoft,#FBFAF2);border:1px solid var(--cff-border,#e6e5df);border-radius:14px;padding:18px}
.cff-history-pager{display:flex;gap:7px;flex-wrap:wrap}
.cff-page-link{display:inline-flex;min-width:36px;min-height:36px;align-items:center;justify-content:center;border:1px solid var(--cff-border,#e6e5df);border-radius:10px;background:#fff;color:var(--textColor,#575656);text-decoration:none;font-weight:800}
.cff-page-link.is-active{background:var(--panelSoft,#FBFAF2);border-color:#bcb8aa}
@media(max-width:700px){.cff-history-number-link{width:100%}}
