/*
Theme Name: childtheme
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
/* Responsive Table – Basis */
.rtable-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;}
.rtable{width:100%;max-width:100%;border-collapse:collapse;table-layout:auto}
.rtable th,.rtable td{padding:12px 14px;border:1px solid #e6e6e6;vertical-align:top;
  word-break:break-word;overflow-wrap:anywhere;white-space:normal}
.rtable thead th{background:#f7f7f8;font-weight:600;text-align:left}
.rtable caption{caption-side:top;text-align:left;margin-bottom:8px;font-weight:600}

/* Optik (optional, gern anpassen) */
.rtable tbody tr:nth-child(odd){background:#fafafa}

/* Mobile Feinschliff */
@media (max-width: 767px){
  .rtable th, .rtable td{padding:10px}
  .rtable{font-size:15px}
}