.dd-claim-modal[hidden] {
	display: none !important;
}
.dd-claim-modal.is-open {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 12000;
}
.dd-claim-modal__backdrop {
	background: rgba(15, 40, 70, 0.45);
	inset: 0;
	position: absolute;
}
.dd-claim-modal__dialog {
	background: #fff;
	border: 1px solid #dbe7f2;
	border-radius: 16px;
	box-shadow: 0 24px 60px rgba(21, 85, 141, 0.2);
	left: 50%;
	max-height: calc(100vh - 32px);
	max-width: 480px;
	overflow: auto;
	padding: 28px 24px 24px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 24px);
}
.dd-claim-modal__close {
	background: #f1f5f9;
	border: 0;
	border-radius: 999px;
	color: #334155;
	cursor: pointer;
	font-size: 22px;
	height: 36px;
	line-height: 1;
	position: absolute;
	right: 12px;
	top: 12px;
	width: 36px;
}
.dd-claim-modal__pill {
	display: inline-flex;
	margin-bottom: 10px;
}
.dd-claim-modal__title {
	color: #15558d;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.3;
	margin: 0 0 8px;
}
.dd-claim-modal__lead,
.dd-claim-modal__hint {
	color: #64748b;
	font-size: 14px;
	line-height: 1.6;
	margin: 0 0 16px;
}
.dd-claim-modal__status {
	border-radius: 10px;
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 14px;
	padding: 10px 12px;
	word-break: break-word;
}
.dd-claim-modal__status.is-info {
	background: #e8f3fc;
	color: #15558d;
}
.dd-claim-modal__status.is-success {
	background: #ecfdf5;
	color: #047857;
}
.dd-claim-modal__status.is-error {
	background: #fef2f2;
	color: #b91c1c;
}
.dd-claim-choice {
	align-items: center;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	cursor: pointer;
	display: flex;
	font-weight: 600;
	gap: 10px;
	margin-bottom: 8px;
	padding: 12px 14px;
}
.dd-claim-choice:has(input:checked) {
	border-color: #15558d;
	box-shadow: 0 0 0 3px rgba(21, 85, 141, 0.12);
}
.dd-claim-modal__btn {
	background: linear-gradient(135deg, #09e5ab 0%, #00c896 100%);
	border: 0;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	margin-top: 8px;
	padding: 12px 18px;
	width: 100%;
}
.dd-claim-modal__link {
	background: transparent;
	border: 0;
	color: #15558d;
	cursor: pointer;
	display: block;
	font-weight: 600;
	margin: 10px auto 0;
	text-decoration: underline;
}
.dd-claim-modal__otp {
	font-size: 22px;
	letter-spacing: 0.28em;
	text-align: center;
}
.dd-claim-modal__label {
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	margin-bottom: 6px;
	text-transform: uppercase;
}
.dd-doctor-showcase__btn--claim {
	background: #fff;
	border: 2px solid #15558d;
	color: #15558d;
}
.dd-doctor-showcase__btn--claim:hover {
	background: #e8f3fc;
	color: #15558d;
}
.dd-doctor-claim-note {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	font-size: 13px;
	line-height: 1.5;
	margin: 14px 0 0;
	padding: 12px 14px;
}
.dd-doctor-claim-note a {
	color: #15558d;
	font-weight: 700;
}
.dd-doctor-claim-note__pending {
	color: #92400e;
	display: block;
	font-weight: 600;
	margin-top: 6px;
}
.dd-doctor-showcase__claimed {
	align-self: flex-start;
	background: #ecfdf5;
	border: 1px solid #a7f3d0;
	border-radius: 999px;
	color: #047857;
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	gap: 6px;
	line-height: 1.2;
	margin: 6px 0 0;
	padding: 6px 12px;
	width: fit-content;
}
.dd-claim-flash {
	border-radius: 12px;
	margin: 0 0 14px;
	position: relative;
	z-index: 2;
}
@media (max-width: 767.98px) {
	.dd-claim-flash {
		margin-bottom: 12px;
		position: sticky;
		top: 8px;
		z-index: 20;
		box-shadow: 0 8px 20px rgba(21, 85, 141, 0.12);
	}
}
body.dd-claim-open {
	overflow: hidden;
}
body.dd-doctor-page-body .dd-doctor-showcase__cta-buttons {
	flex-wrap: wrap;
}

@media (max-width: 575.98px) {
	.dd-claim-modal__dialog {
		padding: 24px 16px 18px;
	}
}
