.elementor-75372 .elementor-element.elementor-element-79dd6b2b > .elementor-container{max-width:1200px;}/* Start custom CSS for section, class: .elementor-element-79dd6b2b *//* EPremium Fashion - Dizaineriai page fix v2
   Pataiso susokusius / persidengiančius dizainerių pavadinimus.
   Dėk pačioje Additional CSS apačioje.
*/

@media (max-width: 767px) {

  .epf-designers-list-section {
    padding: 14px 12px 28px !important;
    overflow: visible !important;
  }

  .epf-designers-shortcode,
  .epf-designers-shortcode * {
    box-sizing: border-box !important;
  }

  /* Jeigu shortcode generuoja raides 0-9, A, B, C kaip stulpelius */
  .epf-designers-shortcode {
    width: 100% !important;
    max-width: 100% !important;
  }

  .epf-designers-shortcode > div,
  .epf-designers-shortcode .designers-list,
  .epf-designers-shortcode .designer-list,
  .epf-designers-shortcode .brand-list,
  .epf-designers-shortcode .brands-list {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Raides darom kaip normalias sekcijas, ne kaip siaurus stulpelius */
  .epf-designers-shortcode h2,
  .epf-designers-shortcode h3,
  .epf-designers-shortcode h4,
  .epf-designers-shortcode .letter,
  .epf-designers-shortcode .designer-letter,
  .epf-designers-shortcode .brand-letter {
    display: block !important;
    width: 100% !important;
    clear: both !important;
    margin: 20px 0 10px !important;
    padding: 0 !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    color: #111 !important;
  }

  /* Svarbiausia: mobile ne 2 stulpeliai, o viena tvarkinga kolona */
  .epf-designers-shortcode ul,
  .epf-designers-shortcode ol {
    list-style: none !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 0 10px !important;
    clear: both !important;
  }

  .epf-designers-shortcode li {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    clear: none !important;
    display: block !important;
  }

  .epf-designers-shortcode a {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 44px !important;
    height: auto !important;
    padding: 11px 14px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: left !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: 0 3px 10px rgba(0,0,0,.04) !important;
    color: #111 !important;
    text-decoration: none !important;
    font-size: 13px !important;
    line-height: 1.25 !important;
    letter-spacing: .4px !important;
    text-transform: uppercase !important;
    white-space: normal !important;
    overflow: visible !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
  }

  /* Jeigu shortcode naudoja flex/columns ant tėvinių elementų */
  .epf-designers-shortcode [class*="column"],
  .epf-designers-shortcode [class*="col-"],
  .epf-designers-shortcode [class*="grid"] {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    float: none !important;
  }
}

/* Tablet ir desktop paliekam tvarkingiau */
@media (min-width: 768px) {
  .epf-designers-shortcode ul,
  .epf-designers-shortcode ol {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .epf-designers-shortcode a {
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }
}/* End custom CSS */