/* ABP Course Template — Front-end */

/* Intro section */
.abp-ct-intro {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-left: 4px solid #2271b1;
    border-radius: 6px;
    padding: 16px 20px;
    margin-bottom: 24px;
}

.abp-ct-intro p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #1e3a5f;
}

/* Feedback section */
.abp-ct-feedback {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 20px 24px;
    margin-top: 32px;
    text-align: center;
}

.abp-ct-feedback-msg {
    margin: 0 0 12px;
    font-size: 15px;
    color: #4b5563;
}

.abp-ct-feedback-btn {
    display: inline-block;
    background: #2271b1;
    color: #fff !important;
    padding: 10px 24px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: background 0.2s;
}

.abp-ct-feedback-btn:hover {
    background: #135e96;
    color: #fff !important;
}
