/**
Theme Name: turysta2025
Author: NeoServer
Author URI: https://neoserver.info
Version: 1.0.0
License: all right reserved
Text Domain: turysta2025
Template: astra
*/


.text-pom {
  color: #ffa11a;
}
.border-bottom-pom {
  border-bottom: 3px solid #ef910a;
  width: 20px;
  white-space: nowrap;
}

/* Tabelka */
.responsive-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-family: inherit;
  font-size: 16px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.responsive-table th,
.responsive-table td {
  padding: 12px 15px;
  border: 1px solid #d0d8e0;
  text-align: left;
}

.responsive-table th {
  background-color: #034380;
  color: #ffffff;
  font-weight: 600;
}

.responsive-table tr:nth-child(even) {
  background-color: #f0f4f8;
}

.responsive-table tr:hover {
  background-color: #e6f0ff;
}

@media (max-width: 768px) {
  .responsive-table thead {
    display: none;
  }

  .responsive-table tr {
    display: block;
    margin-bottom: 15px;
  }

  .responsive-table td {
    display: block;
    text-align: right;
    padding-left: 50%;
    position: relative;
  }

  .responsive-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 15px;
    width: 45%;
    padding-left: 15px;
    font-weight: bold;
    text-align: left;
    color: #034380;
  }
}
