.prica__plan {
  background: white;
  border-color: #4361ef;
}

.prica__tab {
  background: #e3e8ff;
  border-color: #e3e8ff;
  border-radius: 8px 8px 0 0;
  :target + &,
  .prica__plans:not(:has(:target)) > &:nth-child(2) {
    background: white;
    border-color: #4361ef;
  }
}

.prica__plan-pricing,
.prica__custom-price {
  font-weight: 350;
  font-size: 14px;
  line-height: 1.71428571;
  @container (width < 247px) {
    font-size: 5.668cqw;
  }
}

.prica__plan-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 2.1;
  @container (width < 247px) {
    font-size: 8.097cqw;
  }
}

.prica__plan-price,
.prica__custom-price-message {
  font-weight: 600;
  font-size: 2.71428571em;
  line-height: 1.2631578;
}

.prica__plan-price-unit {
  font-weight: 350;
  line-height: 1.29;
}

.prica__plan-price-amount,
.prica__plan-participant-amount,
.prica__plan-total-amount {
  font-style: normal;
}

.prica__option-label {
  line-height: 1;
  grid-gap: 13px;
  display: grid;
  grid-template:
    "icon title" auto
    "icon desc" auto /
    auto 1fr;
  :not([disabled]) + & {
    cursor: pointer;
  }
  &::before {
    grid-area: icon;
    content: "☐";
    display: block;
    height: 24px;
    width: 24px;
    color: #4361ef;
    background: currentColor;
    clip-path: path(
      "M12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0ZM12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2Z"
    );
  }
  :checked + &::before {
    content: "☑";
    clip-path: path(
      "M14.663 2.77916C12.8902 1.98926 10.9096 1.79357 9.0166 2.22129C7.12351 2.649 5.41942 3.67719 4.15845 5.15252C2.89749 6.62785 2.14721 8.47127 2.01951 10.4078C1.89181 12.3444 2.39354 14.2704 3.44987 15.8985C4.50619 17.5266 6.06051 18.7697 7.88102 19.4423C9.7015 20.1149 11.6907 20.1809 13.5518 19.6307C15.413 19.0804 17.0464 17.9432 18.2084 16.3888C19.3705 14.8344 19.9989 12.9459 20 11.0051V10.0857C20 9.53341 20.4477 9.08571 21 9.08571C21.5523 9.08571 22 9.53341 22 10.0857V11.0057C21.9986 13.3778 21.2305 15.6864 19.8103 17.5863C18.39 19.4862 16.3936 20.876 14.1189 21.5486C11.8442 22.2211 9.413 22.1404 7.18792 21.3183C4.96285 20.4963 3.06312 18.977 1.77206 16.9871C0.480993 14.9971 -0.132227 12.6432 0.0238434 10.2762C0.179923 7.90932 1.09693 5.65626 2.63811 3.85308C4.17929 2.0499 6.26206 0.793217 8.57581 0.270457C10.8896 -0.252303 13.3103 -0.0131333 15.477 0.952297C15.9815 1.17708 16.2082 1.76826 15.9834 2.27273C15.7587 2.7772 15.1675 3.00394 14.663 2.77916ZM21.7067 2.29824C22.0975 2.68856 22.0978 3.32173 21.7074 3.71245L11.7075 13.7224C11.5199 13.9101 11.2655 14.0156 11.0002 14.0157C10.7349 14.0158 10.4805 13.9104 10.2929 13.7228L7.29288 10.7228C6.90236 10.3323 6.90236 9.69911 7.29288 9.30861C7.68341 8.91807 8.31657 8.91807 8.7071 9.30861L10.9996 11.6011L20.2925 2.29894C20.6829 1.90822 21.316 1.90791 21.7067 2.29824Z"
    );
  }
}

.prica__option-name {
  font-weight: 600;
}

.prica__longdesc {
  margin: auto;
}

.prica__plan-flag {
  background: #8ea0f5;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.16666667;
  letter-spacing: 0.08333333em;
  text-transform: uppercase;
  @container (width < 247px) {
    font-size: 4.8582cqw;
  }
}

.prica__plan-option {
  border-color: #eceffd;
  border-radius: 8px;
}
.prica__plan-bottom {
  background: #f7f8f9;
}

.prica__participants {
  border: 1px solid #eaecf0;
  background: #ffffff;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  border-radius: 8px;
}
