.vri-action-button,
.vri-mini-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 0;
	border-radius: 8px;
	padding: 12px 18px;
	text-decoration: none;
	cursor: pointer;
	background: #111827;
	color: #ffffff;
	overflow: hidden;
	isolation: isolate;
	transition: opacity 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

.vri-action-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.vri-action-actions form,
.vri-request-actions form {
	margin: 0;
}

.vri-action-button:hover,
.vri-mini-button:hover {
	opacity: 0.92;
	transform: none;
}

.vri-action-button--whatsapp {
	background: #25d366;
	color: #ffffff;
}

.vri-action-button.is-loading,
.vri-action-button.is-disabled,
.vri-mini-button:disabled {
	opacity: 0.65;
	cursor: default;
	pointer-events: none;
}

.vri-action-button.is-loading::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(100deg, transparent 0%, rgba(255, 255, 255, 0.12) 28%, rgba(255, 255, 255, 0.28) 50%, rgba(255, 255, 255, 0.12) 72%, transparent 100%);
	background-size: 220% 100%;
	animation: vri-button-sheen 1.25s ease-in-out infinite;
	pointer-events: none;
	z-index: 0;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 1px solid transparent;
	border-radius: 10px;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
}

.btn-sm {
	padding: 8px 12px;
	font-size: 13px;
	line-height: 1.2;
}

.btn-primary {
	background: #0d6efd;
	border-color: #0d6efd;
	color: #ffffff;
}

.btn-outline-primary {
	background: #eff6ff;
	border-color: #bfdbfe;
	color: #1d4ed8;
}

.btn-outline-secondary {
	background: #f8fafc;
	border-color: #d1d5db;
	color: #111827;
}

.vri-button-content {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.vri-button-content.is-icon-after {
	flex-direction: row-reverse;
}

.vri-button-content__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.vri-button-content__icon svg {
	fill: currentColor;
}

.vri-mini-button {
	padding: 8px 14px;
	font-size: 14px;
}

.vri-mini-button.is-secondary {
	background: #e5e7eb;
	color: #111827;
}

.vri-requests {
	display: grid;
	gap: 14px;
}

.vri-request-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 16px;
	padding: 16px;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	background: #ffffff;
}

.vri-request-media {
	flex-shrink: 0;
}

.vri-request-thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 14px;
	overflow: hidden;
	background: #f3f4f6;
}

.vri-request-thumb__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vri-request-thumb.is-placeholder {
	color: #6b7280;
	font-size: 18px;
	font-weight: 700;
}

.vri-request-copy {
	min-width: 0;
	flex: 1 1 auto;
}

.vri-request-heading {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.vri-request-heading strong {
	display: block;
	min-width: 0;
	flex: 1 1 auto;
}

.vri-request-meta {
	margin-top: 6px;
	font-size: 13px;
	color: #6b7280;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.vri-request-time {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 6px;
	font-size: 12px;
	color: #9ca3af;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	min-width: 0;
}

.vri-request-status-text {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
	padding: 4px 8px;
	border-radius: 4px;
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
}

.vri-request-time-separator {
	display: none;
}

.vri-request-time-text {
	min-width: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.vri-request-status-text.is-connected {
	background: #dcfce7;
	color: #166534;
}

.vri-request-status-text.is-sent {
	background: #dbeafe;
	color: #1d4ed8;
}

.vri-request-status-text.is-declined {
	background: #fee2e2;
	color: #b91c1c;
}

.vri-request-status-text.is-requested {
	background: #fef3c7;
	color: #854d0e;
}

.vri-request-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 10px;
}

.vri-request-title-link,
.vri-request-link {
	color: #111827;
	text-decoration: none;
}

.vri-request-title-link {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.vri-request-link {
	font-size: 13px;
	font-weight: 600;
}

.vri-request-title-link:hover,
.vri-request-link:hover {
	text-decoration: underline;
}

.vri-request-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	flex-shrink: 0;
	margin-left: auto;
	justify-content: flex-end;
}

.vri-request-card > .vri-request-copy {
	flex: 1 1 220px;
}

@media (max-width: 900px) {
	.vri-request-actions {
		flex-basis: 100%;
		width: 100%;
		margin-left: 0;
		justify-content: flex-start;
	}
}

.vri-empty {
	padding: 16px;
	border: 1px dashed #d1d5db;
	border-radius: 12px;
	color: #6b7280;
}

.vri-share-widget {
	display: grid;
	gap: 10px;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	padding: 15px;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: none;
	color: #111827;
	box-sizing: border-box;
	overflow-x: hidden;
}

.vri-share-widget *,
.vri-share-modal *,
.vri-share-contacts *,
.vri-share-icloud * {
	box-sizing: border-box;
}

.vri-share-widget h1,
.vri-share-widget h2,
.vri-share-widget h3,
.vri-share-widget h4,
.vri-share-widget h5,
.vri-share-widget h6,
.vri-share-widget p,
.vri-share-widget span,
.vri-share-widget label,
.vri-share-widget div,
.vri-share-widget strong,
.vri-share-widget small {
	color: inherit;
}

.vri-share-widget__topbar,
.vri-share-widget__header,
.vri-share-widget__field,
.vri-share-widget__split {
	display: grid;
	gap: 8px;
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.vri-share-widget__topbar {
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
}

.vri-share-widget__title {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	color: #111827;
}

.vri-share-widget__help,
.vri-share-widget__notice {
	margin: 0;
	font-size: 13px;
	color: #6b7280;
}

.vri-share-widget__split {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: start;
}

.vri-share-widget__label {
	font-size: 13px;
	font-weight: 600;
	color: #111827;
}

.vri-share-widget__field--composer {
	display: grid;
	gap: 10px;
}

.vri-share-widget__composer-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.vri-share-widget__composer-note {
	font-size: 12px;
	font-weight: 600;
	color: #64748b;
}

.vri-share-widget__textarea,
.vri-share-widget__input {
	width: 100%;
	border: 1px solid #d1d5db;
	border-radius: 10px;
	background: #ffffff;
	color: #111827;
	appearance: none;
	-webkit-appearance: none;
}

.vri-share-widget__textarea {
	min-height: 110px;
	padding: 12px 14px;
	resize: vertical;
}

.vri-share-widget__input {
	padding: 11px 12px;
}

.vri-share-widget__textarea--message {
	min-height: 96px;
}

.vri-share-email-preview {
	display: grid;
	gap: 12px;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	padding: 12px;
	border: 1px solid #dbe4ee;
	border-radius: 14px;
	background: linear-gradient(180deg, #f8fbff 0%, #f3f6fb 100%);
}

.vri-share-email-preview__badge-wrap {
	display: flex;
	justify-content: flex-start;
}

.vri-share-email-preview__meta {
	display: grid;
	gap: 8px;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	padding: 10px 12px;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.92);
}

.vri-share-email-preview__row {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
}

.vri-share-email-preview__meta-label {
	font-size: 12px;
	font-weight: 700;
	color: #64748b;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.vri-share-email-preview__meta-value {
	min-width: 0;
	font-size: 13px;
	color: #111827;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.vri-share-email-preview__canvas {
	display: grid;
	gap: 16px;
	grid-template-rows: auto auto auto auto;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	padding: 18px;
	border: 1px solid #dbe4ee;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: none;
}

.vri-share-email-preview__line {
	font-size: 14px;
	line-height: 1.65;
	color: #111827;
	white-space: pre-wrap;
	word-break: break-word;
}

[data-vri-preview-linkline] {
	min-height: 0;
	max-height: none;
	overflow: visible;
	max-width: 100%;
}

.vri-share-email-preview__editor {
	display: block;
	border-radius: 10px;
}

.vri-share-email-preview__editor .vri-share-widget__textarea--message {
	height: auto;
	min-height: 88px;
	padding: 8px 10px;
	border: 0;
	border-radius: 10px;
	background: transparent;
	box-shadow: none;
	font-size: 14px;
	line-height: 1.65;
	overflow: hidden;
	resize: none;
}

.vri-share-email-preview__editor .vri-share-widget__textarea--message:focus {
	outline: 0;
}

.vri-share-email-preview__editor.is-guided {
	border-radius: 10px;
	animation: vri-preview-focus-pulse 0.7s ease;
	background: rgba(224, 242, 254, 0.55);
}

.vri-share-email-preview__editor.is-guided .vri-share-widget__textarea--message {
	background: transparent;
}

@keyframes vri-preview-focus-pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(3, 105, 161, 0);
	}

	25% {
		box-shadow: 0 0 0 3px rgba(3, 105, 161, 0.16);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(3, 105, 161, 0);
	}
}

.vri-share-email-preview__cta {
	display: flex;
}

.vri-share-email-preview__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 16px;
	border-radius: 10px;
	background: #111827;
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.vri-share-widget__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.vri-action-button--small {
	padding: 8px 12px;
	border-radius: 8px;
	font-size: 13px;
	line-height: 1.1;
}

.vri-action-button__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	overflow: visible;
}

.vri-action-button__icon svg,
.vri-email-chip__remove svg,
.vri-share-widget__import-trigger-icon svg,
.vri-provider-button__icon svg,
.vri-share-modal__close svg {
	width: 100%;
	height: 100%;
	display: block;
	fill: currentColor;
	overflow: visible;
}

.vri-share-widget__chips {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	min-height: 38px;
	padding: 6px;
	border: 1px solid #d1d5db;
	border-radius: 10px;
	background: #ffffff;
}

.vri-share-widget__chips,
.vri-share-email-preview,
.vri-share-email-preview__meta,
.vri-share-email-preview__canvas,
.vri-share-widget__input,
.vri-share-widget__textarea,
.vri-share-widget__import-trigger {
	box-shadow: none;
}

.vri-share-widget__target-picker {
	display: flex;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	align-items: center;
	padding: 10px 12px;
	border: 1px solid #d1d5db;
	border-radius: 10px;
	background: #ffffff;
}

.vri-share-widget__target-picker.is-loading {
	opacity: 0.7;
}

.vri-share-widget__target-select {
	width: 100%;
	min-width: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #111827;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	outline: 0;
	appearance: none;
	-webkit-appearance: none;
}

.vri-share-widget__chip-input {
	flex: 1 1 160px;
	min-width: 120px;
	padding: 2px 4px;
	border: 0;
	outline: 0;
	background: transparent;
	font-size: 13px;
	color: #111827;
}

.vri-email-chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	max-width: 100%;
	padding: 4px 8px;
	border-radius: 6px;
	background: #f3f4f6;
	color: #111827;
	font-size: 12px;
	line-height: 1.2;
}

.vri-email-chip.is-invalid {
	background: #fee2e2;
	color: #991b1b;
}

.vri-email-chip__label {
	max-width: 220px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	pointer-events: none;
	user-select: text;
}

.vri-email-chip__remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: #4b5563;
	font-size: 12px;
	line-height: 1;
	cursor: pointer;
	flex-shrink: 0;
}

.vri-email-chip.is-invalid .vri-email-chip__remove {
	color: #b91c1c;
}

.vri-share-widget__import-trigger {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 12px;
	border: 1px solid #d1d5db;
	border-radius: 10px;
	background: #f8fafc;
	color: #111827;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

.vri-share-widget__import-trigger-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	overflow: visible;
}

.vri-provider-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 9px 12px;
	border: 1px solid #d1d5db;
	border-radius: 10px;
	background: #f9fafb;
	color: #111827;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
}

.vri-provider-button__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	overflow: visible;
}

.vri-provider-button.is-selected {
	background: #e0f2fe;
	border-color: #7dd3fc;
}

.vri-share-modal[hidden],
.vri-share-icloud[hidden] {
	display: none !important;
}

.vri-share-modal {
	position: fixed;
	inset: 0;
	z-index: 10000;
	padding: 18px;
}

.vri-share-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.36);
}

.vri-share-modal__dialog {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 14px;
	width: min(440px, calc(100vw - 24px));
	max-height: calc(100vh - 24px);
	margin: 12px auto 0;
	padding: 16px;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 20px 60px rgba(15, 23, 42, 0.18);
	overflow: auto;
	align-content: start;
}

.vri-share-modal__header,
.vri-share-icloud {
	display: grid;
	gap: 12px;
	padding: 14px;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	background: #f8fafc;
}

.vri-share-modal__header {
	position: relative;
	padding-right: 54px;
}

.vri-share-modal__header,
.vri-share-icloud__header,
.vri-share-icloud__actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.vri-share-modal__title,
.vri-share-icloud__title {
	margin: 0;
	font-size: 17px;
	font-weight: 700;
	color: #111827;
}

.vri-share-modal__subtitle,
.vri-share-icloud__subtitle {
	margin: 4px 0 0;
	font-size: 13px;
	color: #4b5563;
}

.vri-share-modal__feedback {
	min-height: 18px;
	font-size: 13px;
	font-weight: 600;
}

.vri-share-modal__feedback.is-success {
	color: #166534;
}

.vri-share-modal__feedback.is-error {
	color: #b91c1c;
}

.vri-share-modal__close {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 28px;
	height: 28px;
	border: 0;
	background: transparent;
	color: #6b7280;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
}

.vri-share-modal__close svg {
	width: 16px;
	height: 16px;
}

.vri-share-modal__providers {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.vri-share-icloud__guide {
	padding: 10px 12px;
	border: 1px solid #fde68a;
	border-radius: 10px;
	background: #fffbeb;
	font-size: 12px;
	color: #6b7280;
}

.vri-share-icloud__guide strong {
	display: block;
	margin-bottom: 8px;
	font-size: 12px;
	color: #92400e;
}

.vri-share-icloud__guide ol {
	margin: 0;
	padding-left: 18px;
}

.vri-share-icloud__guide li + li {
	margin-top: 4px;
}

.vri-share-contacts[hidden] {
	display: none !important;
}

.vri-share-loading[hidden] {
	display: none !important;
}

.vri-share-loading {
	display: grid;
	justify-items: center;
	gap: 10px;
	padding: 24px 12px;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #ffffff;
}

.vri-share-loading__spinner {
	width: 28px;
	height: 28px;
	border: 3px solid #dbeafe;
	border-top-color: #0d6efd;
	border-radius: 50%;
	animation: vri-spin 0.9s linear infinite;
}

.vri-share-loading__text {
	margin: 0;
	font-size: 13px;
	font-weight: 600;
	color: #4b5563;
}

.vri-share-contacts {
	display: grid;
	gap: 0;
	min-height: 0;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	overflow: hidden;
}

.vri-share-contacts__header {
	position: sticky;
	top: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 10px 12px;
	border-bottom: 1px solid #e5e7eb;
	background: #ffffff;
}

.vri-share-contacts__search {
	display: block;
	padding: 10px 12px;
	border-bottom: 1px solid #e5e7eb;
	background: #ffffff;
}

.vri-share-contacts__search .vri-share-widget__input {
	padding: 12px 14px;
	font-size: 13px;
}

.vri-share-contacts__selectall {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 600;
	color: #111827;
}

.vri-share-contacts__list {
	display: grid;
	max-height: 240px;
	overflow: auto;
	background: #ffffff;
}

.vri-contact-row {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	border-bottom: 1px solid #f3f4f6;
	cursor: pointer;
}

.vri-contact-row:last-child {
	border-bottom: 0;
}

.vri-contact-row__meta {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.vri-contact-row__title,
.vri-contact-row__email {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vri-contact-row__title {
	font-size: 13px;
	font-weight: 600;
	color: #111827;
}

.vri-contact-row__email {
	font-size: 12px;
	color: #6b7280;
}

.vri-action-button--compact {
	padding: 7px 10px;
	font-size: 12px;
}

@keyframes vri-button-sheen {
	0% {
		background-position: 140% 0;
	}

	100% {
		background-position: -40% 0;
	}
}

@keyframes vri-spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.vri-share-widget__feedback {
	min-height: 20px;
	font-size: 13px;
	font-weight: 600;
}

.vri-action-feedback {
	margin-top: 8px;
	font-size: 13px;
	font-weight: 600;
}

.vri-action-feedback:empty {
	display: none;
}

.vri-share-widget__feedback--recipients {
	margin-top: 8px;
	min-height: 18px;
}

.vri-share-widget__feedback.is-success {
	color: #166534;
}

.vri-share-widget__feedback.is-error {
	color: #b91c1c;
}

.vri-action-feedback.is-success {
	color: #166534;
}

.vri-action-feedback.is-error {
	color: #b91c1c;
}

.vri-selector[hidden] {
	display: none !important;
}

.vri-selector {
	position: fixed;
	inset: 0;
	z-index: 9999;
	padding: 16px;
}

.vri-selector-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(17, 24, 39, 0.48);
}

.vri-selector-dialog {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	width: min(620px, 100%);
	max-height: min(82vh, 760px);
	margin: min(8vh, 56px) auto 0;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 24px 60px rgba(17, 24, 39, 0.22);
	overflow: hidden;
}

.vri-selector-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 18px 14px;
	border-bottom: 1px solid #e5e7eb;
	background: #ffffff;
	position: sticky;
	top: 0;
	z-index: 2;
}

.vri-selector-body {
	overflow-y: auto;
	padding: 14px 18px 18px;
}

.vri-selector-close {
	border: 0;
	background: transparent;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
}

.vri-selector-list {
	display: grid;
	gap: 10px;
}

.vri-selector-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	width: 100%;
	padding: 14px;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #ffffff;
	text-align: left;
	cursor: pointer;
}

.vri-selector-item[disabled] {
	opacity: 0.65;
	cursor: default;
}

.vri-selector-copy {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.vri-selector-copy-top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.vri-selector-copy strong {
	font-size: 15px;
	color: #111827;
}

.vri-selector-status {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
}

.vri-selector-status.is-available {
	background: #dcfce7;
	color: #166534;
}

.vri-selector-status.is-unavailable {
	background: #fef3c7;
	color: #854d0e;
}

.vri-selector-cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 600;
	color: #111827;
	flex-shrink: 0;
}

.vri-selector-cta-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.vri-selector-cta-icon svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

@media (max-width: 767px) {
	.vri-request-card {
		flex-direction: row;
		align-items: center;
	}

	.vri-request-actions {
		width: 100%;
		flex-shrink: 1;
	}

	.vri-selector {
		padding: 12px;
	}

	.vri-selector-dialog {
		width: 100%;
		max-height: calc(100vh - 24px);
		margin-top: 0;
	}

	.vri-selector-header,
	.vri-selector-body {
		padding-left: 14px;
		padding-right: 14px;
	}

	.vri-selector-item {
		align-items: flex-start;
		flex-direction: column;
	}

	.vri-selector-cta {
		width: 100%;
		justify-content: flex-start;
	}

	.vri-share-widget__split {
		grid-template-columns: 1fr;
	}

	.vri-share-widget__topbar {
		grid-template-columns: 1fr;
	}

	.vri-share-widget__target-picker {
		width: 100%;
	}

	.vri-share-widget__actions,
	.vri-share-contacts__header,
	.vri-share-icloud__header,
	.vri-share-icloud__actions {
		align-items: flex-start;
		flex-direction: column;
	}

	.vri-share-widget__actions,
	.vri-share-modal__providers {
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
	}

	.vri-share-contacts__header {
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
	}

	.vri-share-modal__header {
		padding-right: 54px;
	}

	.vri-share-modal__close {
		top: 14px;
		right: 14px;
	}

	.vri-share-icloud__header {
		position: relative;
		display: block;
		padding-right: 54px;
	}

	.vri-share-modal__providers {
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
	}

	.vri-share-modal {
		padding: 12px;
	}

	.vri-share-modal__dialog {
		width: 100%;
		max-height: calc(100vh - 24px);
		margin-top: 0;
	}
}
