/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
/********** Labels formulari invisibles */
.screen-reader-text {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* evita salts de línia */
}

.wpcf7-form {
  color: #000;
}

.wpcf7-form a {
  color: #000;
}

/************* Taula de preus */
.hn-price-table {
  width: 100%;
  max-width: 760px;
  border-collapse: collapse;
  table-layout: fixed;
  margin: 2rem 0;
  color: #000;
  font-size: 1.05rem;
  line-height: 1.2;
}

.hn-price-table th,
.hn-price-table td {
  border: 1px solid #000;
  padding: 0.95rem 1.25rem;
  vertical-align: middle;
}

.hn-price-table thead th {
  font-weight: 400;
  text-align: center;
}

.hn-price-table thead th:first-child {
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.hn-price-table tbody td:first-child {
  font-weight: 700;
  text-align: left;
}

.hn-price-table tbody td:nth-child(2),
.hn-price-table tbody td:nth-child(3) {
  text-align: center;
  font-weight: 700;
}

.hn-price-table th:first-child,
.hn-price-table td:first-child {
  width: 36%;
}

.hn-price-table th:nth-child(2),
.hn-price-table td:nth-child(2),
.hn-price-table th:nth-child(3),
.hn-price-table td:nth-child(3) {
  width: 32%;
}

@media (max-width: 767px) {
  .hn-price-table {
    font-size: 0.95rem;
  }

  .hn-price-table th,
  .hn-price-table td {
    padding: 0.8rem 0.75rem;
  }
}