/* Ultracell V20.56 — modelo Excel integrado à importação de produtos. */
.product-import-template-download {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(239, 246, 255, 0.96), rgba(248, 250, 252, 0.96));
}

.product-import-template-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.product-import-template-copy strong {
  color: #0f172a;
  font-size: 14px;
}

.product-import-template-copy span {
  color: #475569;
  font-size: 12px;
  line-height: 1.45;
}

.product-import-template-btn {
  flex: 0 0 auto;
  min-height: 42px;
  white-space: nowrap;
  text-decoration: none;
}

@media (max-width: 720px) {
  .product-import-template-download {
    align-items: stretch;
    flex-direction: column;
    padding: 14px;
  }

  .product-import-template-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}
