.AdvertisingCampaignModal {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    pointer-events: none;

    &-container {
        flex-basis: 500px;
        pointer-events: auto;
    }

    &-header {
        display: flex;
        padding: 11px 0;
        position: relative;
    }

    &-content {
        margin: 0 0 20px;
    }

    &-x-icon {
        vertical-align: bottom;
    }

    &-heading {
        flex: 1;
        font-size: 18px;
        margin: 0 15px;
    }

    &-button-wrapper {
        font-size: 13px;
        margin-right: 13px;
        text-align: right;
    }

    &-close {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0 15px;
    }

    &-button {
        margin-left: 20px;
    }

    @include h-lte(465px) {

        &-container {
            height: 100%;
            overflow: auto;
        }
    }

    &-tiers {
        align-items: start;
        display: flex;
        flex-direction: row;

        & .AdTier {
            margin-right: 30px;
        }

        & .AdTier:last-of-type {
            margin-right: 0;
        }
    }

    &-sub-heading {
        font-size: 14px;
        margin-bottom: 5px;
        text-align: center;
    }

    &-custom-tier {
        margin-top: -32px;

        &-right {
            font-size: 12px;
            font-weight: $weight_bold;
            text-transform: uppercase;
        }
    }

    &-custom-tier-link {
        display: block;

        &:hover {
            text-decoration: none;
        }
    }

    &-redesign {
        &-alert-message {
            align-items: baseline;
            background-color: var(--bluejay_light);
            border: none;
            border-radius: 5px;
            display: flex;
            font-size: 16px;
            justify-content: space-between;
            margin-bottom: 0;
            margin-top: 25px;
            padding: 15px 10px;
        }

        &-custom-tier {
            margin-top: 0;
        }
    }
}
