/* combined from archive_latest_results_1..N.css */

/* ===== block 1 ===== */
/* extracted from archive_latest_results.php (block 1) */
.purchased_items_archive_year {
  background: #f2f2f2;
  border-radius: 24px;
  padding: 1.5rem 2vw 0 2vw;
  margin-top: 2rem;
}

.purchased_items_archive_month {
  padding-bottom: 1.5rem;
}

.purchased_items_archive_month dt {
  text-align: center;
  line-height: 1;
  padding: 0 0 1.5rem 0;
  font-size: min(4vw, 18px);
  font-weight: 700;
}

.purchased_items_archive_month dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
}

.purchased_items_archive_month dd ul li {
  width: 100%;
  flex: 1 1 calc((100% / 6) - 1.5rem);
}

.purchased_items_archive_month dd ul:only-child li {
  flex: 0 1 calc((100% / 6) - 1.5rem);
}

.purchased_items_archive_month dd ul li a {
  display: flex;
  width: 100%;
  background: #fff;
  line-height: 1;
  padding: 0.75em 1em;
  font-size: min(4vw, 16px);
  white-space: nowrap;
  border-radius: 24px;
  align-items: center;
  justify-content: space-between;
}

.purchased_items_archive_month dd ul li a:after {
  right: 0.75rem;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background: url(/brand/wp-content/themes/otakaraya/assets/img/parts/shopList/shop-arrow__right.svg)
    no-repeat;
}

/* ===== block 2 ===== */
/* extracted from archive_latest_results.php (block 2) */
.purchased_items_list_wrap {
  margin-top: 80px;
}

.purchased_items_list_wrap .the_purchased_items_wrap {
  padding: 2rem 0;
}

.purchased_items_list_wrap .the_purchased_items_header {
  background: #8f7b34;
  margin-bottom: 1rem;
}

.purchased_items_list_wrap .the_purchased_items_header > p {
  text-align: center;
  color: #fff;
  line-height: 1;
  padding: 0.75em 0;
  font-size: min(3.5vw, 16px);
}

.purchased_items_list_wrap .the_purchased_items_header > p:nth-of-type(1) {
  border-right: 1px solid #fff;
}

.purchased_items_list_wrap .flexTable {
  display: grid;
  grid-template-columns: min(25%, 170px) 1fr;
}

.purchased_items_list_wrap .the_expart {
  border-bottom: 1px solid #f2f2f2;
  padding: 0 0 1em 0;
  margin-bottom: 1em;
}

.purchased_items_list_wrap .ex_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.purchased_items_list_wrap .ex_postDate {
  line-height: 1;
  padding: 0.5em 1em;
  font-size: min(4vw, 18px);
}

.purchased_items_list_wrap .ex_price {
  font-size: min(4vw, 24px);
  font-weight: 700;
}

.purchased_items_list_wrap .ex_price .unit {
  font-size: 75%;
  font-weight: 400;
}

.purchased_items_list_wrap .ex_diff_price {
  font-size: min(4vw, 18px);
  font-weight: 400;
  color: #d82300;
}

.purchased_items_list_wrap .ex_diff_price .unit {
  font-size: 75%;
  font-weight: 400;
}

.purchased_items_list_wrap .ex_prof {
  display: flex;
  align-items: center;
}

.purchased_items_list_wrap .ex_photo {
  width: min(20vw, 80px);
  margin-right: 1em;
}

.purchased_items_list_wrap .ex_photo img {
  width: 100%;
  height: auto;
}

.purchased_items_list_wrap .ex_name {
  font-size: min(4vw, 18px);
}

.purchased_items_list_wrap .ex_comment p {
  padding: 0.5em 1.5em 0 0;
  line-height: 1.8;
  text-align: justify;
  font-size: min(3vw, 16px);
}
