/*
Theme Name: SANGO Child
Version: 1.0
Template: sango-theme
*/


.supervision_title {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 8px;
}

.supervision_name {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}

.supervision_name:after {
    background-repeat: no-repeat;
    background-image: url("/note/wp-content/themes/sango-theme/library/images/badge.png");
    background-size: contain;
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: 3px;
    margin-bottom: -1px;
}

.supervision_detail {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 4px;
    margin-bottom: 8px;
    color: #444;
}

.supervision_contents {
    font-size: 14px;
    line-height: 1.75;
    padding: 18px;
    margin-top: 14px;
    margin-bottom: 8px;
    background: linear-gradient(261.92deg, #ECF7FF 1.73%, #ECEEFF 99.62%);
    border-radius: 10px;
}

.supervision_img img {
    width: 80px;
    height: 80px !important;
    object-fit: cover;
    display: block;
    border-radius: 100% !important;
    border: 2px solid #eee;
}

.supervision_img {
    min-width: 80px;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.supervision_flex {
    display: flex;
}

.supervision {
    margin: 20px 0px;
}

p.supervision_header {
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 4px;
}