.baqa-lms-course-card,
.baqa-lms-item,
.baqa-lms-empty {
    background: #2b1a0f;
    border: 1px solid rgba(212, 175, 55, .72);
    border-radius: 8px;
    color: #f7eadc;
    margin: 18px 0;
    padding: 18px;
}

.baqa-lms-course-card h2,
.baqa-lms-course-card h3,
.baqa-lms-item h2,
.baqa-lms-my-courses h2 {
    color: #d4af37;
    margin: 0 0 10px;
}

.baqa-lms-course-description,
.baqa-lms-course-meta,
.baqa-lms-price {
    line-height: 1.55;
}

.baqa-lms-notice {
    border-radius: 7px;
    font-weight: 700;
    margin: 12px 0;
    padding: 12px 14px;
}

.baqa-lms-info {
    background: #24384f;
    color: #fff;
}

.baqa-lms-success {
    background: #dff7e6;
    color: #145a2c;
}

.baqa-lms-warning {
    background: #4b3414;
    border-left: 4px solid #d4af37;
    color: #ffd966;
}

.baqa-lms-error {
    background: #8b1d1d;
    border-left: 4px solid #ffb3b3;
    color: #fff;
}

.baqa-lms-btn {
    align-items: center;
    background: #d4af37;
    border: 0;
    border-radius: 7px;
    color: #1f140b !important;
    cursor: pointer;
    display: inline-flex;
    font-weight: 900;
    justify-content: center;
    min-height: 40px;
    padding: 9px 14px;
    text-decoration: none;
}

.baqa-lms-btn.alt {
    background: #1f140b;
    border: 1px solid rgba(255, 255, 255, .72);
    color: #fff !important;
    margin-left: 8px;
}

.baqa-lms-item-head {
    border-bottom: 1px solid rgba(212, 175, 55, .35);
    margin-bottom: 16px;
    padding-bottom: 12px;
}

.baqa-lms-item-head span {
    color: #ffd966;
    display: block;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.baqa-lms-content {
    line-height: 1.65;
}

.baqa-lms-complete-form {
    border-top: 1px solid rgba(212, 175, 55, .35);
    margin-top: 18px;
    padding-top: 16px;
}

.baqa-lms-item-nav {
    align-items: center;
    border-bottom: 1px solid rgba(212, 175, 55, .22);
    border-top: 1px solid rgba(212, 175, 55, .22);
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin: 14px 0 18px;
    padding: 12px 0;
}

.baqa-lms-item-nav .baqa-lms-btn:last-child,
.baqa-lms-item-nav .baqa-lms-nav-locked:last-child {
    justify-self: end;
    text-align: right;
}

.baqa-lms-nav-locked {
    color: #d8c6a8;
    font-weight: 800;
}

.baqa-lms-score-label {
    color: #ffd966;
    display: block;
    font-weight: 800;
    margin: 0 0 12px;
}

.baqa-lms-score-label input {
    display: block;
    margin-top: 6px;
    max-width: 180px;
}

.baqa-lms-course-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.baqa-lms-section-title {
    color: #d4af37;
    margin: 22px 0 10px;
}

.baqa-lms-complete {
    color: #b7f7c9;
    font-weight: 800;
}

.baqa-lms-paypal {
    margin-top: 14px;
    max-width: 420px;
}

.baqa-lms-payment-message {
    color: #ffd966;
    font-weight: 800;
    margin-top: 10px;
}

.baqa-lms-outline {
    background: #2b1a0f;
    border: 1px solid rgba(212, 175, 55, .72);
    border-radius: 8px;
    color: #f7eadc;
    margin: 18px 0;
    padding: 18px;
}

.baqa-lms-outline h3 {
    color: #d4af37;
    margin: 0 0 12px;
}

.baqa-lms-curriculum-head {
    align-items: start;
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr auto;
    margin-bottom: 16px;
}

.baqa-lms-curriculum-head p {
    margin: 0;
}

.baqa-lms-curriculum-list {
    display: grid;
    gap: 12px;
}

.baqa-lms-curriculum-item {
    align-items: center;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(212, 175, 55, .3);
    border-radius: 8px;
    display: grid;
    gap: 14px;
    grid-template-columns: 72px 1fr auto;
    padding: 14px;
}

.baqa-lms-curriculum-item.complete {
    border-color: rgba(144, 238, 174, .55);
}

.baqa-lms-curriculum-item.locked {
    opacity: .68;
}

.baqa-lms-curriculum-number {
    align-items: center;
    background: #d4af37;
    border-radius: 8px;
    color: #1f140b;
    display: flex;
    font-size: 22px;
    font-weight: 900;
    height: 56px;
    justify-content: center;
}

.baqa-lms-curriculum-body h4 {
    color: #ffd966;
    margin: 0 0 6px;
}

.baqa-lms-curriculum-body p {
    margin: 0;
}

.baqa-lms-curriculum-action {
    display: grid;
    gap: 8px;
    justify-items: end;
    min-width: 110px;
}

.baqa-lms-curriculum-note {
    border-top: 1px solid rgba(212, 175, 55, .24);
    color: #ffd966;
    font-weight: 800;
    margin: 16px 0 0;
    padding-top: 14px;
}

.baqa-lms-outline ol {
    margin: 0;
    padding-left: 22px;
}

.baqa-lms-outline-item {
    border-top: 1px solid rgba(212, 175, 55, .24);
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr auto auto;
    padding: 10px 0;
}

.baqa-lms-outline-item:first-child {
    border-top: 0;
}

.baqa-lms-outline-item strong {
    color: #ffd966;
}

.baqa-lms-outline-item.complete strong {
    color: #b7f7c9;
}

.baqa-lms-outline-item.locked {
    opacity: .62;
}

.baqa-lms-small-link {
    color: #ffd966;
    font-weight: 900;
}

.baqa-lms-video-player {
    background: #1f140b;
    border: 1px solid rgba(212, 175, 55, .62);
    border-radius: 8px;
    margin: 18px 0;
    padding: 14px;
}

.baqa-lms-video-player h3 {
    color: #d4af37;
    margin: 0 0 12px;
}

.baqa-lms-video-frame {
    background: #050301;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.baqa-lms-video-frame::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.baqa-lms-video {
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
}

.baqa-lms-video-controls {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    margin-top: 12px;
}

.baqa-lms-video-controls label {
    color: #ffd966;
    font-size: 13px;
    font-weight: 900;
}

.baqa-lms-video-controls select {
    background: #2b1a0f;
    border: 1px solid rgba(212, 175, 55, .72);
    border-radius: 6px;
    color: #fff;
    display: block;
    margin-top: 5px;
    min-height: 40px;
    padding: 6px 8px;
    width: 100%;
}

.baqa-lms-video-status {
    color: #ffd966;
    font-weight: 800;
    margin: 10px 0 0;
}

.baqa-lms-video-debug {
    background: rgba(255, 217, 102, .08);
    border: 1px solid rgba(212, 175, 55, .42);
    border-radius: 6px;
    color: #f7eadc;
    margin-top: 12px;
    padding: 10px 12px;
}

.baqa-lms-video-debug summary {
    color: #ffd966;
    cursor: pointer;
    font-weight: 900;
}

.baqa-lms-video-debug a {
    color: #ffd966;
    font-weight: 900;
}
