.wpsa-wrap{max-width:720px;margin:30px auto;font-family:Arial,sans-serif}
.wpsa-search-form{background:#f7f7f7;padding:20px;border:1px solid #ddd;border-radius:8px;margin-bottom:20px}
.wpsa-search-form label{display:block;font-weight:600;margin-bottom:8px}
.wpsa-search-row{display:flex;gap:10px}
.wpsa-search-row input{flex:1;padding:11px 12px;border:1px solid #ccc;border-radius:5px;min-width:0}
.wpsa-search-row button{padding:11px 20px;border:0;border-radius:5px;cursor:pointer;background:#2271b1;color:#fff}
.wpsa-card{border:1px solid #ddd;border-radius:8px;overflow:hidden;background:#fff}
.wpsa-header{padding:15px 20px;background:#2271b1;color:#fff;font-size:20px;font-weight:600}
.wpsa-photo{text-align:center;padding:20px 20px 0}
.wpsa-photo img{width:120px;height:150px;object-fit:cover;border-radius:5px;border:1px solid #ddd}
.wpsa-info{padding:20px}
.wpsa-row{display:flex;border-bottom:1px solid #eee;padding:11px 0}
.wpsa-row:last-child{border-bottom:0}
.wpsa-label{width:35%;font-weight:600}
.wpsa-value{width:65%}
.wpsa-error{padding:14px;background:#ffecec;color:#a00;border:1px solid #f0b7b7;border-radius:6px}
@media(max-width:600px){.wpsa-search-row{display:block}.wpsa-search-row input{width:100%;box-sizing:border-box;margin-bottom:10px}.wpsa-search-row button{width:100%}.wpsa-row{display:block}.wpsa-label,.wpsa-value{width:100%}.wpsa-value{margin-top:4px}}


.wpsa-student-container {
    width: 100%;
    margin: 25px 0;
    font-family: Arial, sans-serif;
}

.wpsa-table-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 18px;
}

.wpsa-title-area h2 {
    margin: 0 0 5px;
    font-size: 24px;
    font-weight: 700;
}

.wpsa-title-area span {
    font-size: 13px;
    color: #777;
}

.wpsa-search-box {
    position: relative;
    width: 280px;
}

.wpsa-search-input {
    width: 100%;
    height: 44px;
    padding: 0 15px 0 42px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    outline: none;
    box-sizing: border-box;
}

.wpsa-search-input:focus {
    border-color: #1f4e78;
    box-shadow: 0 0 0 3px rgba(31, 78, 120, .10);
}

.wpsa-search-icon {
    position: absolute;
    left: 14px;
    top: 12px;
    z-index: 2;
}

.wpsa-table-wrap {
    width: 100%;
    overflow-x: auto;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, .06);
}

.wpsa-student-table {
    width: 100%;
    min-width: 850px;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 14px;
}

.wpsa-student-table thead th {
    background: #1f4e78;
    color: #fff;
    padding: 14px 16px;
    text-align: left;
    font-weight: 600;
    white-space: nowrap;
    border: none;
}

.wpsa-student-table thead th:first-child {
    border-top-left-radius: 12px;
}

.wpsa-student-table thead th:last-child {
    border-top-right-radius: 12px;
}

.wpsa-student-table tbody td {
    padding: 13px 16px;
    border-bottom: 1px solid #edf0f3;
    background: #fff;
    vertical-align: middle;
}

.wpsa-student-table tbody tr:nth-child(even) td {
    background: #f8fafc;
}

.wpsa-student-table tbody tr:hover td {
    background: #eef6ff;
}

.wpsa-number {
    width: 50px;
    text-align: center !important;
    color: #777;
}

.wpsa-student-id {
    font-weight: 600;
    color: #1f4e78;
}

.wpsa-name {
    color: #222;
}

.wpsa-bangla {
    font-family: "Noto Sans Bengali", sans-serif;
}

.wpsa-center {
    text-align: center !important;
}

.wpsa-roll {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 30px;
    padding: 0 8px;
    border-radius: 6px;
    background: #f1f5f9;
    font-weight: 600;
}

.wpsa-badge {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 20px;
    background: #e8f2ff;
    color: #1f4e78;
    font-weight: 600;
    font-size: 12px;
}

.wpsa-session {
    font-weight: 600;
    color: #555;
}

.wpsa-table-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
}

.wpsa-showing {
    font-size: 13px;
    color: #777;
}

.wpsa-pagination {
    display: flex;
    align-items: center;
    gap: 5px;
}

.wpsa-page-btn,
.wpsa-page-number {
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    border-radius: 6px;
    cursor: pointer;
}

.wpsa-page-btn:hover,
.wpsa-page-number:hover {
    background: #f1f5f9;
}

.wpsa-page-number.active {
    background: #1f4e78;
    color: #fff;
    border-color: #1f4e78;
}

.wpsa-page-btn:disabled {
    opacity: .45;
    cursor: not-allowed;
}

.wpsa-no-result {
    padding: 30px;
    text-align: center;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    color: #777;
}

@media (max-width: 768px) {

    .wpsa-table-header {
        flex-direction: column;
        align-items: stretch;
    }

    .wpsa-search-box {
        width: 100%;
    }

    .wpsa-table-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .wpsa-pagination {
        width: 100%;
        justify-content: center;
    }
}
