/* FW Awards List — 1:1 port of forst_core_awards_list */

.qodef-fw-awards-list { --qode-image-width: 205px; }

.qodef-fw-awards-list .qodef-e-top-holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px 0 40px;
  margin-bottom: 21px;
}

.qodef-fw-awards-list .qodef-m-label { margin: 0; }

.qodef-fw-awards-list article {
  border-top: 1px solid #000;
  padding: 41px 30px 41px 40px;
}

.qodef-fw-awards-list li:last-child article {
  border-bottom: 1px solid #000;
}

/* Fix: Elementor generates article:last-child which matches every article (one per li) */
.qodef-fw-awards-list li:not(:last-child) article {
  border-bottom: none !important;
}

.qodef-fw-awards-list article .qodef-e-link-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 2;
}

.qodef-fw-awards-list article .qodef-e-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.qodef-fw-awards-list article .qodef-e-inner:hover .qodef-m-image {
  opacity: 1;
  clip-path: inset(0);
  transition-duration: 0.65s, 0.35s;
}

.qodef-fw-awards-list article .qodef-e-inner:hover .qodef-e-title {
  transform: translateX(var(--qode-image-width));
}

.qodef-fw-awards-list article .qodef-e-inner:hover .qodef-e-button svg {
  fill: #000;
}

.qodef-fw-awards-list .qodef-m-image {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: var(--qode-image-width);
  clip-path: inset(0 100% 0 0);
  opacity: 0;
  transition: clip-path 0.5s cubic-bezier(0.59, 0.26, 0.03, 0.95), opacity 0.35s;
}

.qodef-fw-awards-list .qodef-m-image img {
  display: block;
  max-height: 147px;
  object-fit: contain;
}

.qodef-fw-awards-list .qodef-e-title {
  position: relative;
  display: inline-block;
  margin: 0;
  flex-basis: 63.3%;
  z-index: 1;
  font-size: 95px;
  line-height: 1em;
  font-weight: 300;
  transition: transform 0.55s cubic-bezier(0.51, 0.17, 0.17, 0.98);
  transform: translateX(0);
}

.qodef-fw-awards-list .qodef-e-text-holder {
  display: flex;
  align-items: center;
  flex-basis: 28%;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  line-height: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
}

.qodef-fw-awards-list .qodef-e-text-holder span {
  display: inline-flex;
  align-items: center;
}

.qodef-fw-awards-list .qodef-e-text-holder span:not(:last-child)::after {
  content: "";
  width: 55px;
  height: 1px;
  display: block;
  background-color: #000;
  margin: 0 6px;
}

.qodef-fw-awards-list .qodef-e-button { flex-shrink: 0; }

.qodef-fw-awards-list .qodef-e-button svg {
  display: block;
  transition: fill 0.25s ease-out;
}

/* Responsive */
@media only screen and (max-width: 1440px) {
  .qodef-fw-awards-list .qodef-e-title { font-size: 80px; }
}

@media only screen and (max-width: 1024px) {
  .qodef-fw-awards-list article .qodef-e-inner {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
  }
  .qodef-fw-awards-list .qodef-m-image { display: none; }
  .qodef-fw-awards-list .qodef-e-title { flex-basis: 100%; padding: 0 !important; }
  .qodef-fw-awards-list .qodef-e-button { position: absolute; top: 0; right: 0; }
}

@media only screen and (max-width: 680px) {
  .qodef-fw-awards-list .qodef-e-top-holder {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 0 30px;
  }
  .qodef-fw-awards-list article { padding: 41px 30px; width: 100% !important; }
  .qodef-fw-awards-list .qodef-e-title { font-size: 55px; line-height: 63px; }
  .qodef-fw-awards-list .qodef-e-button { position: relative; top: auto; right: auto; }
}
