.bg-indigo-600 {
	--tw-bg-opacity: 1;
	background-color: #D8771E !important;
}
.text-indigo-600 {
	--tw-text-opacity: 1;
	color: #D8771E !important;
}

.border-indigo-500 {
	--tw-border-opacity: 1;
	border-color: #D8771E !important;
}


@media (max-width: 786px) {
    .absolute.top-3.left-3.bg-\[\#d8771e\].text-white.px-3.py-1.rounded-full.text-xs.font-bold {
        font-size: 9px;
        padding: 0 5px;
    }
    .absolute.top-3.right-3.bg-emerald-600.text-white.px-3.py-1.rounded-full.text-xs.font-bold.shadow {
	font-size: 9px !important;
	padding: 0 3px;
}
}