
.acqe-profile-menu-link{display:block;width:100%}
.acqe-portal{max-width:1180px;margin:32px auto;padding:0 18px}
.acqe-portal-header{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:26px}
.acqe-portal-header h1{margin-bottom:6px}
.acqe-portal-section{margin:30px 0}
.acqe-course-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:18px}
.acqe-course-card,.acqe-empty,.acqe-portal-login{padding:24px;background:#fff;border:1px solid #e5e7eb}
.acqe-course-card h3{margin-top:0}
.acqe-progress-track{height:10px;background:#e5e7eb;margin:16px 0 8px;overflow:hidden}
.acqe-progress-track span{display:block;height:100%;background:#d7192d}
.acqe-course-card dl{margin:18px 0}
.acqe-course-card dl div{display:flex;justify-content:space-between;gap:20px;padding:9px 0;border-bottom:1px solid #edf0f2}
.acqe-course-card dt{font-weight:600}
.acqe-course-card dd{margin:0;text-align:right}
.acqe-card-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.acqe-card-actions form{margin:0}
.acqe-portal-btn{display:inline-block;padding:11px 17px;background:#d7192d;color:#fff!important;border:1px solid #d7192d;text-decoration:none;font-weight:600;cursor:pointer}
.acqe-portal-btn:hover{background:#b51224;color:#fff!important}
.acqe-portal-btn[disabled]{background:#8b8f94;border-color:#8b8f94;cursor:not-allowed}
.acqe-portal-btn-secondary{background:#fff;color:#d7192d!important}
.acqe-table-wrap{overflow:auto;background:#fff;border:1px solid #e5e7eb}
.acqe-history-table{width:100%;border-collapse:collapse}
.acqe-history-table th,.acqe-history-table td{padding:13px 14px;border-bottom:1px solid #e5e7eb;text-align:left}
.acqe-history-table th{background:#f7f8f9;font-weight:700}
@media(max-width:760px){
	.acqe-portal-header{align-items:flex-start;flex-direction:column}
	.acqe-course-grid{grid-template-columns:1fr}
}
