.wallex-airdrop-wrap {
	width: 696px;
    text-align: right;
	background: linear-gradient(294.74deg, #FBFBFC 25.71%, #99CAFF 94.17%);
	justify-self: center;
	border-radius: 16px;
}

/* Main card with gradient header */
.wallex-airdrop-card {
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	color: #374151;
}

.wallex-airdrop-card-header {
	padding: 24px 20px;
}

.wallex-airdrop-header-inner {
	display: flex;
	align-items: flex-start;
	flex-direction: row-reverse;
}

.wallex-airdrop-logo,
.wallex-airdrop-logo-img {
	flex-shrink: 0;
}

.wallex-airdrop-logo .wallex-logo-w,
.wallex-airdrop-logo-img img {
	width: 56px;
	height: 56px;
	display: block;
	border-radius: 50%;
}

.wallex-airdrop-title-wrap {
	flex: 1;
	min-width: 0;
}

.wallex-airdrop-title {
	margin: 0 0 6px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    text-align: right;
    color: #252525;
}

.wallex-airdrop-description {
	margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.6);
}

.wallex-airdrop-prizes-row {
	display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    justify-content: flex-end;
	margin: 12px 0px;
}

.wallex-airdrop-prizes-icons {
	display: inline-flex;
	align-items: center;
}

.wallex-airdrop-prizes-label {
	font-size: 14px;
	color: #374151;
	font-weight: 500;
	margin-right: 18px;
}

.wallex-airdrop-prizes-icons .wallex-prize-coin {
	width: 32px;
	height: 32px;
	object-fit: contain;
	display: inline-block;
	vertical-align: middle;
	margin-left: -10px;
}

.wallex-airdrop-prizes-icons .wallex-prize-coin:hover {
	transform: scale(1.1);
	z-index: 1;
}

.wallex-airdrop-btn {
    border: none;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 16px;
    width: 100px;
    height: 40px;
    background: #171D26;
    border-radius: 1000px;
	margin: 12px 0px;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	color: #FFFFFF;
	cursor: pointer;
}

/* FAQ collapsible */
.wallex-airdrop-faq {
	margin: 0 24px 24px;
}

.wallex-faq-toggle {
	gap: 8px;
    width: 100%;
    color: #1f2937;
    font-size: 15px;
    font-weight: 500;
    text-align: right;
    display: flex;
    flex-direction: row;
    height: 44px;
    background: #FFFFFF;
    border: none;
    align-items: center;
	padding: 0px;
}
.wallex-inline-faq {
    text-align: right;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding: 0px 12px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    width: 664px;
    place-self: center;
    margin: 0 0 16px 0;
}

.wallex-faq-title {
	flex: 1;
}

.wallex-faq-icon {
	width: 24px;
	height: 24px;
	font-size: 0px;
}

.wallex-faq-chevron {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	transition: transform 0.2s;
	margin-left: 0;
    margin-right: auto;
}

.wallex-airdrop-faq.is-open .wallex-faq-chevron {
	transform: rotate(180deg);
}

.wallex-faq-content {
	overflow: hidden;
}

.wallex-faq-content[hidden] {
	display: none;
}

.wallex-faq-content:not([hidden]) {
	display: block;
}

.wallex-faq-text {
	margin: 0 0 12px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-align: right;
    color: rgba(0, 0, 0, 0.6);
}

.wallex-faq-link {
	display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    box-sizing: border-box;
    padding: 0px;
    width: 121px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 1000px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
    margin-left: 12px;
    justify-content: center;
}

.wallex-link-icon {
	width: 18px;
	height: 18px;
}

.wallex-link-icon.wallex-icon-play {
	width: 16px;
	height: 16px;
}

/* Modals */
.wallex-modal {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.wallex-modal[hidden] {
	display: none !important;
}

.wallex-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
}

.wallex-modal-box {
	position: relative;
    padding: 28px 24px;
    text-align: center;
    width: 480px;
    height: 488px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.04), 0px 24px 58px rgba(0, 0, 0, 0.28);
    border-radius: 16px;
}

.wallex-modal-box.wallex-modal-box-loading {
    width: 480px;
    height: 412px;
}

.wallex-modal-box.wallex-modal-box-no-airdrop {
    height: fit-content;
}

.wallex-modal-close {
	position: absolute;
	top: 12px;
	left: 12px;
	right: auto;
	background: none;
	border: none;
	font-size: 24px;
	color: #6b7280;
	cursor: pointer;
	line-height: 1;
	padding: 4px;
}

.wallex-modal-heading {
	margin: 0 0 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #252525;
}

/* Loading modal */
.wallex-modal-loading-icon {
	position: relative;
	width: 148px;
	height: 148px;
	margin: 0 auto 12px;
}

.wallex-modal-loading-icon .wallex-logo-w {
	width: 148px;
	height: 148px;
}

.wallex-modal-loading-icon img {
	width: 148px;
	height: 148px;
	object-fit: contain;
}

.wallex-modal-loading-icon .wallex-hourglass {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	color: #2563eb;
	opacity: 0.9;
}

.wallex-modal-loading-heading {
	font-size: 16px;
	font-weight: 600;
	color: #1f2937;
	margin: 0 0 4px;
}

.wallex-modal-loading-title {
	font-size: 15px;
	font-weight: 600;
	color: #374151;
	margin: 0 0 6px;
}

.wallex-modal-loading-text {
	font-size: 14px;
	color: #6b7280;
	margin: 0 0 16px;
	line-height: 1.5;
}

.wallex-spinner {
	width: 40px;
	height: 40px;
	margin: 0 auto 12px;
	border: 3px solid #e5e7eb;
	border-top-color: #2563eb;
	border-radius: 50%;
	animation: wallex-spin 0.8s linear infinite;
}

@keyframes wallex-spin {
	to { transform: rotate(360deg); }
}

.wallex-countdown {
	font-size: 15px;
	color: #374151;
	margin: 0;
}

.wallex-countdown-number {
	font-weight: 700;
}

/* Success modal */
.wallex-success-icon {
	width: 148px;
	height: 148px;
	margin: 0 auto 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.wallex-success-icon.wallex-success-icon-img {
	background: none;
}

.wallex-success-icon-img img {
	width: 148px;
	height: 148px;
	object-fit: contain;
}

.wallex-success-icon svg {
	width: 148px;
	height: 148px;
}

.wallex-success-message {
	margin: 0 0 8px;
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    display: block;
    align-items: center;
    text-align: center;
    color: #252525;
}

.wallex-success-instruction {
	margin: 0 0 16px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    align-items: center;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
}

.wallex-success-link-box {
    margin-bottom: 16px;
    text-align: right;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 12px 12px 12px 8px;
    gap: 8px;
    height: 48px;
    background: rgba(0, 122, 255, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.02);
    border-radius: 8px;
    align-self: stretch;
}

.wallex-success-link-text {
	margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #007AFF;
}

.wallex-code-row-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 20px;
    height: 52px;
}

.wallex-code-row {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px;
    gap: 8px;
    width: 118px;
    height: 52px;
    background: #FBFBFC;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.wallex-code-value {
	letter-spacing: 2px;
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    display: flex;
    align-items: center;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
}

.wallex-copy-code-btn {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: none;
    background: none;
	padding: 0;
}


.wallex-copy-code-btn svg {
	width: 22px;
	height: 22px;
}

.wallex-next-step-btn {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 48px;
    padding: 0px 16px;
    background: #171D26;
    border: none;
    border-radius: 1000px;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
}

/* No airdrop modal */
.wallex-modal-logo {
	margin: 0 auto 16px;
	position: relative;
	width: 148px;
	height: 148px;
}

.wallex-modal-logo .wallex-logo-w {
	width: 148px;
	height: 148px;
	display: block;
	margin: 0;
}

.wallex-modal-logo.wallex-modal-logo-img {
	width: auto;
	height: auto;
}

.wallex-modal-logo.wallex-modal-logo-img img {
	width: 148px;
	height: 148px;
	margin: 0 auto;
	display: block;
	object-fit: contain;
}

.wallex-modal-logo .wallex-hourglass-inline {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 148px;
	height: 148px;
}

.wallex-no-airdrop-message {
	margin: 0 0 20px;
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #252525;
    justify-content: center;
}

.wallex-modal-faq {
    border-top: 1px solid #e5e7eb;
    text-align: right;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding: 0px 12px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    margin: 0;
	width: 311px;
    place-self: center;
}

.wallex-modal-faq-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #252525;
}

.wallex-modal-faq-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-align: right;
    color: rgba(0, 0, 0, 0.6);
}

/* Responsive */
@media (max-width: 768px) {
	.wallex-airdrop-card-header {
		padding: 20px 20px 16px;
	}

	.wallex-airdrop-header-inner {
		gap: 12px;
	}

	.wallex-airdrop-logo .wallex-logo-w,
	.wallex-airdrop-logo-img img {
		width: 48px;
		height: 48px;
	}

	.wallex-airdrop-title {
		font-size: 18px;
	}

	.wallex-airdrop-description {
		font-size: 13px;
	}

	.wallex-airdrop-prizes-row {
		margin: 16px 20px;
	}

	.wallex-airdrop-btn {
		width: calc(100% - 40px);
		margin: 0 20px 16px;
	}

	.wallex-airdrop-faq {
		margin: 0 20px 20px;
	}

	.wallex-modal-box {
		padding: 24px 20px;
	}

	.wallex-code-value {
		font-size: 20px;
	}
}
