/*
Theme Name: twentytwentyfive-child
Theme URI: 
Author: jayakrishna
Author URI: 
Description: child theme for 2025 block theme
Requires at least: 6.8
Tested up to: 6.8
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: twentytwentyfive-child
Tags: 
*/

.wp-block-post-title{
  display: -webkit-box;
  -webkit-line-clamp: 2;       /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ticss-8f1e4c97{
    margin-top:-20px !important;
}