/* 2026-06-30: Search box usability fix
   Make the product search easier to tap on mobile and desktop. */
.searchGoods_1 .search_d01 {
  border: 1px solid rgba(82, 162, 171, 0.24);
  border-radius: 8px;
  background: #fff;
}

.searchGoods_1 p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  overflow: visible;
}

.searchGoods_1 p input.q {
  flex: 1 1 auto;
  width: auto !important;
  min-width: 0;
  padding: 10px 8px;
}

.searchGoods_1 p span.btn {
  flex: 0 0 44px;
  float: none;
  width: 44px;
  height: 44px;
  padding: 0;
  display: block;
}

.searchGoods_1 p span.btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: transparent;
}

.searchGoods_1 p span.btn a:before {
  line-height: 1;
}

@media (max-width: 480px) {
  .searchGoods_1 p input.q {
    width: auto !important;
  }
}

/* 2026-07-04: HOME purpose entrance cards */
.leciel-link-grid {
  margin-top: 22px;
}

.leciel-link-grid a {
  display: block;
  color: inherit;
  text-decoration: none;
  border-top: 1px solid #d8d2c8;
  padding: 18px 0 6px;
}

.leciel-link-grid a h3 {
  margin: 0 0 8px;
  font-size: 1.08em;
}

.leciel-link-grid a p {
  margin: 0;
}

.leciel-link-grid a:hover h3,
.leciel-link-grid a:focus h3 {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .leciel-link-grid .col {
    margin-bottom: 14px;
  }

  .leciel-link-grid a {
    padding: 16px 0 10px;
  }
}
