.catalog-title {
  margin: 0 0 5px;
}
.catalog-wrapper,.catalog-detail-wrapper {
  margin-top: 128px;
  background: #fff;
  padding: 20px;
  margin-bottom: 15px;
}
.catalog-title {
  margin: 0 0 5px;
}
.catalog-subtitle {
  margin: 0 0 20px;
  color: #666;
}
.catalog-table {
  width: 100%;
  border-collapse: collapse;
}
.catalog-table thead th {
  padding: 16px 20px;
  font-size: 16px;
  border-bottom: 1px solid #c1d0da;
  background-color: #eceff4;
  color: #3d4d65;
  font-weight: normal;
}
.plan-meta {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 30px;
}
.plan-meta dl {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 10px;
  margin: 0;
}
.plan-meta dt {
  font-weight: 600;
  color: #666;
}
.plan-meta dd {
  margin: 0;
  color: #333;
}
.catalog-link {
  color: #2eaef3;
  text-decoration: none;
}
.catalog-table tbody td {
  border-bottom: 1px solid #e6e6e6;
  font-size: 16px;
  padding: 16px 20px;
  color: #333;
}
.catalog-table tbody tr:nth-child(2n) {
  background: #fafafa;
}
.api-access {
  margin-top: 25px;
  padding: 15px;
  background: #f4f7fb;
  border-left: 4px solid #2eaef3;
}
.api-access h3 {
  margin-top: 0;
  font-size: 15px;
}
.api-access p {
  margin-bottom: 10px;
}
.api-access ul {
  margin: 0;
  padding-left: 18px;
}
.option-group {
  margin-bottom: 30px;
}
.option-group h3 {
  color: #333;
  font-size: 18px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.option-group h3 span {
  font-size: 14px;
  font-weight: normal;
  color: #666;
  margin-left: 10px;
}
.get-api {
  margin-top: 30px;
  padding: 20px;
  background: #f0f8ff;
  border-left: 4px solid #0066cc;
}
.get-api h4 {
  margin-top: 0;
}
.get-api code {
  display: block;
  background: #fff;
  padding: 10px;
  border-radius: 3px;
  overflow-x: auto;
}
-------------------------------------------------------------
@media (max-width: 767px) {
  .order-search-inner {
    margin: 0;
  }
  .catalog-wrapper,.catalog-detail-wrapper {
    margin-top: 20px;
  }
  .catalog-wrapper .catalog-table tr,.catalog-detail-wrapper .catalog-table tr,
  .option-group .catalog-table tr{
    margin-bottom: 0;
  }
  .catalog-wrapper .catalog-table td,.catalog-detail-wrapper .catalog-table td,
  .option-group .catalog-table td{
	position: relative;
    padding:10px 15px 10px 50%;
    min-height: 45px;
  }
    .catalog-detail-wrapper .catalog-table td{
    padding:10px 15px 10px 65%;
  }
	.catalog-wrapper .catalog-table td:first-child,
	.catalog-detail-wrapper .catalog-table td:first-child,
	 .option-group .catalog-table td:first-child,
	 .option-group .catalog-table td:nth-child(1)::before,
	.catalog-wrapper .catalog-table td:nth-child(1)::before,
	.catalog-detail-wrapper .catalog-table td:nth-child(1)::before{
	background: #222636;
	color: #fff;
	}
	 .catalog-wrapper .catalog-table td::before,.catalog-detail-wrapper .catalog-table td::before,
	  .option-group .catalog-table td::before{
	color: #333;
	position: absolute;
    left: 15px;
	 }
}