/* Start custom CSS for text-editor, class: .elementor-element-meitext *//* Photo container */
.mei-photo-placeholder {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: center !important;
    width: 100% !important;
    margin: 0 auto !important;
}

/* Image */
.mei-photo-placeholder img {
    display: block !important;
    width: 300px;
    max-width: 100%;
    height: auto;
    margin: 0 auto !important;
    float: none !important;
}

/* Caption container */
.mei-photo-caption {
    display: block !important;
    width: 100%;
    margin-top: 12px;
    text-align: center;
}

/* Name */
.mei-photo-name {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.2;
}

/* Title */
.mei-photo-title {
    margin-top: 4px;
    font-size: 0.95rem;
    font-weight: 400;
    color: #6b7280;
    line-height: 1.2;
}/* End custom CSS */