/*
Theme Name: LMS DB Test
Theme URI: https://work-basedlearning.com/
Template: lms-education-elementor
Author: Steve
Author URI: https://work-basedlearning.com/
Description: Database Integration Testing
Version: 1.1.1764239591
Updated: 2025-11-27 08:33:11

*/

/* Normal state */
.elementor-icon-list-item a,
.elementor-icon-list-item a .elementor-icon-list-text {
  cursor: pointer;
  transition: all 0.2s ease;
}

/* Hover state */
.elementor-icon-list-item a:hover,
.elementor-icon-list-item a:hover .elementor-icon-list-text {
  color: #005bb5 !important;
  text-decoration: underline !important;
}

.info-table {
    width: auto;
    max-width: 900px;
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 20px auto;
    font-family: Arial, sans-serif;
    background: #fff;
}

.info-table td {
    padding: 12px;
    border: 1px solid #ddd;
    vertical-align: top;
    font-size: 16px;
}

.info-table .label {
    font-weight: bold;
    background: #e8f2ff;
    width: 30%;
    white-space: nowrap;
}

.nowrap {
    white-space: nowrap;
}

.student-info-wrapper {
    display: flex;
    justify-content: center;
}

.no-data-message {
    text-align: center;
    color: #666;
    padding: 40px;
    font-style: italic;
}