/* Javni cjenik — nadograđuje legal-page izgled iz site.css. */

.pricelist-shell { width: min(960px, calc(100% - 48px)); margin-inline: auto; padding: 56px 0 96px; display: grid; gap: 32px; }
.pricelist-card { color: #34383c; }
.pricelist-location { margin-bottom: 18px; padding-bottom: 18px; border-bottom: 1px solid rgba(23, 25, 27, .1); }
.pricelist-location h2 { margin: 0 0 8px; color: #17191b; font-family: var(--classic-display); font-size: clamp(1.8rem, 3vw, 2.35rem); font-weight: 400; line-height: 1.2; }
.pricelist-location p { margin: 0; color: #6c7075; font-size: .86rem; }

.pl-lines { margin: 0; padding: 0; list-style: none; }
.pl-line-group { padding: 16px 0; border-bottom: 1px solid rgba(23, 25, 27, .08); }
.pl-line-group h3 { margin: 0; color: #17191b; font-size: 1.02rem; font-weight: 750; }
.pl-composite-note { margin: 4px 0 8px; color: #6c7075; font-size: .82rem; }
.pl-line { padding: 6px 0; display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }
.is-composite .pl-line { padding-left: 14px; border-left: 2px solid #eceae7; }
.pl-line-name { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px; }
.pl-line-prices { text-align: right; white-space: nowrap; }
.pl-line-prices strong { display: block; color: #17191b; font-size: 1.05rem; }
.pl-line-prices small { color: #6c7075; font-size: .8rem; }
.pl-sale-badge { padding: 2px 9px; border-radius: 999px; background: #fdecea; color: #9b1c1c; font-size: .7rem; font-weight: 750; }

.pricelist-note { margin: 18px 0 0; color: #6c7075; font-size: .82rem; }

.pricelist-machine { margin-top: 36px; padding: 24px; border-radius: 8px; background: #17191b; color: white; }
.pricelist-machine h3,
.pricelist-archive h3 { margin: 0 0 8px; font-family: var(--classic-display); font-size: 1.65rem; font-weight: 400; }
.pricelist-machine p { margin: 0 0 16px; color: rgba(255, 255, 255, .66); font-size: .86rem; }
.pricelist-machine .classic-button { border-color: var(--classic-accent); background: var(--classic-accent); color: white; font-size: .8rem; }
.pricelist-machine .classic-button:hover,
.pricelist-machine .classic-button:focus-visible { background: #b90c0c; }
.pricelist-machine dl { margin: 18px 0 0; display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 6px 14px; font-size: .74rem; }
.pricelist-machine dt { color: rgba(255, 255, 255, .45); font-weight: 750; }
.pricelist-machine dd { margin: 0; overflow-wrap: anywhere; color: rgba(255, 255, 255, .82); }
.pricelist-machine a { color: white; text-underline-offset: 3px; }
.pricelist-machine code { font: .95em/1.5 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; }

.pricelist-archive { margin-top: 36px; }
.pricelist-table-wrap { overflow-x: auto; }
.pricelist-table { width: 100%; border-collapse: collapse; font-size: .82rem; }
.pricelist-table th { padding: 8px 10px; border-bottom: 2px solid rgba(23, 25, 27, .12); color: #6c7075; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-align: left; text-transform: uppercase; }
.pricelist-table td { padding: 10px; border-bottom: 1px solid rgba(23, 25, 27, .08); vertical-align: top; }
.pricelist-table td:last-child { overflow-wrap: anywhere; }
.pricelist-table a { color: #17191b; text-underline-offset: 3px; }

@media (max-width: 600px) {
    .pricelist-shell { width: calc(100% - 24px); padding: 32px 0 64px; }
    .pl-line { flex-direction: column; gap: 2px; }
    .pl-line-prices { text-align: left; white-space: normal; }
    .pricelist-machine { padding: 20px; }
    .pricelist-machine dl { grid-template-columns: 1fr; }
}
