<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.BlockPartnerInfo {
    border-radius: 4px;
    box-shadow: 3px 2px 16px 0 rgba(223,225,225,0.7);
    border: 1px solid rgba(0,35,49,0.2);
    display: table;
    margin-bottom: 20px;
    min-height: 200px;
    padding: 8px;
    width: 100%;
}

.PartnerLogo {
    display: table-cell;
    margin-right: 10px;
    padding: 10px;
    position: relative;
    vertical-align: middle;
    width: 30%;
}

.PartnerLogo img {
    max-width: 100%;
    max-height: 150px;
}

.PartnerLogoBlue {
    background: #29c2f6;
    display: table-cell;
    margin-right: 10px;
    padding: 10px;
    position: relative;
    vertical-align: middle;
    width: 30%;
}

.PartnerInfo {
    
    background: var( --color-thirdary);
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    display: table-cell;
    padding: 20px;
    vertical-align: middle;
    width: 200px;
    width: calc(70% - 10px);
    color:#334f5a;
}

.PartnerInfoAfa {
    background: #eee;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    color: #000;
    display: table-cell;
    font-size: 14px;
    line-height: 16px;
    padding: 20px;
    vertical-align: middle;
    width: 200px;
    width: calc(70% - 10px);
}

</pre></body></html>