/*
Theme Name:   Kadence Child
Theme URI:    https://superzoom.academy
Description:  A child theme for Kadence
Author:       Jared Brown
Author URI:   https://superzoom.academy
Template:     kadence
Version:     1.0.0
Text Domain:  kadence-child
*/

/* Style the profile photo upload section */
.learndash-profile-photo-upload {
    margin-top: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #f9f9f9;
}

.learndash-profile-photo-upload h3 {
    margin-top: 0;
}

.learndash-profile-photo-upload input[type="file"] {
    margin-bottom: 10px;
}

.learndash-profile-photo-preview {
    margin-top: 15px;
}

.learndash-profile-photo-preview img {
    display: block;
    margin-bottom: 10px;
}