/* ===========================================================================
   Intentionally empty - 1405-06-03.

   This file used to hold 59,242 characters that were byte-for-byte the
   opening section of:
       core/styles/modern/assets/css/theme-custom.css

   Both files are linked on every page, so that block was downloaded and
   parsed twice. theme-custom.css loads later in the cascade, so it already
   had the final say on every one of those rules - emptying this file cannot
   change any computed style, it only removes the duplicate transfer.

   Lagom admin -> Styles -> Modern -> 'CSS سفارشی' reads and writes THIS file.
   Put new rules in theme-custom.css instead, and treat that as the single
   source of truth. Saving the admin box will overwrite whatever is here.

   Pre-emptying copy: custom.css.simba-backup-r10-20260825
   =========================================================================== */

/* Simba: restore product summaries hidden by theme-custom.css */
.simba-store-v2 .simba-plan-card .simba-plan-summary {
  display: -webkit-box;
  min-height: 51px;
  margin: 0 0 13px;
  overflow: hidden;
  color: #53697e;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.simba-store-v2 .simba-plan-card .simba-plan-content {
  height: auto;
  min-height: 64px;
}
