/* Scoped catalog styles. The site's outer layout and typography remain unchanged. */
.liverlebnis-katalog { width: 100%; margin: 2rem 0; }
.liverlebnis-katalog-section { border-top: 1px solid #d1ccc4; padding-top: 2rem; margin-top: 3rem; }
.liverlebnis-katalog-section:first-child { margin-top: 0; }
.liverlebnis-katalog-eyebrow { color: #858078; font: 600 10px/1.3 var(--font-geist-mono, monospace); letter-spacing: .11em; text-transform: uppercase; margin: 0 0 .5rem; }
.liverlebnis-katalog-section h2 { margin: 0 0 .5rem; }
.liverlebnis-katalog-section > header > p:last-child { max-width: 58rem; margin: 0 0 2rem; }
.liverlebnis-katalog-category { margin: 2rem 0 0; }
.liverlebnis-katalog-category h3 { font-size: 1rem; margin: 0 0 1rem; }
.liverlebnis-katalog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1rem; }
.liverlebnis-katalog-card { display: flex; flex-direction: column; min-height: 11rem; border: 1px solid #d1ccc4; padding: 1.15rem; background: transparent; }
.liverlebnis-katalog-card h4 { margin: 0 0 .65rem; font-size: 1rem; }
.liverlebnis-katalog-card p { flex: 1; margin: 0 0 1rem; font-size: .92rem; line-height: 1.55; }
.liverlebnis-katalog-card footer { display: flex; justify-content: space-between; gap: 1rem; align-items: flex-end; border-top: 1px solid #e4e0da; padding-top: .75rem; font-size: .82rem; }
.liverlebnis-katalog-card footer span { color: #858078; }
.liverlebnis-katalog-card footer strong { white-space: nowrap; }
.liverlebnis-katalog-empty { padding: 1rem; border: 1px solid #d1ccc4; }
@media (max-width: 620px) { .liverlebnis-katalog-grid { grid-template-columns: 1fr; } .liverlebnis-katalog-card { min-height: 0; } }
.liverlebnis-vermietshop { width: 100%; margin: 2rem 0; }
.liverlebnis-vermietshop-header { border-bottom: 1px solid #d1ccc4; padding-bottom: 2rem; }
.liverlebnis-vermietshop-header h2 { margin: 0 0 .5rem; }
.liverlebnis-vermietshop-header p:last-child { max-width: 58rem; margin: 0; }
.liverlebnis-vermietshop-category { margin: 2rem 0 0; }
.liverlebnis-vermietshop-category h3 { font-size: 1rem; margin: 0 0 1rem; }
.liverlebnis-vermietshop-card { display: flex; flex-direction: column; min-height: 12rem; border: 1px solid #d1ccc4; padding: 1.15rem; background: transparent; }
.liverlebnis-vermietshop-card h4 { margin: 0 0 .65rem; font-size: 1rem; }
.liverlebnis-vermietshop-card p { flex: 1; margin: 0 0 1rem; font-size: .92rem; line-height: 1.55; }
.liverlebnis-vermietshop-card footer { display: flex; justify-content: space-between; gap: 1rem; align-items: flex-end; border-top: 1px solid #e4e0da; padding-top: .75rem; font-size: .82rem; }
.liverlebnis-vermietshop-card footer span { color: #858078; }
.liverlebnis-vermietshop-cta { white-space: nowrap; font-weight: 600; text-decoration: underline; text-underline-offset: .2em; }
