/* === DeniMal Cennik — ACF-powered === */

.dm-cen-accordion {
    max-width: 900px;
    margin: 0 auto;
    font-family: Roboto, sans-serif;
}

/* --- Accordion item --- */
.dm-cen-item {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 12px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: box-shadow 0.3s;
}
.dm-cen-item:hover {
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}

/* --- Header button --- */
.dm-cen-header {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 18px 24px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: "Playfair Display", serif;
    font-size: 15px;
    font-weight: 700;
    color: #1a1a2e;
    transition: color 0.2s, background 0.2s;
    gap: 10px;
}
.dm-cen-header:hover {
    background: #faf7f3;
}
.dm-cen-header[aria-expanded="true"] {
    color: #b69164;
    background: #faf7f3;
}

.dm-cen-badge {
    font-size: 14px;
    flex-shrink: 0;
}

.dm-cen-title {
    flex: 1;
}

/* Chevron */
.dm-cen-chevron {
    width: 10px;
    height: 10px;
    border-right: 2px solid #b69164;
    border-bottom: 2px solid #b69164;
    transform: rotate(45deg);
    transition: transform 0.3s;
    flex-shrink: 0;
}
.dm-cen-header[aria-expanded="true"] .dm-cen-chevron {
    transform: rotate(-135deg);
}

/* --- Panel --- */
.dm-cen-panel {
    padding: 0 24px 24px;
    border-top: 1px solid #f0e8dc;
}
.dm-cen-panel[hidden] {
    display: none;
}

/* --- Description --- */
.dm-cen-desc {
    font-size: 13px;
    color: #777;
    font-style: italic;
    margin: 14px 0 6px;
    line-height: 1.5;
}

/* --- Offer link (top) --- */
.dm-cen-offer-link {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #b69164 !important;
    text-decoration: none !important;
    margin-bottom: 16px;
    transition: color 0.2s;
}
.dm-cen-offer-link:hover {
    color: #9a7a50 !important;
}

/* --- Sub-table title --- */
.dm-cen-sub-title {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a2e;
    margin: 20px 0 8px;
    padding-bottom: 6px;
    border-bottom: 2px solid #f0e8dc;
}

/* --- Table --- */
.dm-cen-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 8px;
}
.dm-cen-table thead th {
    font-size: 11px;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 8px 10px;
    text-align: left;
    border-bottom: 2px solid #f0e8dc;
    background: #faf7f3;
}
.dm-cen-table thead th:last-child {
    text-align: right;
}
.dm-cen-table tbody td {
    font-size: 14px;
    color: #444;
    padding: 11px 10px;
    border-bottom: 1px solid #f5f0ea;
    vertical-align: top;
    line-height: 1.4;
}
.dm-cen-table tbody tr:last-child td {
    border-bottom: none;
}
.dm-cen-table tbody tr:hover td {
    background: #FFFAF5;
}

/* Price cell — last column, right-aligned, gold, bold */
.dm-cell-price {
    text-align: right !important;
    font-weight: 700;
    color: #b69164 !important;
    font-size: 15px !important;
    white-space: nowrap;
}

/* Section header row */
.dm-row-section td {
    font-weight: 700;
    color: #1a1a2e;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    padding-top: 18px;
    border-bottom: 1px solid #e8ddd0;
    background: transparent;
}

/* --- Promo block --- */
.dm-cen-promo {
    margin: 16px 0 8px;
    padding: 14px 18px;
    background: linear-gradient(135deg, #FFF9F3, #faf7f3);
    border: 1px solid #F3E8D9;
    border-left: 4px solid #b69164;
    border-radius: 8px;
    font-size: 14px;
    color: #5a4a3a;
    line-height: 1.5;
}

/* --- Footnote --- */
.dm-cen-footnote {
    font-size: 12px;
    color: #999;
    font-style: italic;
    margin: 4px 0 12px;
    line-height: 1.5;
}

/* --- Notes --- */
.dm-cen-notes {
    font-size: 13px;
    color: #777;
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid #f0e8dc;
    line-height: 1.5;
}

/* --- Full link (bottom) --- */
.dm-cen-full-link {
    margin-top: 14px;
    text-align: center;
}
.dm-cen-full-link a {
    display: inline-block;
    background: linear-gradient(135deg, #b69164, #c9a57a);
    color: #fff !important;
    text-decoration: none !important;
    padding: 12px 32px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(182,145,100,0.3);
}
.dm-cen-full-link a:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(182,145,100,0.45);
}

/* --- Single category (on treatment pages) --- */
.dm-cen-single {
    font-family: Roboto, sans-serif;
    max-width: 700px;
    margin: 0 auto;
}
.dm-cen-single-title {
    font-family: "Playfair Display", serif;
    font-size: 22px;
    font-weight: 700;
    color: #1a1a2e;
    text-align: center;
    margin: 0 0 20px;
}

/* === RESPONSIVE === */
@media (max-width: 767px) {
    .dm-cen-header {
        padding: 14px 16px;
        font-size: 14px;
    }
    .dm-cen-panel {
        padding: 0 16px 16px;
    }
    .dm-cen-table thead th,
    .dm-cen-table tbody td {
        padding: 9px 6px;
        font-size: 13px;
    }
    .dm-cell-price {
        font-size: 14px !important;
    }
    /* Horizontal scroll for wide tables */
    .dm-cen-cols-4,
    .dm-cen-cols-5 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .dm-cen-single-title {
        font-size: 18px;
    }
}
