.etw-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}
.etw-tour-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  font-family: Montserrat, "IBM Plex Sans Thai", sans-serif;
}
@media screen and (max-width: 468.98px) {
  .etw-tour-card {
    flex-direction: column;
  }
	.etw-card-image {
/*   height: 250px!important; */
}
	.etw-price-sale{
		font-size:26px!important;
	}
}
.etw-card-image {
  width: 100%;
/*   height: 350px; */
	overflow:hidden;
	position:relative;
}
.air-logo{
	position: absolute;
    right: 1em;
    top: 1em;
    width: max(100px, 20%);
    padding: 10px 10px 5px 10px;
	background:#fff;
border-radius:10px!important;
}
.etw-card-image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.etw-card-content {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
	font-family:"Noto Sans Thai";
}
.etw-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.etw-card-header h3 {
  margin: 0;
  font-size: 20px;
}
.etw-price {
  text-align: right;
}
.etw-price-sale {
  color: #e60012;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin-right: 4px;
	display:flex;
	flex-direction:column;
}
.etw-price-sale span {
	    font-size: 0.4em;
    font-weight: 400;
    color: #555;
    text-align: left;
}
.etw-price-reg {
  display: none;
  color: #999;
  font-size: 16px;
  text-decoration: line-through;
}
.etw-price-reg-only {
  color: #333;
  font-size: 32px;
  font-weight: 700;
}
.trip-info {
	display:flex;
	flex-direction:column;
}
.trip-info .air-logo{
	
}

.etw-info-list {
  list-style: none;
  padding: 0;
  margin: 16px 0;
  line-height: 1.6;
  font-size: 14px;
/* 	position:relative; */
}
.etw-info-list li {
  margin-bottom: 4px;
}
.etw-date-pills {
  margin-bottom: 16px;
}
.etw-pill {
  display: inline-block;
  padding: 6px 12px;
  margin: 4px 6px 4px 0;
  background: #f7f7f7;
  border-radius: 20px;
  font-size: 14px;
}
.etw-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;

  z-index: 2;
}
.etw-logo {
  height: 40px;
}
.etw-buttons a {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 1.1em;
    font-weight: 500;
}
.etw-button-website {
  margin-right: 8px;
  border: 1px solid #333;
  color: #333;
}
.etw-button-line {
  background: #115ba6;
  color: #fff;
	
}
.etw-load-more-wrap {
  text-align: center;
  margin-top: 20px;
}
.etw-load-more-btn {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}
/* Wrap all periods */
.etw-periods {
  margin-bottom: 16px;
  /* max-height: 100px; */
}
/* .etw-periods::after {
  content: " ";
  width: 100%;
  height: 20px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 50%
  );
} */
/* Each period row: date pill + price */
.etw-period {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.etw-period-price {
  font-size: 14px;
}
.etw-period-sale {
  color: #e60012;
  font-weight: 700;
  margin-right: 4px;
}
.etw-period-reg {
  color: #999;
  text-decoration: line-through;
}
.etw-period-reg-only {
  color: #333;
  font-weight: 700;
}
