#list-visual {
  height: 680px;
  background: url("../../images/diary-visual.png") no-repeat right 200px bottom 0;
}

.result-list{
  margin-top: -50px !important;
}

.list-box {
  padding: 50px 0;
}
.list-box .list li {
  padding: 15px;
  background-color: #fff;
  margin-bottom: 10px;
  border-radius: 20px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
}
.list-box .list li .thumbnail {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  margin-right: 20px;
}
.list-box .list li dl {
  display: flex;
}
.list-box .list li dl dt {
  margin-right: 20px;
}

.list-img {
  width: 306px !important;
}




.pagination-wrap {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 8px;
}

.pagination-wrap a {
  padding: 6px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
  transition: background-color 0.3s ease;
}

.pagination-wrap a:hover {
  background-color: #f0f0f0;
}

.pagination-wrap a.active {
  background-color: rgb(248, 169, 43);
  color: #fff;
  font-weight: bold;
  pointer-events: none;
}

.pagination-wrap .page-arrow {
  font-size: 18px;
}

