

/* paket  ==========*/

.img.best-deal{
    top: -22px;
    left: 25px;
    width: 55px!important;
    position: absolute;
}
.box-paket .ux-menu-link__icon+.ux-menu-link__text {
    padding-left: 1.5em;
}
.box-paket .v-hidden{
	visibility: hidden;
}
.box-paket>.col-inner{
	border: 1px solid #ed7d31;
	padding: unset;
	border-radius: 30px;
	padding-top: 30px;
}
.box-paket .ux-menu {
	padding: 15px;
    pointer-events: none;
    text-align: left;
}
.box-paket  .ux-menu a{
	align-items: center;
}
.box-paket .ux-menu span {
	font-size: small!important;
}
.paket-price {
	border-radius: 0 0 30px 30px;
	padding: 10px 0;
	color:#762F18;
}
.paket-price.orange1 {
   background :#f5b97c;
}
.paket-price.orange2 {
   background :#f09247;
}
.paket-price.orange3 {
   background :#ed7d31;
}

/* Adjust pricing box style */
.box-paket > .col-inner {
	display: flex;
	flex-direction: column;
}
.box-paket .ux-menu {
	margin: 0;
}
.box-paket > .col-inner div:has(+ .paket-price) {
	margin-top: auto;
}
.box-paket > .col-inner .paket-price {
	margin: 0;
}