.rt-table-container_5c637567 {
    width: 100%;
    overflow-x: auto;
}

.rt-table_5c637567 {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-family: inherit;
}

.rt-thead_5c637567 {
    background-color: #FAF7F2;
}

.rt-th_5c637567 {
    padding: 20px 24px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.15em;
    color: #D1B48C;
    text-transform: uppercase;
}

.rt-tr_5c637567 {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #F4F1EA;
    transition: background-color 0.2s ease-in-out;
}

.rt-tbody_5c637567 .rt-tr_5c637567:last-child {
    border-bottom: none;
}

.rt-td_5c637567 {
    padding: 24px;
    vertical-align: middle;
}

.rt-td-angebot_5c637567 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 400;
    color: #111111;
}

.rt-td-preis_5c637567 {
    font-size: 18px;
    font-weight: 600;
    color: #D1B48C;
}

.rt-td-detail_5c637567 {
    font-size: 15px;
    color: #555555;
    font-weight: 300;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .rt-table_5c637567, 
    .rt-thead_5c637567, 
    .rt-tbody_5c637567, 
    .rt-th_5c637567, 
    .rt-td_5c637567, 
    .rt-tr_5c637567 {
        display: block;
        width: 100%;
    }

    .rt-thead_5c637567 {
        display: none;
    }

    .rt-tr_5c637567 {
        margin-bottom: 20px;
        border: 1px solid #EAEAEA;
        border-radius: 6px;
        background: #fff;
        padding: 15px;
    }

    .rt-td_5c637567 {
        text-align: right;
        padding: 8px 10px;
        position: relative;
        border-bottom: 1px solid #F5F5F5;
    }

    .rt-td_5c637567:last-child {
        border-bottom: none;
    }

    .rt-td_5c637567::before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-weight: 600;
        font-size: 11px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #B59C79;
    }
}
