#sg-courier-options {
	margin: 18px 0;
	padding: 14px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.02);
}

#sg-courier-options .sg-courier-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 12px;
}

#sg-courier-options .sg-courier-methods {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 12px;
}

#sg-courier-options .sg-courier-methods label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	font-size: 15px;
}

#sg-courier-options .sg-paczkomat-wrap {
	display: none;
	padding-top: 10px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

#sg-courier-options .sg-paczkomat-wrap.is-visible {
	display: block;
}

#sg-courier-options .sg-open-geowidget {
	margin: 0 0 12px;
	padding: 10px 14px;
	border: 1px solid #d5ea3a;
	background: #d5ea3a;
	color: #111;
	font-weight: 700;
	cursor: pointer;
}

#sg-courier-options .sg-open-geowidget:hover {
	background: #e3f55d;
}

#sg-courier-options .sg-manual-code {
	margin-bottom: 8px;
}

#sg-courier-options .sg-manual-code label {
	display: block;
	margin-bottom: 6px;
	font-size: 14px;
}

#sg-courier-options .sg-manual-code input {
	width: 100%;
	max-width: 260px;
	text-transform: uppercase;
}

#sg-courier-options .sg-sender-point-summary {
	display: none;
	margin: 8px 0;
	font-size: 14px;
}

#sg-courier-options .sg-sender-point-summary.is-visible {
	display: block;
}

#sg-courier-options .sg-sender-point-error {
	margin: 8px 0 0;
	color: #ff8b8b;
	font-weight: 700;
	min-height: 20px;
}

.sg-courier-submit-feedback {
	display: none;
	margin: 14px 0 2px;
	padding: 12px 14px 12px 42px;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	font-size: 14px;
	line-height: 1.45;
	position: relative;
}

.sg-courier-submit-feedback::before {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	font-weight: 700;
}

.sg-courier-submit-feedback.is-info {
	background: rgba(210, 210, 210, 0.08);
	border-color: rgba(210, 210, 210, 0.45);
	color: #f4f4f4;
}

.sg-courier-submit-feedback.is-info::before {
	content: 'i';
	color: #e6e6e6;
}

.sg-courier-submit-feedback.is-success {
	background: rgba(78, 190, 92, 0.14);
	border-color: rgba(78, 190, 92, 0.72);
	color: #c6ffcc;
}

.sg-courier-submit-feedback.is-success::before {
	content: '\2713';
	color: #b5ffbe;
}

.sg-courier-submit-feedback.is-error {
	background: rgba(255, 72, 72, 0.14);
	border-color: rgba(255, 120, 120, 0.82);
	color: #ffd0d0;
}

.sg-courier-submit-feedback.is-error::before {
	content: '!';
	color: #ffb0b0;
}

.sg-inpost-modal {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	align-items: center;
	justify-content: center;
	padding: 16px;
	box-sizing: border-box;
}

.sg-inpost-modal.is-open {
	display: flex;
}

.sg-inpost-modal .sg-inpost-modal-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
}

.sg-inpost-modal .sg-inpost-modal-content {
	position: relative;
	z-index: 1;
	width: min(92vw, 760px);
	height: min(72vh, 620px);
	background: #111;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 0 14px 40px rgba(0, 0, 0, 0.45);
	overflow: hidden;
}

.sg-inpost-modal .sg-close-geowidget {
	position: absolute;
	right: 12px;
	top: 12px;
	z-index: 2;
	background: #1f1f1f;
	border: 1px solid #666;
	color: #fff;
	padding: 8px 10px;
	cursor: pointer;
}

.sg-inpost-modal inpost-geowidget {
	display: block;
	width: 100%;
	height: 100%;
	margin-top: 42px;
}

@media (max-width: 767px) {
	.sg-inpost-modal {
		padding: 10px;
	}

	.sg-inpost-modal .sg-inpost-modal-content {
		width: 94vw;
		height: 76vh;
	}
}
