.ych-showcase{ padding:24px; box-sizing:border-box; }
.ych-showcase-inner{ display:flex; gap:32px; align-items:center; max-width:1200px; margin:0 auto; }
.ych-showcase-media{ flex:0 0 48%; }
.ych-showcase-media img{ display:block; width:100%; height:auto; border-radius:6px; }
.ych-showcase-content-wrap{ flex:1; }
.ych-showcase-title{ font-size:32px; margin:0 0 12px; }
.ych-showcase-content{ font-size:15px; line-height:1.6; margin-bottom:16px; }
.ych-showcase-collapsed {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ych-showcase-toggle-btn {
    background: none !important;
    border: none !important;
    color: #e74c3c !important;
    cursor: pointer !important;
    font-weight: 700 !important;
    padding: 8px 0 !important;
    font-size: 14px !important;
    display: block !important;
    margin-top: -8px !important;
    margin-bottom: 16px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    transition: opacity 150ms ease !important;
}
.ych-showcase-toggle-btn:hover {
    opacity: 0.8 !important;
}
.ych-cta-button, .ych-showcase-cta a{ display:inline-block; background:#e74c3c; color:#fff; padding:10px 16px; border-radius:30px; text-decoration:none; }

@media(max-width:800px){
  .ych-showcase-inner{ flex-direction:column; }
  .ych-showcase-media{ width:100%; }
  .ych-showcase-title{ font-size: 24px !important; }
  .ych-showcase-content{ font-size: 14px !important; }
}
