
/* SENSOY24 Update 11 */

.company-logo-preview {
    width: 150px;
    height: 100px;
    margin: 4px 0 16px;
    padding: 10px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
}

.company-logo-preview img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.profile-layout .editor-card h2:not(:first-child) {
    margin-top: 30px;
}

@media (max-width: 700px) {
    .company-logo-preview {
        width: 120px;
        height: 85px;
    }
}
