.elementor-1264 .elementor-element.elementor-element-69d1743{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1264 .elementor-element.elementor-element-a08a5f7{transition:all 400ms;}/* Start custom CSS for shortcode, class: .elementor-element-a08a5f7 */.student-details-card {
    background: linear-gradient(135deg, #fff5f7, #f7faff);
    border-left: 6px solid #ff416c;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    max-width: 850px;
    margin: 40px auto;
    font-family: 'Segoe UI', sans-serif;
}

.student-card-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.student-info {
    flex: 1 1 60%;
    min-width: 280px;
}

.student-info h2 {
    font-size: 28px;
    margin-bottom: 25px;
    color: #111;
}

.student-info p {
    font-size: 16px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    color: #444;
}

.student-info .field-label {
    display: inline-block;
    width: 150px;
    font-weight: 600;
    color: #000;
}

.student-photo {
    flex: 1 1 30%;
    text-align: center;
    padding: 10px;
}

.student-photo img {
    max-width: 180px;
    border-radius: 50%;
    border: 5px solid #ff416c;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}/* End custom CSS */