@layer components{.workshop-layout{display:flex;flex-direction:column;gap:2rem}.workshop-layout__item{display:flex;flex-direction:column;gap:1.5rem;border-radius:calc(var(--radius) + 4px);border:1px solid var(--border-color);padding:2rem}.workshop-layout__title{font-size:1.25rem;line-height:calc(1.75 / 1.25);font-weight:600}.workshop-layout__overview{font-size:1rem;line-height:calc(1.5 / 1);color:var(--muted-foreground)}.workshop-layout__footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding-top:1rem;border-top-style:solid;border-top-width:1px;border-color:var(--border-color)}.workshop-layout__duration{display:flex;align-items:center;gap:.5rem}.workshop-layout__duration-icon{width:1rem;height:1rem;color:var(--muted-foreground)}.workshop-layout__duration-text{font-size:.75rem;line-height:calc(1 / .75);color:var(--muted-foreground)}}