/*
Theme Name: ConstructionRealEstate
Theme URI: 
Author: Ariel Perez
Author URI: 
Description: 
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: constructionrealestate
Tags: 
*/


/**POPUP FORM**/



/*Custom Table Styles */
#my-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-family: Arial, sans-serif;
}

#my-table th, #my-table td {
  border: 1px solid #ddd;
  padding: 8px 12px;
  text-align: center;
}

#my-table th {
  background-color: #4CAF50;
  color: white;
}

#my-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

#my-table tr:hover {
  background-color: #ddd;
}

/* Custom Table Styles for Recent Posts */
#recent-posts-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-family: Arial, sans-serif;
}

#recent-posts-table th, #recent-posts-table td {
  border: 1px solid #ddd;
  padding: 8px 12px;
  text-align: center;
}

#recent-posts-table th {
  background-color: #4CAF50;
  color: white;
}

#recent-posts-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

#recent-posts-table tr:hover {
  background-color: #ddd;
}

.rounded-column {
    border-radius: 20px;
    overflow: hidden;
}
