/* Preisliste Plugin — mobile-first, Theme-nah (berghaus Grün) */
.plst { margin: 24px 0; }
.plst__inner { max-width: 720px; margin: 0 auto; }
.plst__title { font-size: 1.4rem; font-weight: 700; margin: 0 0 2px; color: #1c1c1c; }
.plst__subtitle { font-size: 0.95rem; font-weight: 500; color: #57534e; }
.plst__valid { margin: 0 0 14px; font-size: 0.85rem; color: #78716c; }
.plst__intro { margin: 0 0 16px; font-size: 0.95rem; line-height: 1.55; color: #3c3c43; }

.plst__season { font-size: 1.02rem; font-weight: 600; margin: 22px 0 8px; color: #264c13; }
.plst__season .plst__unit { font-weight: 400; }

.plst__table { width: 100%; border-collapse: collapse; font-size: 0.95rem; }
.plst__table td { padding: 9px 10px; border-bottom: 1px solid #e7e5e4; color: #1c1c1c; vertical-align: top; }
.plst__table tr:last-child td { border-bottom: none; }
.plst__price { text-align: right; white-space: nowrap; font-weight: 600; }
.plst__unit { font-size: 0.8rem; color: #78716c; font-weight: 400; }
.plst__minrow td { background: #fafaf9; font-weight: 500; }

.plst__note { margin: 16px 0 0; font-size: 0.8rem; color: #78716c; line-height: 1.5; }
.plst__error { padding: 12px 16px; background: #fffbeb; border: 1px solid #fde68a; border-radius: 8px; color: #78350f; font-size: 0.9rem; }

.plst__actions { margin-top: 20px; display: flex; flex-direction: column; align-items: flex-start; gap: 6px; }
.plst__btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 12px 22px; min-height: 44px; box-sizing: border-box;
    background: #264c13; color: #fff; border-radius: 10px;
    font-size: 15px; font-weight: 600; text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
.plst__btn:hover { background: #2d5016; color: #fff; }
.plst__btn-hint { font-size: 0.78rem; color: #78716c; }

@media (min-width: 560px) {
    .plst__actions { flex-direction: row; align-items: center; gap: 14px; }
}
