/* Epepe Cijene — javna stranica */
.epepe-cjenik { max-width: 100%; }
.epepe-cjenik__intro { margin-bottom: 1.25em; }
.epepe-cjenik__latest { padding: .75em 1em; background: rgba(0,0,0,.04); border-left: 4px solid currentColor; margin-bottom: 1.25em; }
.epepe-cjenik__muted { opacity: .7; font-size: .9em; }
.epepe-cjenik__empty { font-style: italic; }
.epepe-cjenik__table { width: 100%; border-collapse: collapse; margin: 0 0 1em; }
.epepe-cjenik__table th, .epepe-cjenik__table td { text-align: left; padding: .6em .75em; border-bottom: 1px solid rgba(0,0,0,.12); vertical-align: middle; }
.epepe-cjenik__table th { font-weight: 600; font-size: .9em; text-transform: uppercase; letter-spacing: .02em; opacity: .75; }
.epepe-cjenik__name { word-break: break-all; }
.epepe-cjenik__ext { display: inline-block; font-size: .7em; font-weight: 700; padding: .15em .45em; border-radius: 3px; background: rgba(0,0,0,.08); margin-right: .5em; vertical-align: middle; letter-spacing: .05em; }
.epepe-cjenik__actions { white-space: nowrap; }
.epepe-cjenik__actions a { margin-right: .75em; text-decoration: underline; }
.epepe-cjenik__actions a:last-child { margin-right: 0; }
.epepe-cjenik__footer { margin-top: .5em; }

@media (max-width: 640px) {
	.epepe-cjenik__table thead { display: none; }
	.epepe-cjenik__table tr { display: block; padding: .6em 0; border-bottom: 1px solid rgba(0,0,0,.12); }
	.epepe-cjenik__table td { display: block; border: 0; padding: .2em 0; }
	.epepe-cjenik__table td[data-label]::before { content: attr(data-label) ": "; opacity: .6; font-size: .85em; }
	.epepe-cjenik__actions { padding-top: .4em; }
}
.epepe-cjenik__section { margin-bottom: 2.5em; }
.epepe-cjenik__title { margin: 0 0 .6em; }
