

/* Start:/local/components/custom/news.list/templates/price_preorders/style.css?17664813233843*/
/* Price and Preorders Component */
.price-preorders-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin: 30px 0;
}

.price-preorders-item {
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid #ECECEC;
}

.price-preorders-header {
  padding: 10px 20px;
}

.price-preorders-badge {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  color: #000;
  font-size: 20px;
  line-height: 140%;
}

.price-preorders-content {
  flex-grow: 1;
}

.price-preorders-description {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.6;
  color: #666666;
}

.price-preorders-files {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #f8f9fa;
  border-top: 1px solid #ececec;
}

.price-preorders-file {
  display: flex;
  padding: 12px 12px 18px 12px;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid #ececec;
  align-items: flex-start;
}

.price-preorders-file-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.9);
}

.price-preorders-file-icon svg {
  width: 20px;
  height: 20px;
}

.price-preorders-file-info {
  flex-grow: 1;
  min-width: 0;
}

.price-preorders-file-name {
  font-size: 15px;
  color: #000;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 140%;
  text-decoration: underline;
}

.price-preorders-file-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #000;
  line-height: 110%;
}

.price-preorders-file-size {
  font-weight: 500;
  color: #555555;
}

.price-preorders-file-separator {
  opacity: 0.5;
}

/* .price-preorders-file-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
} */

.price-preorders-file-download svg {
  width: 18px;
  height: 18px;
}

.price-preorders-no-files {
  text-align: center;
  padding: 24px 16px;
  color: #999999;
  background: #fafafa;
  border-radius: 8px;
  border: 1px dashed #e0e0e0;
}

.price-preorders-no-files svg {
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
  opacity: 0.4;
}

.price-preorders-no-files p {
  margin: 0;
  font-size: 14px;
}

.price-preorders-empty {
  text-align: center;
  padding: 48px 24px;
  color: #999999;
  font-size: 16px;
  grid-column: 1 / -1;
}

.price-preorders-empty svg {
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
  opacity: 0.3;
}

/* Responsive */
@media (max-width: 767px) {
  .price-preorders-grid {
      grid-template-columns: 1fr;
      gap: 16px;
  }
  
  .price-preorders-item {
      padding: 16px;
  }
  
  .price-preorders-file-meta {
      flex-wrap: wrap;
      gap: 4px;
  }
  
  .price-preorders-file-desc {
      max-width: 100%;
      white-space: normal;
      display: block;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .price-preorders-grid {
      grid-template-columns: repeat(2, 1fr);
  }
}

/* Accessibility */
.price-preorders-file:focus {
  outline: 2px solid #2196F3;
  outline-offset: 2px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* File type colors */
.price-preorders-file-icon[data-file-type="xlsx"],
.price-preorders-file-icon[data-file-type="xls"] {
  background: rgba(33, 115, 70, 0.1);
}

.price-preorders-file-icon[data-file-type="pdf"] {
  background: rgba(211, 47, 47, 0.1);
}
/* End */
/* /local/components/custom/news.list/templates/price_preorders/style.css?17664813233843 */
