/*
 Theme Name:   Twenty Twenty-Four
 Description:  Twenty Twenty-Four Child Theme
 Author:       Tryfon Tzanetis
 Author URI:   http://tafhub.com
 Description: Twenty Twenty-Four is designed to be flexible
 Template:     twentytwentyfour
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 7.0
Version: 1.0 License: GNU General Public License v2 or later
License URI: http: //www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  twentytwentyfourchild
*/
.equal-height-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.equal-height-btn {
  background-color: #cc0000;
  color: #fff;
  font-weight: bold;
  padding: 20px 10px;
  text-align: center;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  border: none;
  min-height: 80px; /* Ensures visual consistency */
  transition: background-color 0.3s ease;
}

.equal-height-btn:hover {
  background-color: #a10000;
  color: #fff;
}

