#zip-wrap {
	display: none;
}

.subheader-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0.75rem;
}
.subheader-box .mailchimp-strike {
	width: clamp(3.5rem, 10.5vw, 4.8rem);
	height: clamp(3.5rem, 10.5vw, 4.8rem);
}
.subheader-box p {
	font-size: 1rem;
	line-height: 1rem !important;
	color: #ddd6fe;
	margin: 0;
	max-width: 100%;
}

.ts-wrapper {
	border-radius: 14px !important;
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	background: rgba(0, 0, 0, 0.4) !important;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
	        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
	padding: 0 !important;
	min-height: unset;
	margin-bottom: 6px;
}
.ts-wrapper .ts-control {
	border: none !important;
	border-radius: 14px !important;
	padding: 0rem 1rem !important;
	background: transparent !important;
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
	min-height: unset;
	-ms-flex-wrap: nowrap !important;
	    flex-wrap: nowrap !important;
}
.ts-wrapper .ts-control input {
	border: none !important;
	padding: 1rem 0rem !important;
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
	background: transparent !important;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #f1f5f9 !important;
}
.ts-wrapper .ts-control .item {
	font-size: 1rem;
	line-height: 1rem;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
	padding: 1.05rem 0rem !important;
	white-space: nowrap;
	color: #f1f5f9 !important;
}
.ts-wrapper .ts-control .clear {
	font-size: 1.2rem;
	color: #cbd5e1;
	right: 8px;
}
.ts-wrapper.focus {
	border-color: #3b82f6 !important;
	-webkit-box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4) !important;
	        box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4) !important;
}

.ts-dropdown {
	border-radius: 16px !important;
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	background: rgba(15, 12, 41, 0.95) !important;
	backdrop-filter: blur(8px);
	-webkit-box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.4);
	        box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.4);
	margin-top: 6px;
	padding: 8px 0;
}
.ts-dropdown .option {
	padding: 10px 16px;
	color: #e2e8f0 !important;
	font-size: 0.95rem;
	background: transparent;
}
.ts-dropdown .active {
	background-color: #3b82f6 !important;
	color: #0f0c29 !important;
}

#editing-record {
	margin-bottom: 0.5rem;
}
#editing-record p {
	color: #ddd6fe;
	margin-left: 6px !important;
}
#editing-record span {
	color: white;
	font-weight: bold;
}

@media (max-width: 1024px) {
	.subheader-box p {
		margin-top: 0.5rem !important;
	}
}