/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

ul {
  padding: 0;
  list-style: none;
}
.star-rating {
  display: flex;
}

.star-rating svg {
  width: 18px;
  height: 18px;
  color: #ff9900;
}

.star-rating svg:not(:last-child) {
  margin-right: 3px;
}

a.ct-link {
  font-size: 1.2em;
  text-transform: uppercase;
}

.tmp-casino-list {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}

.tmp-casino-list a {
  color: #000;
  text-decoration: none !important;
}

.partner-highlight a.tmp-casino-name-link {
  color: #6e5718 !important;
}

.tmp-casino-list ul {
  margin: 0 !important;
}

.partner-highlight ul {
  margin-left: -20px !important;
}

.tmp-casino-list > div.tmp-hidden {
  display: none;
}

.tmp-casino-item {
  position: relative;
  padding: 2px;
  background: linear-gradient(
    89.17deg,
    #ffd073 -3.81%,
    rgba(150, 218, 152, 0.8) 37.4%,
    #ffd073 100.51%
  );
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  border-radius: 18px;
}

.tmp-casino-item_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px;
  flex-direction: row;
  border-radius: 16px;
  background: #fbfbfb;
}

.tmp-casino-item_inner > * {
  height: fit-content;
}

.tmp-casino-item[data-label]::before {
  z-index: 123;
  content: attr(data-label);
  position: absolute;
  top: 18px;
  left: 18px;
  background-color: #a9003e;
  color: white;
  padding: 4px 6px;
  border-radius: 5px;
  font-weight: 400;
  font-size: 14px;
}
.tmp-casino-logo {
  width: 108px;
  height: 100%;
  min-height: 105px;
  flex-basis: 150px;
  object-fit: cover;
  border-radius: 12px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.tmp-casino-content {
  max-width: 220px;
  display: flex;
  flex-direction: column;
}

.tmp-casino-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.tmp-casino-name {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}

a.tmp-casino-name-link {
  max-width: 185px;
  text-decoration: none;
  color: #6e5718;
}

ul.tmp-prosTable {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

ul.tmp-prosTable li {
  list-style: none;
}

.tmp-casino-rating {
  height: fit-content;
  display: inline-block;
  background: #ffe6a5;
  color: #6f5718;
  padding: 0px 4px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19.5px;
}

.tmp-casino-details {
  font-weight: bold;
  color: #576574;
  margin-top: 10px;
  font-size: 1.2em;
  margin-bottom: 10px;
}

.tmp-casino-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tmp-button {
  box-sizing: border-box;
  width: max-content;
  background: linear-gradient(90deg, #159b29 0%, #4cba5c 46.88%, #159b29 100%);
  color: white;
  font-weight: bold;
  border: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  padding: 16px 12px;
  border-radius: 8px;
  cursor: pointer;
  text-transform: uppercase;
  align-self: flex-end;
}

.tmp-avis-text {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
}

.rating-excellent {
  background-color: #c7f4cd;
  color: #00570d;
}

.rating-high {
  background-color: #ffe6a5;
  color: #6f5718;
}

.rating-medium {
  background-color: #ffe6a5;
  color: #6f5718;
}

.rating-low {
  background-color: #ffd3dd;
  color: #8c0522;
}

.partner-highlight {
  position: relative;
  box-shadow: 0 4px 8px rgba(75, 179, 118, 0.2);
}

.partner-highlight .tmp-casino-item {
  padding: 5px;
}

.partner-highlight .tmp-casino-item_inner {
  background: #fffbf2;
}

.partner-highlight .tmp-casino-name {
  font-size: 24px;
  font-weight: 700;
}

.tmp-button-load {
  background: #7f8c8d;
  color: white;
  font-weight: bold;
  border: none;
  font-size: 1em;
  padding: 16px;
  border-radius: 5px;
  cursor: pointer;
  text-transform: uppercase;
}

.tmp-casino-info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.tmp-welcome-offer {
  color: #4a4a4a;
  font-weight: 400;
  font-size: 14px;
}

.tmp-welcome-offer b {
  display: block;
  font-weight: 600;
  font-size: 16px;
}
.tmp-usps {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
  gap: 8px;
  list-style: none;
}

.tmp-usps li {
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: 500;
  gap: 8px;
  font-size: 12px;
  line-height: 14px;
  color: #4a4a4a;
}

.tmp-usp-icon_inner {
  position: relative;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
}

.tmp-usp-icon_inner > * {
  width: 18px;
  height: 18px;
  stroke: #6e5718;
}

.tmp-usp-icon_inner > img {
  border-radius: 0 !important;
}

.tmp-usp-icon {
  padding: 1.5px;
  border-radius: 50%;
  background: linear-gradient(180deg, #f3d27a 0%, #6e5718 100%);
}

.tmp-casino-btns {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tmp-link-to-review {
  text-decoration: none;
}

@media (max-width: 768px) {
  .tmp-casino-item_inner {
    flex-direction: column;
  }
  .tmp-casino-logo {
    height: 100px;
    width: auto;
  }

  .tmp-casino-logo img {
    width: auto;
    height: 150px !important;
    object-fit: contain;
  }

  .tmp-casino-name {
    margin-bottom: 10px;
    gap: 8px;
  }

  .tmp-casino-header,
  .tmp-casino-footer {
    flex-direction: column;
    align-items: center;
  }

  .tmp-casino-details {
    text-align: center;
  }

  .tmp-button,
  .tmp-avis-text {
    align-self: center;
    text-align: center;
    width: 100%;
  }

  .tmp-prosTable {
    display: none;
  }

  .tmp-casino-list {
    width: 100%;
  }

  .tmp-usps {
    width: 100%;
    flex-direction: row;
  }

  .tmp-casino-list > div > div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .partner-highlight .tmp-usps li {
    width: 120px;
    font-size: 12px;
    flex-direction: column;
  }
  .tmp-usps {
    width: 100%;
    justify-content: space-between;
    gap: 0;
  }
  .tmp-casino-btns {
    width: 100%;
    gap: 8px !important;
  }
  .tmp-avis-text,
  .partner-highlight .tmp-avis-text {
    font-size: 16px;
  }
  .partner-highlight .tmp-usp-icon_inner {
    width: 34px;
    height: 34px;
  }
  .partner-highlight .tmp-usp-icon_inner > * {
    width: 20px;
    height: 20px;
  }
  .partner-highlight .tmp-usps li {
    gap: 6px;
    line-height: 15px;
  }
  .tmp-casino-info {
    gap: 16px;
  }
  .partner-highlight .tmp-casino-name {
    font-size: 28px;
    line-height: 34px;
  }
  .tmp-casino-rating {
    font-size: 12px;
    padding: 2px 4px;
  }
  .partner-highlight .tmp-casino-rating {
    font-size: 14px;
    padding: 2px 4px;
  }
  .tmp-casino-item[data-label]::before {
    top: 12px;
    left: 12px;
  }
  .partner-highlight.tmp-casino-item[data-label]::before {
    top: 15px;
    left: 15px;
  }
  .tmp-welcome-offer {
    font-size: 12px;
    line-height: 15px;
  }
  .tmp-welcome-offer b {
    font-size: 14px;
    line-height: 17px;
    margin-top: 2px;
  }
  .partner-highlight a.tmp-casino-name-link {
    color: #6e5718 !important;
  }

  .tmp-casino-logo {
    width: 115px;
    height: 85px;
  }
  .partner-highlight .tmp-casino-logo {
    width: 115px;
    height: 100%;
    min-height: 85px;
  }
  .tmp-casino-item[data-label]::before {
    font-size: 12px;
    padding: 2px 4px;
    font-weight: 400;
  }
  .tmp-casino-content {
    gap: 8px;
  }
  .tmp-casino-name {
    margin-bottom: 2px;
  }
  .tmp-usp-icon_inner {
    width: 24px;
    height: 24px;
  }
  .tmp-usp-icon_inner > * {
    width: 14.4px;
    height: 14.4px;
  }
  .tmp-usps li {
    font-size: 12px;
    line-height: 15px;
    gap: 4px;
  }
  .partner-highlight ul {
    margin-left: 0 !important;
  }
}
@media (max-width: 568px) {
  .partner-highlight .tmp-usps li {
    width: auto;
  }
}

@media (max-width: 390px) {
  .tmp-usps {
    flex-direction: column;
    gap: 8px;
  }
  .partner-highlight .tmp-usps li {
    width: 100%;
    flex-direction: row;
  }
}
.tmp-casino-name-link,
.tmp-button,
.tmp-casino-logo-link {
  cursor: pointer;
}

.tmp-casino-btns a.tmp-button {
  color: #fff !important;
}
