.popup-btn-748 {
    padding: 12px 24px;
    background-color: #E91E8C;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
}
.popup-modal-748 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(3px);
}
.popup-content-748 {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    width: 90%;
    max-width: 500px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    max-height: 90vh;
    overflow-y: auto;
}
.popup-close-748 {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    cursor: pointer;
    color: #666;
    line-height: 1;
}
.popup-close-748:hover {
    color: #000;
}
.modal-title-748 {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    color: #333;
}
.mentor-details-list-748 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.detail-item-748 {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.detail-label-748 {
    font-weight: 600;
    color: #666;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.detail-value-748 {
    color: #333;
    font-size: 1.1em;
    line-height: 1.5;
}