/* Keep year links on one row even when the site's form theme uses full-width buttons. */
.oj-puja-context{min-width:0;text-align:start}
.oj-puja-context .oj-puja-years{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:.5rem;margin:1rem 0;direction:ltr}
.oj-puja-years>.btn{display:inline-flex;align-items:center;justify-content:center;width:auto;min-width:0;max-width:100%;min-height:44px;margin:0;padding:.625rem .75rem;white-space:nowrap}
.oj-puja-years>[data-puja-year=previous]{grid-column:1;justify-self:start}
.oj-puja-years>strong{grid-column:2;text-align:center;white-space:nowrap;margin:0}
.oj-puja-years>[data-puja-year=next]{grid-column:3;justify-self:end}
.oj-puja-years>.btn:focus-visible{outline:3px solid #166cc1;outline-offset:3px}
