.buy-proxies-service-table-scroll {
  overflow-x: auto;
  border-radius: 24px;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px rgba(27, 13, 0, 0.05);  
}

.buy-proxies-service-table {
  width: 100%;
  min-width: 980px;
  overflow: hidden;
  border-radius: 24px;
  background: #FFFFFF;
  border-collapse: separate;
  border-spacing: 0;
  color: #777777;
  table-layout: fixed;
}

.buy-proxies-service-table th,
.buy-proxies-service-table td {
  border-right: 1px solid #E6E8EB;
  border-bottom: 1px solid #E6E8EB;
  padding: 22px 30px;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.buy-proxies-service-table tr > :last-child {
  border-right: 0;
}

.buy-proxies-service-table tbody tr:last-child > * {
  border-bottom: 0;
}

.buy-proxies-service-table thead th {
  height: 54px;
  color: #1B0D00;
  font-size: 18px;
  font-weight: 500;
}

.buy-proxies-service-table thead th:first-child,
.buy-proxies-service-table tbody th {
  width: 17%;
  background: #F8F8F8;
  color: #1B0D00;
  font-size: 14px;
  font-weight: 500;
}

.buy-proxies-service-table thead th:nth-child(2) {
  border-top: 4px solid #EEB64E;
  background: #FFF6E4;
}

.buy-proxies-service-table thead th:nth-child(3) {
  border-top: 4px solid #3376FF;
  background: #EAF1FF;
}

.buy-proxies-service-table thead th:nth-child(4) {
  border-top: 4px solid #8B6CF6;
  background: #F1EDFF;
}

.buy-proxies-service-table tbody tr > th,
.buy-proxies-service-table tbody tr > td {
  background: #FFFFFF;
}

.buy-proxies-service-table tbody tr.buy-proxies-service-table__highlight-row > th,
.buy-proxies-service-table tbody tr.buy-proxies-service-table__highlight-row > td {
  background: #F7F7F7;
}

.buy-proxies-service-table__price-row td {
  padding-top: 12px;
  padding-bottom: 12px;
}

.buy-proxies-service-table tbody tr.buy-proxies-service-table__price-row td:nth-child(2) {
  background: #FFF6E4;
  color: #EEB64E;
  font-size: 25px;
  font-weight: 600;
}

.buy-proxies-service-table tbody tr.buy-proxies-service-table__price-row td:nth-child(3) {
  background: #EAF1FF;
  color: #3376FF;
  font-size: 25px;
  font-weight: 600;
}

.buy-proxies-service-table tbody tr.buy-proxies-service-table__price-row td:nth-child(4) {
  background: #F1EDFF;
  color: #8B6CF6;
  font-size: 25px;
  font-weight: 600;
}

.buy-proxies-service-table tbody tr:last-child th {
  padding-top: 16px;
  padding-bottom: 16px;
}

.buy-proxies-service-table tbody tr:last-child td {
  padding: 30px 42px;
  text-align: center;
}

.buy-proxies-service-table tbody tr:last-child td .buy-proxies-service-table__button {
  box-sizing: border-box;
  width: 100%;
}

.buy-proxies-service-table__button {
  display: inline-flex;
  min-width: 194px;
  align-items: center;
  justify-content: center;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 999px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: none;
}

.buy-proxies-service-table__button--dynamic {
  background: #EEB64E;
}

.buy-proxies-service-table__button--dynamic:hover {
  background: linear-gradient(90deg, #F89C1D 0%, #FFD06B 100%);
}

.buy-proxies-service-table__button--static {
  background: #3376FF;
}

.buy-proxies-service-table__button--static:hover {
  background: linear-gradient(90deg, #0054FF 0%, #84ADFF 100%);
}

.buy-proxies-service-table__button--unlimited {
  background: #8B6CF6;
}

.buy-proxies-service-table__button--unlimited:hover {
  background: linear-gradient(90deg, #763AFF 0%, #A882FF 100%);
}
