
.acqe-tutor-dashboard-theme-wrapper{width:100%}
.acqe-student-page{max-width:1200px;margin:0 auto;padding:32px 20px 56px}
.acqe-page-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:28px}
.acqe-page-heading h1{margin:0 0 8px;font-size:clamp(28px,4vw,42px)}
.acqe-page-heading p{margin:0;color:#667085}
.acqe-progress-grid,.acqe-certificate-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}
.acqe-program-card,.acqe-certificate-card{background:#fff;border:1px solid #e4e7ec;border-radius:14px;overflow:hidden;box-shadow:0 8px 24px rgba(16,24,40,.06)}
.acqe-program-thumb img{display:block;width:100%;height:190px;object-fit:cover}
.acqe-program-content,.acqe-certificate-card{padding:22px}
.acqe-program-content h2,.acqe-certificate-card h2{font-size:20px;line-height:1.35;margin:0 0 16px}
.acqe-progress-line{height:10px;border-radius:999px;background:#eaecf0;overflow:hidden}
.acqe-progress-line span{display:block;height:100%;background:#c8102e;border-radius:inherit}
.acqe-progress-number{margin:8px 0 18px}
.acqe-program-facts{display:grid;gap:8px;margin:0 0 20px}
.acqe-program-facts div{display:flex;justify-content:space-between;gap:15px;border-bottom:1px solid #f0f1f3;padding-bottom:8px}
.acqe-program-facts dt{font-weight:600}.acqe-program-facts dd{margin:0;text-align:right;color:#475467}
.acqe-action{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 17px;border:1px solid #c8102e;border-radius:7px;background:#c8102e;color:#fff!important;text-decoration:none;font-weight:600;cursor:pointer}
.acqe-action:hover{background:#a80d27;border-color:#a80d27}
.acqe-action-secondary{background:#fff;color:#c8102e!important}
.acqe-action:disabled{background:#d0d5dd;border-color:#d0d5dd;color:#667085!important;cursor:not-allowed}
.acqe-certificate-card{display:flex;flex-direction:column;align-items:flex-start}
.acqe-certificate-card.is-eligible{border-color:#c8102e}
.acqe-cert-progress{color:#667085;margin-top:0}
.acqe-cert-status{display:inline-block;padding:6px 10px;border-radius:999px;margin:2px 0 18px;font-size:13px;font-weight:700}
.acqe-cert-status.is-issued,.acqe-cert-status.is-eligible{background:#ecfdf3;color:#027a48}
.acqe-cert-status.is-pending{background:#fffaeb;color:#b54708}
.acqe-cert-status.is-locked{background:#f2f4f7;color:#475467}
.acqe-cert-status.is-rejected{background:#fef3f2;color:#b42318}
.acqe-empty,.acqe-dash-message{padding:24px;border:1px dashed #d0d5dd;border-radius:12px;background:#fff;text-align:center}
@media(max-width:700px){.acqe-page-heading{display:block}.acqe-page-heading .acqe-action{margin-top:16px}.acqe-student-page{padding:24px 14px 40px}}
