/*!
Theme Name: Ai Clinic
Author: Izumi It Company
Author URI: https://izumi-it-company.com
Version: 1.0
 */

.beauty-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 20px;
}

.price-table {
  margin: 0 0 50px 0;
}

.price-table table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

.beauty-container .price-table th,
.beauty-container .price-table td {
  padding: 15px 10px;
  border-bottom: 1px solid #ccc;
  border-top: none;
  border-left: none;
  border-right: none;
  vertical-align: top;
  background: transparent;
  /* Ensure no background color override */
}

.beauty-container .price-table th {
  text-align: left;
  width: 60%;
  font-weight: 600;
}

.beauty-container .price-table td {
  text-align: right;
  width: 40%;
  font-weight: 600;
  white-space: nowrap;
}

.price-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.price-item:last-child {
  margin-bottom: 0;
}

.note {
  display: block;
  font-size: 13px;
  font-weight: normal;
  margin-top: 5px;
  line-height: 1.4;
  white-space: normal;
}

.main-content .wp-block-list {
  margin: 1em 0;
  padding: 0 0 0 1.5em;
}

.main-content .wp-block-list li {
  list-style-type: disc;
}

.main-content .wp-block-list li+li {
  margin-top: 10px;
}

/* Mobile adjustments */
@media (max-width: 600px) {
  .beauty-container {
    padding: 40px 0;
  }
}