/* Smaller button in slider block #rec1153179366 */
#rec1153179366 .t-btn, 
#rec1153179366 .t-btnflex {
    padding-top: 5px !important;  
    padding-left: 15px !important;  
    padding-right: 15px !important;  /* Reduce top padding */
    padding-bottom: 5px !important;  /* Reduce bottom padding */
    min-height: 0 !important;        /* Remove fixed min-height */
    height: auto !important;         /* Let it shrink naturally */
    line-height: 1.2em !important;   /* Adjust text alignment */
    display: inline-flex !important; /* Keep text centered */
    align-items: center !important;  
  
}

