/**
* Theme Name: Jovem Child
* Description: This is a child theme of Jovem Aesthetics.
* Author: Web Guava
* Template: jovem
* Version: 1.1.1
* Tested up to: 6.6
* Requires PHP: 7.4
* License:
* License URI:
* Text Domain: Jovem child
* Copyright: 2025 / All Rights Reserved
*/


/* Elementor Templates list first column fix */
.post-type-elementor_library .wp-list-table .column-title {
  width: 35% !important;
  white-space: normal !important;
  overflow: visible !important;
}
.post-type-elementor_library .wp-list-table {
  table-layout: auto !important;
}