.elementor-24016 .elementor-element.elementor-element-491e09b .elementor-wrapper{--video-aspect-ratio:1.77777;}/* Start custom CSS for text-editor, class: .elementor-element-7d07e12b */.camping-light-box {
  background: #F8F8FF;
  border-radius: 16px;
  padding: 20px;
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.camping-light-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}

.camping-light-image img {
  width: 100%;
  max-width: 140px;
  border-radius: 10px;
  object-fit: cover;
}

.camping-light-text {
  flex: 1;
  min-width: 240px;
}

.camping-light-text h2 {
  font-size: 20px;
  font-weight: bold;
  color: #101010;
  line-height: 1.6;
}

.camping-light-button {
  text-align: center;
  margin-top: 5px;
}

.camping-light-button a {
  background-color: #7B68EE;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  padding: 14px 32px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.camping-light-button a:hover {
  background-color: #48D1CC;
}/* End custom CSS */