.elementor-4833 .elementor-element.elementor-element-6570238{--display:flex;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-5f9db6d */.hub-professor-wrapper {
    display: flex;
    gap: 40px;
    align-items: initial;
    flex-direction: column;
}

.hub-member-tags .hub-member-trilha {
    background-color: #e61882;
    color: white;
    border-color: #e61882;
}

.hub-member-tags .hub-member-participacao {
    color: #e61882;
    border-color: #e61882;
}

.hub-member-top {
    background: #e61882;
    max-height: 124px;
    min-height: 124px;
    width: 100%;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.hub-professor-top-image {
    margin-top: -100px;
}

.hub-professor-top, .hub-professor-about {
    width: 100%;
    padding: 10px;
}

.hub-professor-top-inner {
    padding: 0px 52px 32px 52px;
    border: 1px solid #E4E7EB;
    border-top: none;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.hub-professor-top-image img {
    width: 160px;
    height: 160px !important;
    border-radius: 100px !important;
    border: 4px solid #e8ebee !important;
    object-fit: cover;
    background: #f2f2f2;
}

.hub-member-avatar-initials {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 64px;
    font-weight: 500;
    width: 150px;
    height: 150px !important;
    border-radius: 100px !important;
    border: 4px solid #e8ebee !important;
    object-fit: cover;
    background: #f2f2f2;
}

.hub-professor-top-name h1 {
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    margin: 0 !important;
    font-size: 20px;
    line-height: 28px;
    color: #1D2530;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hub-professor-top-button .hub-professor-button {
        background-color: #1569bf;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: white;
    border-style: solid;
    border-color: #1569bf;
    border-radius: 200px;
    padding: 12px;
    width: 100%;
    display: block;
}

.hub-professor-top-button .hub-professor-button.hub-professor-button--disabled {
    background-color: #c4c4c4;
    border-color: #c4c4c4;
    cursor: default;
}

.hub-professor-about-title {
    font-weight: bold !important;
    color: black;
    display: inline;
    font-family: Montserrat, sans-serif;
    font-size: 20px !important;
    line-height: 28px;
}

.hub-professor-about-title-container {
    margin: 8px 0px 16px;
}

.hub-professor-about-container {
    padding: 10px;
}

.hub-professor-top-button {
    width: 100%;
}

.hub-professor-about-content {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #7A7A7A;
}

.hub-professor-top-inner-container {
    max-width: 300px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hub-member-tags {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
    min-height: 28px;
}

.hub-member-location-text {
    font-family: Montserrat;
    font-weight: 400 !important;
    font-style: Regular;
    font-size: 14px !important;
    line-height: 20px;
    vertical-align: middle;
    color: #627084;
    margin: 0 !important;
}

.hub-member-tags .hub-member-categoria {
    background-color: #693D8F;
    color: white;
    border-color: #693D8F;
}

.hub-member-tags h3 {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: black;
    margin: 0 !important;
    padding: 4px 12px;
    border-radius: 100px;
    border: 1px solid black;
}

.hub-member-location {
    font-size: 14px;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    color: #627084;
    margin: 0;
    line-height: 20px;
    min-height: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.hub-member-location-icon {
    height: 16px;
}

.hub-professor-top-name-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.hub-professor-top-name-row h1 {
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 28px;
    vertical-align: middle;

}

.hub-member-rating {
    background-color: rgba(230, 24, 130, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
    white-space: nowrap;
}

.hub-member-rating-icon {
    height: 20px;
}

.hub-member-rating-value {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: #e61882;
}

.elementor-button-icon {
    gap: 12px;
}

.hub-professor-about-container {
    padding:32px 52px;
    border: 1px solid #E4E7EB;
    border-radius: 16px;
}

@media screen and (max-width: 1024px) {
    .hub-professor-wrapper {
        flex-direction: column;
    }
    
    .hub-professor-top, .hub-professor-about {
        width: 100%;
    }
    
    .hub-professor-about-title-container {
        text-align: center;
    }
    
    .hub-professor-top-inner {
        justify-content: center;
    }
    
    .hub-professor-top-image {
        display: flex;
        justify-content: center;
    }

}/* End custom CSS */