#j-cut-example {
  max-width: 70%;
  width: 100%;
}

#ex_img_hmev {
  max-width: 300px;
}

.ex_img {
  border-radius: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (max-width: 600px) {
  #ex_img_hmev {
    max-width: 200px;
  }
  #j-cut-example {
    max-width: 100%;
  }
  .art_socials {
    flex-direction: column;
    align-items: flex-start;
  }
  .art_socials p {
    font-size: 13px;
  }
}
#comparison_table_jl_wrapper {
  margin: 24px 0;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  overflow-x: auto;
}

#comparison_table_jl {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 15px;
  line-height: 1.5;
  color: #334155;
}
#comparison_table_jl th {
  padding: 16px;
  font-weight: 600;
  color: #0f172a;
  background: #f8fafc;
  border-bottom: 2px solid #e2e8f0;
  white-space: nowrap;
}
#comparison_table_jl td {
  padding: 14px 16px;
  border-bottom: 1px solid #e2e8f0;
  vertical-align: top;
}
#comparison_table_jl td:first-child {
  font-weight: 600;
  color: #0f172a;
  white-space: nowrap;
}
#comparison_table_jl tbody tr {
  transition: background-color 0.2s ease;
}
#comparison_table_jl tbody tr:hover {
  background-color: #f1f5f9;
}
#comparison_table_jl tbody tr:last-child td {
  border-bottom: none;
}
@media (max-width: 640px) {
  #comparison_table_jl {
    display: block;
  }
  #comparison_table_jl thead {
    display: none;
  }
  #comparison_table_jl tbody {
    display: block;
  }
  #comparison_table_jl tr {
    display: block;
    padding: 16px;
    border-bottom: 1px solid #e2e8f0;
  }
  #comparison_table_jl tr:last-child {
    border-bottom: none;
  }
  #comparison_table_jl td {
    display: flex;
    flex-direction: column;
    padding: 6px 0;
    border: none !important;
  }
  #comparison_table_jl td:nth-child(2)::before {
    content: "Audio Behavior";
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #64748b;
    margin-bottom: 2px;
  }
  #comparison_table_jl td:nth-child(3)::before {
    content: "Primary Purpose";
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #64748b;
    margin-bottom: 2px;
  }
  #comparison_table_jl td:nth-child(4)::before {
    content: "Best Use Case";
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #64748b;
    margin-bottom: 2px;
  }
  #comparison_table_jl td:first-child {
    font-size: 17px;
    color: #2563eb;
    margin-bottom: 8px;
    padding-bottom: 6px;
    border-bottom: 1px dashed #e2e8f0 !important;
  }
}/*# sourceMappingURL=blog.css.map */