.dp-os-wrap,
.dp-os-footer-button,
.dp-os-public-card {
	--dp-os-primary: #248ed8;
	--dp-os-dark: #20292f;
	--dp-os-accent: #14a86b;
	--dp-os-border: #d8e2ea;
	--dp-os-bg: #f5f8fb;
	--dp-os-card: #ffffff;
}

.dp-os-wrap {
	max-width: 720px;
	margin: 32px auto;
	color: var(--dp-os-dark);
	font-family: inherit;
}

.dp-os-card {
	background: var(--dp-os-card);
	border: 1px solid var(--dp-os-border);
	border-radius: 8px;
	box-shadow: 0 18px 45px rgba(32, 41, 47, 0.09);
}

.dp-os-hero {
	padding: 34px;
	background:
		linear-gradient(135deg, rgba(36, 142, 216, 0.12), rgba(20, 168, 107, 0.08)),
		var(--dp-os-card);
}

.dp-os-kicker {
	display: inline-flex;
	align-items: center;
	margin-bottom: 12px;
	padding: 5px 10px;
	border-radius: 999px;
	background: rgba(36, 142, 216, 0.11);
	color: var(--dp-os-primary);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
}

.dp-os-hero h2 {
	margin: 0 0 10px;
	color: var(--dp-os-dark);
	font-size: 34px;
	line-height: 1.14;
	letter-spacing: 0;
}

.dp-os-subtitle {
	margin: 0 0 12px;
	color: #40505a;
	font-size: 18px;
	line-height: 1.55;
}

.dp-os-info {
	margin: 0 0 24px;
	color: #66737c;
	font-size: 15px;
	line-height: 1.55;
}

.dp-os-form {
	display: grid;
	gap: 16px;
}

.dp-os-general-contact {
	margin-top: 22px;
	padding-top: 20px;
	border-top: 1px solid rgba(32, 41, 47, 0.11);
}

.dp-os-contact-only .dp-os-general-contact {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.dp-os-general-title {
	margin-bottom: 10px;
	color: #66737c;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.25;
}

.dp-os-general-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.dp-os-field label {
	display: block;
	margin-bottom: 7px;
	color: var(--dp-os-dark);
	font-size: 14px;
	font-weight: 700;
}

.dp-os-field input {
	width: 100%;
	min-height: 52px;
	box-sizing: border-box;
	border: 1px solid #c9d6df;
	border-radius: 8px;
	background: #ffffff;
	color: var(--dp-os-dark);
	font-size: 16px;
	line-height: 1.3;
	padding: 13px 15px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.dp-os-field input:focus {
	outline: none;
	border-color: var(--dp-os-primary);
	box-shadow: 0 0 0 3px rgba(36, 142, 216, 0.16);
}

.dp-os-submit,
.dp-os-btn,
.dp-os-footer-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	box-sizing: border-box;
	border: 0;
	border-radius: 8px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: transform 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
}

.dp-os-submit {
	width: 100%;
	margin-top: 2px;
	padding: 14px 18px;
	background: var(--dp-os-primary);
	color: #ffffff;
	box-shadow: 0 12px 24px rgba(36, 142, 216, 0.22);
}

.dp-os-submit:hover,
.dp-os-btn:hover,
.dp-os-footer-button:hover {
	transform: translateY(-1px);
	text-decoration: none;
}

.dp-os-submit:disabled {
	cursor: wait;
	opacity: 0.78;
	transform: none;
}

.dp-os-result {
	margin-top: 18px;
}

.dp-os-loading,
.dp-os-inline-error,
.dp-os-admin-message {
	padding: 16px 18px;
	border-radius: 8px;
	border: 1px solid var(--dp-os-border);
	background: #ffffff;
	color: var(--dp-os-dark);
	font-weight: 700;
}

.dp-os-inline-error,
.dp-os-admin-message {
	border-color: #efc8c9;
	background: #fff6f6;
	color: #8b2d31;
}

.dp-os-result-card {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	gap: 18px;
	padding: 24px;
}

.dp-os-result-body h3 {
	margin: 0 0 8px;
	color: var(--dp-os-dark);
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: 0;
}

.dp-os-result-body p {
	margin: 9px 0 0;
	color: #53626c;
	font-size: 15px;
	line-height: 1.55;
}

.dp-os-status {
	display: inline-flex;
	margin-bottom: 4px;
	padding: 5px 10px;
	border-radius: 999px;
	background: rgba(36, 142, 216, 0.11);
	color: var(--dp-os-primary);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
}

.dp-os-icon {
	width: 54px;
	height: 54px;
	border-radius: 8px;
	background: var(--dp-os-primary);
	position: relative;
}

.dp-os-icon-check::before {
	content: "";
	position: absolute;
	left: 17px;
	top: 13px;
	width: 16px;
	height: 25px;
	border: solid #ffffff;
	border-width: 0 5px 5px 0;
	transform: rotate(45deg);
}

.dp-os-icon-package::before {
	content: "";
	position: absolute;
	left: 14px;
	top: 16px;
	width: 26px;
	height: 22px;
	border: 3px solid #ffffff;
	border-radius: 4px;
}

.dp-os-icon-package::after {
	content: "";
	position: absolute;
	left: 25px;
	top: 16px;
	width: 3px;
	height: 22px;
	background: #ffffff;
}

.dp-os-icon-alert::before {
	content: "!";
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 32px;
	font-weight: 900;
}

.dp-os-processing {
	border-color: rgba(20, 168, 107, 0.32);
	background: linear-gradient(135deg, rgba(36, 142, 216, 0.08), rgba(20, 168, 107, 0.08)), #ffffff;
}

.dp-os-processing .dp-os-icon {
	background: var(--dp-os-accent);
}

.dp-os-shipped {
	border-color: rgba(36, 142, 216, 0.32);
	background: linear-gradient(135deg, rgba(36, 142, 216, 0.1), #ffffff);
}

.dp-os-completed {
	border-color: rgba(20, 168, 107, 0.3);
}

.dp-os-completed .dp-os-icon {
	background: var(--dp-os-accent);
}

.dp-os-delayed {
	border-color: #e5b45d;
	background: linear-gradient(135deg, rgba(229, 180, 93, 0.18), #ffffff);
}

.dp-os-delayed .dp-os-icon,
.dp-os-delayed .dp-os-status {
	background: #c98216;
	color: #ffffff;
}

.dp-os-invalid {
	border-color: #efc8c9;
	background: linear-gradient(135deg, rgba(211, 70, 78, 0.09), #ffffff);
}

.dp-os-invalid .dp-os-icon,
.dp-os-invalid .dp-os-status {
	background: #c54248;
	color: #ffffff;
}

.dp-os-details {
	display: grid;
	gap: 10px;
	margin: 18px 0 0;
	padding: 14px;
	border: 1px solid var(--dp-os-border);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.7);
}

.dp-os-details div {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr);
	gap: 12px;
	align-items: baseline;
}

.dp-os-details dt {
	color: #6b7780;
	font-size: 13px;
	font-weight: 800;
}

.dp-os-details dd {
	margin: 0;
	color: var(--dp-os-dark);
	font-size: 15px;
	font-weight: 800;
	overflow-wrap: anywhere;
}

.dp-os-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.dp-os-btn {
	padding: 13px 16px;
}

.dp-os-btn-primary {
	background: var(--dp-os-primary);
	color: #ffffff;
	box-shadow: 0 10px 22px rgba(36, 142, 216, 0.2);
}

.dp-os-btn-whatsapp {
	background: #1fae63;
	color: #ffffff;
	box-shadow: 0 10px 22px rgba(31, 174, 99, 0.2);
}

.dp-os-btn-whatsapp-secondary {
	background: #e8f6ef;
	color: #126b3c;
	border: 1px solid rgba(31, 174, 99, 0.28);
}

.dp-os-btn-telegram {
	background: #e8f4fb;
	color: #176b9e;
	border: 1px solid rgba(36, 142, 216, 0.25);
}

.dp-os-btn-secondary,
.dp-os-btn-ghost {
	background: #eef3f6;
	color: var(--dp-os-dark);
	border: 1px solid var(--dp-os-border);
}

.dp-os-footer-button {
	padding: 11px 15px;
	background: var(--dp-os-primary);
	color: #ffffff;
	box-shadow: 0 8px 18px rgba(36, 142, 216, 0.2);
}

.dp-os-public-card {
	position: relative;
	width: min(100%, 560px);
	box-sizing: border-box;
	margin: 18px auto;
	padding: 22px;
	border-radius: 8px;
	background:
		radial-gradient(circle at 22% 0%, rgba(88, 181, 255, 0.22), transparent 34%),
		radial-gradient(circle at 100% 18%, rgba(20, 168, 107, 0.14), transparent 30%),
		linear-gradient(145deg, #29343a, #242829 72%);
	color: #ffffff;
	font-family: inherit;
	overflow: hidden;
	box-shadow: 0 24px 60px rgba(20, 27, 31, 0.34);
}

.dp-os-public-sheen {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(115deg, rgba(255, 255, 255, 0.12), transparent 28%, rgba(255, 255, 255, 0.04) 62%, transparent);
	opacity: 0.68;
}

.dp-os-public-header,
.dp-os-public-action-grid,
.dp-os-public-panel,
.dp-os-public-divider,
.dp-os-public-contacts {
	position: relative;
	z-index: 1;
}

.dp-os-public-badge {
	display: table;
	margin: 0 auto 10px;
	padding: 5px 14px;
	border: 1px solid var(--dp-os-primary);
	border-radius: 999px;
	background: rgba(36, 142, 216, 0.18);
	color: #d7efff;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.15;
	letter-spacing: 0;
	text-transform: uppercase;
}

.dp-os-public-header h3 {
	margin: 0 0 8px;
	color: #ffffff;
	font-size: 28px;
	line-height: 1.12;
	text-align: center;
	letter-spacing: 0;
}

.dp-os-public-header p {
	max-width: 430px;
	margin: 0 auto 15px;
	color: #f2f6f8;
	font-size: 14px;
	line-height: 1.55;
	text-align: center;
}

.dp-os-public-steps {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin: 0 0 18px;
}

.dp-os-public-steps span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 30px;
	padding: 4px 10px 4px 5px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.07);
	color: #e8f3f8;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
}

.dp-os-public-steps b {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: var(--dp-os-primary);
	color: #ffffff;
	font-size: 12px;
}

.dp-os-public-action-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	margin-bottom: 10px;
}

.dp-os-public-list {
	display: grid;
	gap: 10px;
}

.dp-os-public-row {
	position: relative;
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	min-height: 72px;
	width: 100%;
	box-sizing: border-box;
	padding: 13px 15px;
	border: 1px solid rgba(106, 190, 248, 0.56);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.07);
	color: #ffffff;
	font-family: inherit;
	text-align: left;
	text-decoration: none;
	overflow: hidden;
	cursor: pointer;
	transition: transform 0.16s ease, border-color 0.16s ease, background-color 0.16s ease;
}

.dp-os-public-row:hover {
	transform: translateY(-1px);
	border-color: #7ccaff;
	background: rgba(255, 255, 255, 0.12);
	color: #ffffff;
	text-decoration: none;
}

.dp-os-public-row:focus {
	outline: 3px solid rgba(124, 202, 255, 0.35);
	outline-offset: 2px;
}

.dp-os-public-whatsapp,
.dp-os-public-track {
	background:
		linear-gradient(135deg, rgba(36, 142, 216, 0.28), rgba(20, 168, 107, 0.1)),
		rgba(255, 255, 255, 0.06);
}

.dp-os-public-toggle.is-open {
	border-color: #9bddff;
	background: linear-gradient(105deg, rgba(36, 142, 216, 0.34), #3f4d54);
}

.dp-os-public-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #f3f7fa;
	color: var(--dp-os-primary);
	font-size: 15px;
	font-weight: 900;
	line-height: 1;
}

.dp-os-public-icon svg,
.dp-os-private-icon svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.dp-os-public-copy {
	min-width: 0;
}

.dp-os-public-label {
	display: block;
	margin-bottom: 3px;
	color: #dce5eb;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.15;
	text-transform: uppercase;
}

.dp-os-public-copy strong {
	display: block;
	color: #ffffff;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.2;
	overflow-wrap: anywhere;
}

.dp-os-public-whatsapp .dp-os-public-copy strong,
.dp-os-public-track .dp-os-public-copy strong {
	color: #9bddff;
}

.dp-os-public-tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	justify-self: start;
	grid-column: 2;
	min-height: 28px;
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.18);
	color: #ffffff;
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
}

.dp-os-private-row {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	min-height: 72px;
	box-sizing: border-box;
	padding: 13px 15px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.055);
	color: #ffffff;
	width: 100%;
	appearance: none;
	font-family: inherit;
	line-height: normal;
	text-align: left;
	cursor: pointer;
	transition: border-color 0.16s ease, background-color 0.16s ease, transform 0.16s ease;
}

.dp-os-private-row:hover,
.dp-os-private-row.is-open {
	transform: translateY(-1px);
	border-color: rgba(155, 221, 255, 0.78);
	background: rgba(36, 142, 216, 0.14);
}

.dp-os-private-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.14);
	color: #ffffff;
	font-size: 15px;
	font-weight: 900;
}

.dp-os-private-copy {
	min-width: 0;
}

.dp-os-private-copy strong {
	display: block;
	color: #ffffff;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.25;
}

.dp-os-private-copy small {
	display: block;
	margin-top: 3px;
	color: #cfd9df;
	font-size: 12px;
	line-height: 1.35;
}

.dp-os-public-divider {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 16px 0 10px;
	color: #c6d3dc;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.dp-os-public-divider::before,
.dp-os-public-divider::after {
	content: "";
	flex: 1;
	height: 1px;
	background: rgba(255, 255, 255, 0.14);
}

.dp-os-public-panel {
	margin-top: 10px;
	padding: 16px;
	border: 1px solid rgba(36, 142, 216, 0.55);
	border-radius: 8px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.055)),
		rgba(255, 255, 255, 0.06);
}

.dp-os-public-panel[hidden] {
	display: none;
}

.dp-os-public-form {
	gap: 12px;
}

.dp-os-public-form-note {
	margin: 0;
	padding: 10px 12px;
	border-radius: 8px;
	background: rgba(36, 142, 216, 0.14);
	color: #eaf7ff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	text-align: left;
}

.dp-os-public-form .dp-os-field label {
	color: #ffffff;
	font-size: 13px;
}

.dp-os-public-form .dp-os-field input {
	min-height: 48px;
	border-color: rgba(255, 255, 255, 0.18);
	background: #f7fafc;
}

.dp-os-public-card .dp-os-submit {
	min-height: 48px;
	border-radius: 8px;
	background: var(--dp-os-primary);
	box-shadow: 0 12px 22px rgba(36, 142, 216, 0.26);
}

.dp-os-public-card .dp-os-result {
	margin-top: 12px;
}

.dp-os-public-card .dp-os-result-card {
	grid-template-columns: 58px minmax(0, 1fr);
	gap: 14px;
	padding: 18px;
	border-radius: 8px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(241, 249, 248, 0.98)),
		#ffffff;
	color: var(--dp-os-dark);
	box-shadow: none;
}

.dp-os-public-card .dp-os-result-body h3 {
	margin: 0 0 8px;
	color: var(--dp-os-dark);
	font-size: 21px;
	text-align: left;
}

.dp-os-public-card .dp-os-result-body p {
	max-width: none;
	margin: 8px 0 0;
	color: #52636d;
	text-align: left;
}

.dp-os-public-card .dp-os-icon {
	width: 58px;
	height: 58px;
}

.dp-os-public-card .dp-os-details {
	margin-top: 16px;
	padding: 0;
	gap: 0;
	border-color: #dce7ee;
	background: #ffffff;
	overflow: hidden;
}

.dp-os-public-card .dp-os-details div {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	padding: 12px 14px;
}

.dp-os-public-card .dp-os-details div + div {
	border-top: 1px solid #edf2f5;
}

.dp-os-public-card .dp-os-details dt {
	color: #687782;
	font-size: 13px;
}

.dp-os-public-card .dp-os-details dd {
	color: var(--dp-os-dark);
	font-size: 15px;
	text-align: right;
	overflow-wrap: anywhere;
}

.dp-os-public-card .dp-os-actions {
	display: grid;
	gap: 10px;
}

.dp-os-public-card .dp-os-btn {
	width: 100%;
	min-height: 52px;
	padding: 12px 16px;
	font-size: 16px;
}

.dp-os-hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

@media (max-width: 720px) {
	.dp-os-wrap {
		margin: 20px auto;
	}

	.dp-os-hero {
		padding: 24px 18px;
	}

	.dp-os-hero h2 {
		font-size: 28px;
	}

	.dp-os-subtitle {
		font-size: 16px;
	}

	.dp-os-result-card {
		grid-template-columns: 1fr;
		padding: 20px 18px;
	}

	.dp-os-icon {
		width: 48px;
		height: 48px;
	}

	.dp-os-details div {
		grid-template-columns: 1fr;
		gap: 3px;
	}

	.dp-os-actions,
	.dp-os-general-actions,
	.dp-os-btn,
	.dp-os-footer-button,
	.dp-os-public-card {
		width: 100%;
	}

	.dp-os-public-action-grid {
		grid-template-columns: 1fr;
	}

	.dp-os-public-row {
		grid-template-columns: 42px minmax(0, 1fr);
		min-height: 66px;
		padding: 12px;
	}

	.dp-os-private-row {
		grid-template-columns: 42px minmax(0, 1fr);
	}

	.dp-os-public-card .dp-os-result-card {
		grid-template-columns: 1fr;
		padding: 16px;
	}

	.dp-os-public-card .dp-os-icon {
		width: 54px;
		height: 54px;
	}

	.dp-os-public-card .dp-os-details div {
		align-items: flex-start;
	}

	.dp-os-public-tag {
		justify-self: start;
		grid-column: 2;
	}

	.dp-os-private-row .dp-os-public-tag {
		justify-self: start;
		grid-column: 2;
	}
}

@media (max-width: 480px) {
	.dp-os-public-card {
		margin: 10px auto;
		padding: 14px 12px;
		box-shadow: 0 14px 34px rgba(20, 27, 31, 0.24);
	}

	.dp-os-public-header h3 {
		font-size: 21px;
		line-height: 1.15;
	}

	.dp-os-public-header p {
		margin-bottom: 14px;
		font-size: 13px;
		line-height: 1.45;
	}

	.dp-os-public-steps {
		display: grid;
		grid-template-columns: 1fr;
		gap: 6px;
		margin-bottom: 14px;
	}

	.dp-os-public-steps span {
		justify-content: flex-start;
		font-size: 11px;
	}

	.dp-os-public-row {
		grid-template-columns: 38px minmax(0, 1fr);
		gap: 10px;
		min-height: 64px;
		padding: 11px;
	}

	.dp-os-private-row {
		grid-template-columns: 38px minmax(0, 1fr);
		gap: 10px;
		min-height: 64px;
		padding: 11px;
	}

	.dp-os-public-icon {
		width: 38px;
		height: 38px;
	}

	.dp-os-private-icon {
		width: 38px;
		height: 38px;
	}

	.dp-os-public-copy strong {
		font-size: 15px;
		line-height: 1.25;
	}

	.dp-os-public-label {
		font-size: 11px;
	}

	.dp-os-private-copy small {
		font-size: 11px;
	}

	.dp-os-public-tag {
		min-height: 24px;
		padding: 4px 8px;
		font-size: 10px;
	}

	.dp-os-public-panel {
		padding: 11px;
		margin-top: 8px;
	}

	.dp-os-public-form-note {
		padding: 9px 10px;
		font-size: 12px;
	}

	.dp-os-public-form .dp-os-field input {
		min-height: 48px;
		font-size: 16px;
		padding: 11px 12px;
	}

	.dp-os-public-card .dp-os-submit {
		min-height: 48px;
		font-size: 15px;
	}

	.dp-os-public-card .dp-os-result-card {
		padding: 13px;
	}

	.dp-os-public-card .dp-os-result-body h3 {
		font-size: 19px;
	}

	.dp-os-public-card .dp-os-result-body p {
		font-size: 14px;
		line-height: 1.45;
	}

	.dp-os-public-card .dp-os-details div {
		display: grid;
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.dp-os-public-card .dp-os-details dd {
		text-align: left;
		font-size: 15px;
	}

	.dp-os-public-card .dp-os-btn {
		min-height: 50px;
		line-height: 1.2;
	}
}

@media (max-width: 360px) {
	.dp-os-public-card {
		padding: 12px 10px;
	}

	.dp-os-public-header h3 {
		font-size: 20px;
	}

	.dp-os-public-row,
	.dp-os-private-row {
		grid-template-columns: 36px minmax(0, 1fr);
		gap: 9px;
		padding: 10px;
	}

	.dp-os-public-icon,
	.dp-os-private-icon {
		width: 36px;
		height: 36px;
	}

	.dp-os-public-icon svg,
	.dp-os-private-icon svg {
		width: 20px;
		height: 20px;
	}

	.dp-os-public-copy strong,
	.dp-os-private-copy strong {
		font-size: 14px;
	}
}
