﻿.team-pricing-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  width: 100%;
}

.unlimited-gradient-line {
  display: block;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  height: 0.5rem;
  border-radius: 10rem;
  background: linear-gradient(90deg, #D02670 0%, #A670FF 42%, #7AAAFF 100%);
}

.seat-pricing-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 288px;
  margin-inline: auto;
  border-radius: 32px;
  background-color: #1D2939;
}

.card-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
  color: #ffffff;
}

.card-header-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.seat-counter {
  font-size: 1rem;
  padding: 12px 44px;
  margin: .5rem 0;
  border-radius: 100px;
  text-align: center;
  background-color: #1D2939;
  border: 0;
  box-shadow: inset 0 0 0 2px #ffffff;
  color: #ffffff;
}

.seat-counter-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  background-color: #1D2939;
  color: #ffffff;
  border-radius: 100px;
  border: 0;
  box-shadow: inset 0 0 0 2px #ffffff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.seat-counter-btn img {
  width: 1rem;
  height: 1rem;
  object-fit: contain;
}

.card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding-inline: 0.75rem;
  padding-top: 1.25rem;
  padding-bottom: 1.75rem;
  background-color: #fff;
  width: calc(100% - 1.25rem);
  height: calc(100% - 0.75rem);
  border-radius: 28px;
}

.card-body-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
}

.card-body-title h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1em;
  color: #101828;
  box-sizing: border-box;
}

.card-body-title p {
  font-size: 1.25rem;
}

.card-body-title p span {
  font-weight: 700;
}

.discount-rates {
  text-align: center;
}

.discount-rates ul {
  list-style-type: none;
  padding: 0;
  display: inline-block;
}

.discount-rates li {
  margin: 5px 0;
}

.gap-10 {
  gap: 2.5rem;
}

.addons-container-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.addons-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1px;
  width: 288px;
  margin-inline: auto;
  border-radius: 32px;
  background-color: #ffffff;
  box-sizing: border-box;
}

.addons-menu-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 17px 10px;
  cursor: pointer;
  width: 100%;
  border-radius: 32px;
  padding-inline: 1rem;
  box-sizing: border-box;
}

.addons-menu-item.active {
  background-color: #da1e28;
  color: #ffffff;
}

.addons-menu-item.active.unlimited {
  background: linear-gradient(90deg, #D02670 0%, #A670FF 42%, #7AAAFF 100%);
  color: #ffffff;
}

.addons-menu-item.active .unlimited-gradient-line {
  display: none;
}

.addons-menu-item.unlimited.active {
  background: linear-gradient(90deg, #D02670 0%, #A670FF 42%, #7AAAFF 100%);
}

.addon-mobile {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 15px;
  gap: 20px;
  width: 275px;
  margin-inline: auto;
  border-radius: 31px;
  background-color: #ffffff;
}

.addon-mobile.active {
  display: flex;
}

.addon-content {
  display: flex;
  gap: 10px;
}

.addon-column-mobile {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.addon-left .addon-column-mobile-item {
  justify-content: start;
}

.addon-right {
  background-color: rgba(102, 112, 133, 0.05);
  border-radius: 31px;
}

.addon-column-mobile-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}

.addon-title {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

.addons-large {
  display: none;
}

.pt-2 {
  padding-top: 8px;
}

.mb-4 {
  margin-bottom: 1rem;
}

.odd-column {
  background-color: rgba(102, 112, 133, 0.05);
  border-radius: 31px;
}

.even-column {
  border-radius: 31px;
}

.talk-to-sales-button {
  display: inline-flex;
  border: none;
  cursor: pointer;
  background: none;
}

.rules-guidelines {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-inline: auto;
  padding: 14px;
  width: 288px;
  border-radius: 32px;
  background-color: #ffffff;
}

.rules-guidelines-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  border-radius: 32px;
  box-sizing: border-box;
  width: 100%;
}

.rules-guidelines-item h3 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  max-width: 212px;
}

.rules-guidelines-item p {
  max-width: 212px;
  text-align: left;
  margin-left: 28px;
}

.rule-number {
  min-width: 24px;
  text-align: right;
  margin-right: 5px;
}

.rule-title {
  flex: 1;
}

.gray-bg {
  background-color: #F9FAFB;
}

.free-resources {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding-inline: 16px;
  padding-block: 32px;
}

.resources-group {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.resources-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  padding: 0;
  box-sizing: border-box;
}

.resources-link {
  color: #DA1E28;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5em;
  text-decoration: none;
  text-align: left;
  padding: 0;
  min-width: 288px;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .seat-pricing-card {
    min-width: 384px;
  }

  .addons-container-mobile {
    display: none;
  }

  .addons-large {
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding: 20px;
    padding-left: 30px;
    border-radius: 32px;
    background-color: #ffffff;
    margin: auto 4rem;
  }

  .addons-large-left {
    width: 30%;
    padding: 0;
  }

  .addons-large-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    overflow-x: scroll;
  }

  .addons-large-column-group {
    display: flex;
    padding: 20px;
    align-items: center;
  }

  .addons-large-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
    padding-inline: 8px;
    gap: 20px;
    min-width: 12rem;
  }

  .addons-large-column-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    gap: 20px;
    width: 100%;
  }

  .addon-title-large {
    height: 60px;
  }

  .addons-large-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75px;
  }

  .addon-left .addons-large-item {
    justify-content: start;
    padding: 0;
  }

  .addons-large-right::-webkit-scrollbar {
    height: 12px;
  }

  .addons-large-right::-webkit-scrollbar-track {
    background-color: #f1f1f1;
  }

  .addons-large-right::-webkit-scrollbar-thumb {
    background-color: #D0D5DD;
    border-radius: 32px;
    border: none;
  }

  .addons-large-right::-webkit-scrollbar-thumb:hover {
    background-color: #D0D5DD;
  }

  .rules-guidelines {
    padding: 32px;
    width: 700px;
  }

  .rules-guidelines-item h3 {
    max-width: 100%;
  }

  .rules-guidelines-item p {
    max-width: 100%;
  }

  .resources-group {
    flex-direction: row;
    justify-content: center;
    gap: 1rem;
    width: 100%;
  }
}

@media (min-width: 1280px) {

  .addons-large {
    max-width: 80rem;
    margin: auto;
  }

  .rules-guidelines {
    width: 900px;
  }

  .addons-large-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    overflow-x: visible;
    scrollbar-width: thin;
    scrollbar-color: #D0D5DD #f1f1f1;
  }
}
