﻿#apps-plan-marketing-overlay {
    z-index: 2;
    display: flex;
    width: 100%;
    height: 100%;
    position: fixed;
    place-content: center;
    background-color: black;
    opacity: 0.5;
}

@media (max-width: 950px) {
    .apps-plan-marketing-content {
        width: 80% !important;
        padding: 20px !important;
        overflow: auto !important;
        max-height: 90% !important;
        height: fit-content !important;
        align-self: center !important;
        background-color: var(--primary-color-reflection) !important;
    }
}

@media (min-width: 950px) {
    .apps-plan-marketing-content {
        width: 80% !important;
        padding: 20px !important;
        overflow: auto !important;
        height: auto !important;
        align-self: center !important;
        background-color: var(--primary-color-reflection) !important;
    }
}

#apps-plan-marketing {
    z-index: 2;
    display: flex;
    width: 100%;
    height: 100%;
    position: fixed;
    justify-content: center;
}

.common-button-container {
    text-align: center;
    width: 100%;
}

.apps-plan-marketing-content-small {
    width: 80%;
    padding: 20px;
    overflow: auto;
    max-height: 90%;
    height: fit-content;
    align-self: center;
    background-color: var(--primary-color-reflection);
}

.apps-plan-marketing-content {
    width: 80%;
    padding: 20px;
    overflow: auto;
    height: auto;
    align-self: center;
    background-color: var(--primary-color-reflection);
}

.apps-plan-marketing-content-small > h1 {
    text-align: center;
    font-size: 18px;
}

.apps-plan-marketing-content-small > h2 {
    font-size: 16px;
    font-weight: normal;
}

.apps-plan-marketing-content-small > h3 {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}

.apps-plan-marketing-content > h1 {
    text-align: center;
    font-size: 18px;
}

.apps-plan-marketing-content > h2 {
    font-size: 16px;
    font-weight: normal;
}

.apps-plan-marketing-content > h3 {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}
