
	.wrapper.svelte-17dbdsp {
		display: flex;
		flex-direction: column;
		margin: 5rem 0;
		gap: 1rem;
		width: 100%;
	}

	.buttons.svelte-17dbdsp {
		display: flex;
		flex-wrap: wrap;
		gap: 1rem;
		width: 100%;
		align-items: center;
	}

	.buttons.svelte-17dbdsp a:where(.svelte-17dbdsp) {
		padding: 10px 15px;
		background-color: var(--surface-color-primary);
		border-radius: 2rem;
		text-decoration: none;
		display: flex;
		align-items: center;
		gap: 1rem;
	}

	@media screen and (max-width: 800px) {
		.wrapper.svelte-17dbdsp {
			margin: 2rem 0;
		}
	}

	@keyframes svelte-17dbdsp-msg {
		0% {
			transform: translateX(10px);
		}
		100% {
			transform: translateX(-10px);
		}
	}
