
.partner-logo{
    /*border: 1px solid #9ca3af;*/
    /*border-radius: 8px;*/
    padding: 0;
}
.subscription-message-container {
    position: fixed;
    inset: 0; /* shorthand for top: 0; right: 0; bottom: 0; left: 0 */
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.subscription-dialog {
    background: #d1e7dd;
    color: #0f5132;
    padding: 2rem 3rem;
    border-radius: 10px;
    font-size: 1.1rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    max-width: 500px;
    text-align: center;

    display: flex;
    flex-direction: column;
    align-items: center; /* center icon and text */
    justify-content: center;
}

.check-icon {
    width: 96px;
    height: 96px;
    margin-bottom: 1rem;
}
