

/* Start:/local/components/webformat/catalog.compare.result/templates/comparison/style.css?17780822571002*/
#bx_catalog_compare_block a {
    text-decoration: none;
}

.block-content-comparison__arrows.is-hidden {
    display: none;
}

.block-content-comparison__empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 20px;
    min-height: 300px;
    background: var(--gray-50, #f8f9fa);
    border-radius: 8px;
    border: 1px dashed var(--color-border, #e5e7eb);
  }
  
  .block-content-comparison__empty-title {
    font-weight: 700;
    font-size: clamp(24px, 0.8333vw + 20px, 32px);
    line-height: 1.2;
    color: var(--black-100);
    margin-bottom: 16px;
  }
  
  .block-content-comparison__empty-description {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: var(--black-100);
    max-width: 500px;
  }

.block-content-comparison__property-hint {
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 1.4;
    color: var(--gray-700, #666666);
    white-space: normal;
}
/* End */
/* /local/components/webformat/catalog.compare.result/templates/comparison/style.css?17780822571002 */
