.dropdown-item{cursor:pointer;width:100%;border-radius:8px;border:1px solid var(--Grey);background:var(--White);transition:.5s;max-height:-moz-fit-content;max-height:fit-content}.dropdown-item *{overflow:hidden}.dropdown-item__header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px}.dropdown-item__header-cross{max-width:40px;max-height:40px;width:100%;height:100%;border-radius:50%;background:var(--Light-Grey);padding:10px;color:var(--Dark);transition:.5s}.dropdown-item__header-cross svg{height:20px;width:20px;transition:.5s}.dropdown-item__body{overflow:hidden;display:grid;grid-template-rows:0fr;transition:all .6s ease;padding:0 24px}.dropdown-item__body .body2{margin-top:8px;opacity:.8;overflow:hidden}.dropdown-item__body .body2 a{font-family:var(--space-grotesk-bold);font-size:16px;line-height:100%;color:var(--Blue-purple)}.dropdown-item:hover{box-shadow:0 16px 48px -16px rgba(59,44,177,.16)}.dropdown-item__checkbox{display:none}.dropdown-item__checkbox:checked~.dropdown-item__body{grid-template-rows:1fr;padding:0 24px 24px}.dropdown-item__checkbox:checked~.dropdown-item__header .dropdown-item__header-cross{color:var(--Blue-purple)}.dropdown-item__checkbox:checked~.dropdown-item__header .dropdown-item__header-cross svg{transform:rotate(45deg)}.dropdown-item__header{cursor:pointer}