.group span {
    font-size: 14px;
}

.dhr-flip-front:before {
    content: "";
    position: absolute;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 1px solid #B99D75;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.dhr-divider.dark {
    background-color: rgb(6 41 67 / 20%) !important;
}

.dhr-flip-card {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    cursor: pointer;
}

/* container */
.dhr-flip-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

/* ALL SIDES */
.dhr-flip-front,
.dhr-flip-back,
.dhr-flip-third {
    position: absolute;
    inset: 0;
    border-radius: 4px;
    transition: transform 0.7s cubic-bezier(.4, 0, .2, 1);
}

/* FRONT */
.dhr-flip-front {
    z-index: 3;
    transform: translateY(0%);
}

/* BACK */
.dhr-flip-back {
    z-index: 2;
    transform: translateY(100%);
}

/* THIRD */
.dhr-flip-third {
    z-index: 1;
    transform: translateY(200%);
}

/* --------------------
   HOVER DESKTOP FLOW
-------------------- */

.dhr-flip-card:hover .dhr-flip-front {
    transform: translateY(-100%);
}

.dhr-flip-card:hover .dhr-flip-back {
    transform: translateY(0%);
}

/* --------------------
   TOUCH SUPPORT / STATES
-------------------- */

.dhr-flip-card.active .dhr-flip-front {
    transform: translateY(-100%);
}

.dhr-flip-card.active .dhr-flip-back {
    transform: translateY(0%);
}

.dhr-flip-card.active-2 .dhr-flip-front {
    transform: translateY(-200%);
}

.dhr-flip-card.active-2 .dhr-flip-back {
    transform: translateY(-100%);
}

.dhr-flip-card.active-2 .dhr-flip-third {
    transform: translateY(0%);
}

/* --------------------
   INFO CARD SLIDE IN
-------------------- */

/* Initial State: Hidden at the bottom */
.dhr-flip-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 40px);
    background: #fff;
    z-index: 10; /* Ensure it sits above other layers */
    transform: translateY(100%);
    transition: transform 0.6s cubic-bezier(.4, 0, .2, 1);
    border-radius: 4px 4px 0 0;
}

/* Active State: Slide Up */
.dhr-flip-card.show-info .dhr-flip-info {
    transform: translateY(0%);
}

/* Text color fix for white background */
.dhr-flip-info * {
    color: #000;
}

/* ---------- SHARED STYLES ---------- */

.dhr-card-wrapper {
    height: 100%;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.dhr-flip-front .dhr-card-wrapper {
    position: relative;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 23.57%,
        rgba(0, 0, 0, 0.67) 79.04%
    );
}

.front-content {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
}

.dhr-title {
    font-size: 22px;
/*     margin-bottom: 12px; */
	margin: 0;
	padding: 0 20px;
	text-transform: capitalize;
}

.dhr-icons-wrapper {
    margin: 10px 0;
}

.dhr-icon i,
.dhr-icon svg {
    font-size: 32px;
    color: inherit;
}

.dhr-divider {
    width: 60%;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
    margin: 20px auto;
}

.dhr-stars {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

.dhr-stars .star {
    color: #D3AA74;
    font-size: 20px !important;
}

.star:not(:first-of-type):not(:last-child) {
    font-size: 30px !important;
    color: #EBDBCA;
}

.group,
.row {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.group strong,
.row strong {
    display: block;
    font-size: 18px;
}

.small {
    font-size: 14px;
}

/* COSTS */

.group.costs span {
    text-transform: uppercase;
    line-height: 1em;
    font-weight: 300;
    font-size: 12px;
}

.group.costs span.price {
    font-size: 54px;
    font-weight: 500;
}

.group.deposits {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 20px;
}

.group.total {
    margin-bottom: 20px;
}

.group.total span.total-pm {
    font-size: 26px;
    line-height: 1.1em;
    background: #06294333;
    align-self: center;
    padding: 10px 32px;
    font-weight: 500;
    border-radius: 50px;
}

p.included {
    margin: 0;
    padding: 16px 32px;
    background: #062943;
    align-self: center;
    border-radius: 4px;
    font-size: 12px;
}

p.included i {
    margin-left: 5px;
}

.dhr-flip-info .dhr-card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}.dhr-flip-info {}

.info-card-footer {
  border-top: 1px solid #E0C8A9;
  padding-top: 20px;
}

.info-card-footer p {
  margin-bottom: 20px;
}

.info-btn-group {
  display: flex;
  gap: 10px;
}

.info-btn-group button {
  flex: 1 1 auto;
}

.info-card-body .info-title {
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
  border-bottom: 1px solid #E0C8A9;
}

button.back-to-card {
  position: absolute;
  right: 20px;
  padding: 0;
  color: black;
  background: transparent;
  top: 20px;
  font-size: 16px;
}

ul.info-list {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

ul.info-list li {
  list-style: none;
  text-align: left;
  display: flex;
  gap: 10px;
  align-items: center;
}

.info-btn-group button {
  padding: 16px;
  background: #5DD389;
  color: #274805;

  span svg{
    width: 1.5em;
    margin-left: 5px
  }
}

button.info-mail {
  background: #EDEFF0;
  padding: 16px;
}

.info-card-footer p {
  color: #676B6D;
}

button.back-to-card:hover {
  background: transparent;
}

.group.points > span {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.4em;
  color: #D3AA74;
  font-weight: 600;
}

.group.points p {
  font-size: 24px;
  line-height: 1.4em;
}

.dhr-stars.small {
  margin-bottom: 5px;
}

.info-btn-group button span svg, button.info-mail svg {
    width: 1.2em !important;
    height: auto !important;
}

button.info-mail{
    padding: 10px !important;
    svg{
        width: 1.6em !important
    }
}

.info-btn-group button{
    line-height: 1.4em
}

button.info-mail:hover{
    background: var( --e-global-color-8e0069d );

    svg{
        fill: #fff;
        path{
            fill: inherit;
        }
    }
}
