﻿.app-footer.cta-section,
.edit-post-layout .editor-styles-wrapper .app-footer.cta-section {
    padding: 120px 0 120px;
    background-color: #1d1f1e;
    color: white;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.app-footer.cta-section .footer-cta {
    width: 100%;
    max-width: 940px;
    margin-bottom: 0;
    margin-inline: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.app-footer.cta-section .footer-cta .titleContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.app-footer.cta-section .footer-cta .titleContent h2 {
    font-size: 64px;
    line-height: 1.2em;
    letter-spacing: -0.02em;
    font-weight: bold;
    font-family: 'Eina01', sans-serif;
}

.app-footer.cta-section .footer-cta .titleContent h2 span {
    color: rgb(105, 224, 125);
}

.app-footer.cta-section .footer-cta .titleContent p {
    font-size: 20px;
    line-height: 1.4em;
    letter-spacing: 0px;
    font-weight: 400;
    font-family: 'Eina01', sans-serif;
}

.app-footer.cta-section .footer-cta .btnBox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.app-footer.cta-section .footer-cta .btnBox .btn {
    font-size: 18px;
}

.app-footer.cta-section .footer-cta .btnBox .btn.btn-transparent {
    font-size: 18px;
    background-color: transparent;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 16px 28px;
    color: white;
    line-height: 1.2em;
    font-weight: 600;
    font-family: 'Eina01', sans-serif;
    letter-spacing: 0px;
    height: auto;
    min-width: auto;
}

.app-footer.cta-section .footer-cta .btnBox .btn .icon {
    margin-left: 6px;
    font-size: 14px;
    position: relative;
    top: -1px;
    max-width: 24px;
}

@media (max-width: 576px) {
    .app-footer.cta-section .footer-cta .titleContent h2 {
		font-size: 36px;
		line-height: 1.2em;
		letter-spacing: -0.02em;
	}
}