/* Doterolux – front-end styles for the Breno section shortcodes. */

.breno-section { margin: 0 0 1.5rem; }
.breno-section__title { margin: 0 0 .75rem; font-size: 1.1rem; font-weight: 700; }

/* Vlastnosti – label/value rows */
.breno-properties__list { list-style: none; margin: 0; padding: 0; }
.breno-properties__item {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: .55rem 0;
    border-bottom: 1px solid #ececec;
    line-height: 1.4;
}
.breno-properties__item:last-child { border-bottom: 0; }
.breno-properties__label { color: #444; }
.breno-properties__value { text-align: right; font-weight: 600; color: #111; }

/* Špeciálne vlastnosti – icon grid */
.breno-special__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: .85rem;
}
.breno-special__item { display: flex; align-items: center; gap: .65rem; }
.breno-special__icon { width: 42px; height: 42px; flex: 0 0 42px; object-fit: contain; }
.breno-special__name { font-size: .9rem; line-height: 1.3; }

/* Na stiahnutie – download links */
.breno-downloads__list { list-style: none; margin: 0; padding: 0; }
.breno-downloads__item { padding: .4rem 0; }
.breno-downloads__link {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    font-weight: 600;
    color: #c1121f;
    text-decoration: underline;
}
.breno-downloads__link:hover { color: #111; text-decoration: none; }
.breno-downloads__link::before { content: "\1F4C4"; /* 📄 */ font-size: 1.05em; }

/* Údržba */
.breno-care__content { line-height: 1.65; }

/* Cena */
.breno-price { font-weight: 700; }
