/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* ---------------------------
   ATPA Tension Guide (Table)
---------------------------- */
.atpa-tension-guide{
  max-width: 1200px;
  margin: 0 auto;
}

.atpa-tension-guide__head{
  margin-bottom: 22px;
}

.atpa-tension-guide__title{
  margin: 0 0 8px 0;
  font-size: 32px;
  font-weight: 600;
  color: #0B1C2D;
  line-height: 1.2;
}

.atpa-tension-guide__subtitle{
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #6B7280;
}

.atpa-table-wrap{
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  background: #fff;
}

.atpa-table{
  width: 100%;
  border-collapse: collapse;
  min-width: 720px; /* mantém colunas legíveis em desktop */
}

.atpa-table thead th{
  background: #F6F7F8;
  color: #111827;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  padding: 14px 16px;
  border-bottom: 1px solid #E5E7EB;
}

.atpa-table tbody td{
  font-size: 14px;
  color: #374151;
  padding: 14px 16px;
  border-bottom: 1px solid #E5E7EB;
  vertical-align: top;
}

.atpa-table tbody tr:nth-child(even) td{
  background: #FAFAFA;
}

.atpa-table tbody tr:last-child td{
  border-bottom: 0;
}

.atpa-tension-guide__notes{
  margin-top: 18px;
  font-size: 14px;
  color: #374151;
  line-height: 1.6;
}

.atpa-tension-guide__fineprint{
  margin-top: 10px;
  color: #6B7280;
  font-size: 13px;
}

/* ---------------------------
   Mobile: table becomes cards
---------------------------- */
@media (max-width: 768px){
  .atpa-table{
    min-width: 0;
  }

  .atpa-table thead{
    display: none;
  }

  .atpa-table,
  .atpa-table tbody,
  .atpa-table tr,
  .atpa-table td{
    display: block;
    width: 100%;
  }

  .atpa-table-wrap{
    border-radius: 12px;
  }

  .atpa-table tr{
    border-bottom: 1px solid #E5E7EB;
    padding: 10px 0;
    background: #fff;
  }

  .atpa-table tr:nth-child(even){
    background: #FAFAFA;
  }

  .atpa-table tbody td{
    border: 0;
    padding: 10px 16px;
  }

  .atpa-table tbody td::before{
    content: attr(data-label);
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #6B7280;
    margin-bottom: 4px;
    letter-spacing: .2px;
  }
}
