/*
Theme Name: LK-Pokale 
Theme URI: https://lk-pokale.de
Description: Pokale in Gevelsberg. Eine Webseite für individuelle Sport Pokale
Author: A.H.
Author URI: https://webmanufaktur-goe.de/
Template: hello-elementor
Version: 1.0.2
Text Domain: lk-pokale
*/

/* Add your custom CSS below */

<style>
  .modern-table-container {
    overflow-x: auto;
    margin-top: 1.5rem;
  }

  .modern-table {
    width: 100%;
    border-collapse: collapse;
    font-family: var(--e-global-typography-body-font-family, inherit);
    font-size: var(--e-global-typography-body-font-size, inherit);
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    overflow: hidden;
  }

  .modern-table thead {
    background-color: #f4f4f4;
  }

  .modern-table th {
    text-align: left;
    padding: 1rem;
    font-weight: 600;
    font-size: clamp(1.125rem, 1.081rem + 0.1408vw, 1.25rem);
    font-family: var(--e-global-typography-primary-font-family, inherit);
  }

  .modern-table td {
    padding: 1rem;
    border-top: 1px solid #eaeaea;
  }

  @media (max-width: 768px) {
    .modern-table th,
    .modern-table td {
      padding: 0.75rem;
    }
  }
</style>