/*
Theme Name:   ZoxPress Child
Theme URI:    https://themeforest.net/user/mvpthemes/
Description:  ZoxPress Child Theme
Author:       MVP Themes
Author URI:   https://themeforest.net/user/mvpthemes/portfolio
Template:     zoxpress
Version:      1.0.0
License:      GNU General Public License v3 or later
License URI:  http://www.gnu.org/licenses/gpl-3.0.html
Tags:         two-columns, custom-background, custom-colors, custom-menu, featured-images, theme-options, threaded-comments, translation-ready
Text Domain:  ZoxPress-child
*/

.criminal-title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .criminal-title {
    font-size: 20px; 
    margin-bottom: 20px;
  }
}

@media (max-width: 320px) {
  .criminal-title {
    font-size: 18px;  
    margin-bottom: 15px;
  }
}

/* Ajustes tabla identity theft */
.zox-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
}

.zox-table td {
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
}

.zox-table td a {
  color: #0073aa;
  text-decoration: none;
}

.zox-table td a:hover {
  text-decoration: underline;
}

.zox-table .navyrows td {
  background-color: #000;
  color: #fff;
  font-weight: bold;
}

/* Ajustes de espaciado para contenido migrado */
.criminal-pages-content h1,
.criminal-pages-content h2,
.criminal-pages-content h3,
.criminal-pages-content p {
  margin-bottom: 1rem;
  line-height: 1.6;
  color:#333;
}

.criminal-pages-content table {
  width: 100%;
  margin-bottom: 2rem;
  border-collapse: collapse;
}

.criminal-pages-content table td,  
.criminal-pages-content table td a,
.criminal-pages-content table th {
  padding: 8px 12px;
  border-bottom: 1px solid #ddd;
   color:#333;
}

.criminal-pages-content .navyrows td {
  background-color: #000;
  color: #fff;
  font-weight: bold;
}

.criminal-pages-content .navyrows h2 {
  background-color: #000;
  color: #fff;
  font-weight: bold;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 select,
.wpcf7 textarea {
    /* estilos del theme */
    width:100%;
    padding:10px;
    border:1px solid #ccc;
}
.wpcf7-submit {
    /* botón igual al theme */
    background:#000;
    color:#fff;
    padding:12px 25px;
    border:none;
}

