.popular-lead-sheets{position:relative;width:100%;background:var(--color-background);color:var(--color-foreground)}.popular-lead-sheets--border-bottom::after,.popular-lead-sheets--border-top::before{content:"";position:absolute;left:0;right:0;height:1px;background:var(--color-border);z-index:2}.popular-lead-sheets--border-top::before{top:0}.popular-lead-sheets--border-bottom::after{bottom:0}.popular-lead-sheets__wrapper{position:relative;z-index:1;max-width:var(--page-width, 1440px);margin-left:auto;margin-right:auto;padding:var(--spacer-5) var(--page-margin);display:flex;flex-direction:column;gap:var(--spacer-5)}.popular-lead-sheets__header{display:flex;flex-direction:column;gap:var(--spacer-1)}.popular-lead-sheets__header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--spacer-3)}.popular-lead-sheets__heading{margin:0;color:var(--color-foreground)}.popular-lead-sheets__subheading{margin:0;text-align:right}.popular-lead-sheets__divider{width:100%;height:0;margin:0;border:0;border-top:1px solid var(--color-border)}.popular-lead-sheets__list{list-style:none;margin:0;padding:0;column-count:2;column-gap:var(--spacer-8);counter-reset:popular-lead-sheets-num}.popular-lead-sheets__item{display:flex;align-items:flex-start;gap:var(--spacer-5);margin-bottom:var(--spacer-4);break-inside:avoid;counter-increment:popular-lead-sheets-num}.popular-lead-sheets__item:last-child{margin-bottom:0}.popular-lead-sheets__number{flex-shrink:0;width:32px;font-style:italic;font-variant-numeric:tabular-nums;color:var(--color-text-secondary);user-select:none}.popular-lead-sheets__number::before{content:counter(popular-lead-sheets-num);font-family:inherit}.popular-lead-sheets__body{flex-grow:1;flex-shrink:1;flex-basis:0;min-width:0;display:flex;flex-wrap:wrap;align-items:center;gap:var(--spacer-2) var(--spacer-3)}.popular-lead-sheets__text{flex-grow:1;flex-shrink:1;flex-basis:160px;min-width:0;display:flex;flex-direction:column;gap:12px}.popular-lead-sheets__title{margin:0;overflow-wrap:anywhere}.popular-lead-sheets__title a{font-family:inherit}.popular-lead-sheets__subtitle{align-self:flex-start;color:var(--color-text-secondary);letter-spacing:0!important}.popular-lead-sheets__actions{flex-shrink:0;display:flex;align-items:center;justify-content:flex-end;gap:12px}.popular-lead-sheets__price{display:flex;align-items:baseline;margin:0}.popular-lead-sheets__price-amount{display:inline-flex;align-items:baseline;gap:2px}.popular-lead-sheets__price-cents{font-family:var(--font-family-heading)}.popular-lead-sheets__button{flex-shrink:0}.popular-lead-sheets__status{margin:0;color:var(--color-text-secondary)}.popular-lead-sheets__status:empty{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip-path:inset(50%);border:0}.popular-lead-sheets__status--error{color:var(--color-accent)}.popular-lead-sheets__note{margin:0;color:var(--color-text-secondary)}@media screen and (max-width:990px){.popular-lead-sheets__list{column-count:1}}@media screen and (max-width:769px){.popular-lead-sheets__header-row{flex-direction:column;gap:var(--spacer-1)}.popular-lead-sheets__subheading{text-align:left}.popular-lead-sheets__item{gap:var(--spacer-1)}.popular-lead-sheets__body{position:relative;flex-direction:column;align-items:flex-start;gap:var(--spacer-2)}.popular-lead-sheets__text{flex-basis:auto}.popular-lead-sheets__actions{width:100%;justify-content:flex-start;gap:var(--spacer-2)}.popular-lead-sheets__button{min-width:0;max-width:none;flex-grow:1}.popular-lead-sheets__price{position:absolute;top:0;right:0}}