.c4mulo5-tier-pricing { padding: 60px 0; }

.c4mulo5-tier-pricing::before,
.c4mulo5-tier-pricing::after,
.c4m5-tiers-wrap::before,
.c4m5-tiers-wrap::after,
.c4m5-tiers-table::before,
.c4m5-tiers-table::after {
    display: none !important;
    content: none !important;
}

.c4mulo5-tier-pricing .c4m5-tiers-headline {
    margin: 0 0 8px;
    color: #1d2327;
    font-weight: 700;
}
.c4mulo5-tier-pricing .c4m5-tiers-subheadline {
    margin: 0 0 32px;
    color: #6b7280;
}

/* Tabelle-Stil */
.c4m5-tiers-wrap {
    max-width: 720px;
    margin: 0 auto;
}

.c4m5-tiers-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.c4m5-tiers-table th,
.c4m5-tiers-table td {
    padding: 14px 18px;
    text-align: center;
    border: none;
}

.c4m5-tiers-table thead {
    background: #1a5490;
    color: #ffffff;
}
.c4m5-tiers-table th {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.c4m5-tiers-table tbody tr {
    border-bottom: 1px solid #e5ebf0;
    transition: background 0.2s ease;
}
.c4m5-tiers-table tbody tr:nth-child(even) {
    background: #fafbfc;
}
.c4m5-tiers-table tbody tr:hover {
    background: #fef9ed;
}
.c4m5-tiers-table tbody tr:last-child {
    border-bottom: none;
}

.c4m5-tiers-table .c4m5-tier-qty {
    font-weight: 700;
    color: #1d2327;
}
.c4m5-tiers-table .c4m5-tier-price {
    font-weight: 700;
    color: #1a5490;
    font-size: 1.05rem;
}
.c4m5-tiers-table .c4m5-tier-discount {
    color: #dc2626;
    font-weight: 600;
}
.c4m5-tiers-table .c4m5-tier-savings {
    color: #6b7280;
    font-size: 0.85rem;
}

/* Karten-Stil (alternative) */
.c4mulo5-tier-pricing.c4m5-tiers-style-cards .c4m5-tiers-wrap {
    max-width: 1100px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
}
.c4mulo5-tier-pricing.c4m5-tiers-style-cards .c4m5-tiers-table {
    display: none;
}
.c4mulo5-tier-pricing.c4m5-tiers-style-cards .c4m5-tier-card {
    background: #ffffff;
    border: 1px solid #e5ebf0;
    border-radius: 12px;
    padding: 22px 16px;
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    position: relative;
}
.c4mulo5-tier-pricing.c4m5-tiers-style-cards .c4m5-tier-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
    border-color: #c8a84b;
}
.c4mulo5-tier-pricing.c4m5-tiers-style-cards .c4m5-tier-card__qty {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1d2327;
    margin-bottom: 6px;
}
.c4mulo5-tier-pricing.c4m5-tiers-style-cards .c4m5-tier-card__discount {
    display: inline-block;
    padding: 4px 10px;
    background: #fef2f2;
    color: #dc2626;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.c4mulo5-tier-pricing.c4m5-tiers-style-cards .c4m5-tier-card__price {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a5490;
    margin-bottom: 4px;
}
.c4mulo5-tier-pricing.c4m5-tiers-style-cards .c4m5-tier-card__savings {
    font-size: 0.78rem;
    color: #6b7280;
}

/* Empty/Loading */
.c4m5-tiers-empty,
.c4m5-tiers-loading {
    text-align: center;
    padding: 30px 20px;
    background: #f5f7fa;
    border: 1px dashed #c8a84b;
    border-radius: 8px;
    color: #50575e;
}

@media (max-width: 600px) {
    .c4m5-tiers-table th,
    .c4m5-tiers-table td {
        padding: 10px 8px;
        font-size: 0.85rem;
    }
    .c4m5-tiers-table .c4m5-tier-savings { display: none; }
}
