.marpla-consultation-popup {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
}

.marpla-consultation-popup.is-active {
    display: block;
}

.marpla-consultation-popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(20, 24, 45, 0.72);
}

.marpla-consultation-popup__content {
    position: relative;
    width: min(620px, calc(100% - 32px));
    max-height: calc(100vh - 32px);
    margin: 16px auto;
    padding: 32px 24px 24px;
    overflow-y: auto;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(20, 24, 45, 0.25);
}

.marpla-consultation-popup__close {
    position: absolute;
    top: 10px;
    right: 14px;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #222941;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
}

.marpla-consultation-popup__widget {
    width: 100%;
}

.marpla-consultation-popup-open {
    overflow: hidden;
}

@media (max-width: 575px) {
    .marpla-consultation-popup__content {
        width: calc(100% - 20px);
        max-height: calc(100vh - 20px);
        margin: 10px auto;
        padding: 28px 16px 20px;
        border-radius: 14px;
    }

    .marpla-consultation-button {
        width: 100%;
    }
}

.marpla-consultation-popup__widget {
    width: 100%;
    min-height: 620px;
}

.marpla-consultation-popup__widget {
    width: 100%;
    height: 720px;
    min-height: 720px;
    overflow: hidden;
    background: #ffffff;
}

.marpla-consultation-popup__widget iframe {
    display: block !important;
    width: 100% !important;
    height: 720px !important;
    min-height: 720px !important;
    border: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: #ffffff !important;
}

.more-btn-container {
	display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.more-btn-container-fluid {
	display: flex;
    align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.marpla-consultation-button {
    width: max-content !important;
    border: none;
	line-height: 1 !important;
    cursor: pointer;
}

.align-right {
	display: flex;
    justify-content: end;
}

@media(max-width: 968px) {
  .marpla-consultation-button img {
	width: 100%;
    margin: 0 !important;
  }
}