.kitchenhub-widget.right {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0;
  padding: 0 100px 0 0;
  background-color: #ebedec;
  margin: 0 0 0 150px;
  flex-direction: row-reverse;
}

.kitchenhub-widget.right .kitchenhub-image {
  flex: 2;
  max-width: 55%;
  position: relative;
  top: -50px;
  right: 50px;
}

.kitchenhub-widget.right .kitchenhub-content {
  flex: 1;
  padding-right: 0;
  position: relative;
  left: -20px;
  bottom: 50px;
}

.kitchenhub-widget.right .kitchenhub-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
  text-align: left;
}
.kitchenhub-widget.right .kitchenhub-description {
  font-size: 16px;
  line-height: 1.2;
  color: #333;
  margin-bottom: 15px;
  max-width: 600px;
  text-align: left;
}

.kitchenhub-widget.right .kitchenhub-tags {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 15px;
  justify-content: start;
}

.kitchenhub-widget.right .kitchenhub-arrow{
  text-align: left;
}

.kitchenhub-widget.left {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0;
  padding: 0 0 0 100px;
  background-color: #ebedec;
  margin: 0 150px 0 0;
}

.kitchenhub-content {
  flex: 1;
  padding-right: 0;
  position: relative;
  right: -20px;
  bottom: 50px;
}

.kitchenhub-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
  text-align: right;
}

.kitchenhub-description {
  font-size: 16px;
  line-height: 1.2;
  color: #333;
  margin-bottom: 15px;
  max-width: 600px;
  text-align: right;
}

.kitchenhub-tags {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 15px;
  justify-content: end;
}

.kitchenhub-tag {
  color: #979797;
  font-size: 16px;
  transition: color 0.3s ease;
  font-weight: 700;
  border-bottom: 3px solid #979797;
}

.kitchenhub-link:hover {
  color: #000;
}

.link-separator {
  color: #666;
}

.kitchenhub-arrow {
  font-size: 24px;
  color: #e6161c;
  margin-top: 0;
  text-align: right;
}

.kitchenhub-image {
  flex: 2;
  max-width: 55%;
  position: relative;
  top: -50px;
  right: -50px;
}

.kitchenhub-image img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1024px) {
  .kitchenhub-widget {
    flex-direction: column;
    padding: 40px 20px;
  }

  .kitchenhub-content {
    padding-right: 0;
  }

  .kitchenhub-image {
    max-width: 100%;
  }

  .kitchenhub-title {
    font-size: 32px;
  }

  .kitchenhub-description {
    font-size: 16px;
  }
}
