#learnMore.modal,
#learnMore .modal-container,
#learnMore .modal-fg {
    width: 700px !important;
    max-width: 700px;
    margin: 50px auto;
}

.edusuite-modal {
    text-align: center;
    max-width: 720px;
}

.edusuite-header .edusuite-logo {
    width: 250px;
}

.edusuite-header h2 {
    color: #444444;
    font-weight: 500;
}

.edusuite-sections {
    display: flex !important;
}

.edusuite-card {
    flex: 1 1 220px;
    text-align: center;
}

.edusuite-card .edusuite-photo {
    width: 100%;
    max-width: 220px;
    height: auto;
    display: block;
    margin: 0 auto 8px auto;
    border-radius: 6px;
}

.edusuite-card .edusuite-product-logo {
    width: 100px;
    height: auto;
    display: block;
    margin: -10px auto -10px auto;
}

.edusuite-card p {
    color: #707070;
    font-size: 0.9rem;
    line-height: 1.4em;
}

.learn-more-btn {
    background-image: url('/img/Button_Footer_link_pop-up-c955564d4152a159e591bc26dbb1daf8.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    color: #FFFFFF;
    font-size: 1.25rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 20px 38px;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.2s ease;
    margin-bottom: 20px;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    width: 230px;
    height: 80px;
}

.learn-more-btn:hover {
    transform: scale(1.05);
    filter: brightness(1.08);
}

.btn-text {
    position: relative;
    z-index: 1;
}

.btn-arrow {
    width: 50px;
    height: auto;
}

.edusuite-footer {
    text-align: center;
}

.edusuite-footer div {
    line-height: 2em;
    color: #707070;
    font-size: 0.9rem;
}

.copyright-footer small {
    color: #707070;
}

#learnMoreBtn {
    color: #707070;
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 10px;
}

#learnMoreBtn:hover {
    color: #707070;
}