/* Custom Course Header */
.custom-course-header {
    background-color: #ffffff;
    border-bottom: 1px solid #e5e8ec;
    padding: 15px 24px;
    position: sticky;
    top: 0;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.custom-course-header .header-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-course-header .header-logo img {
    height: 40px;
    width: auto;
    display: block;
}

.custom-course-header .contact-btn {
    background-color: #2626ea;
    color: #ffffff !important;
    padding: 12px 24px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none !important;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(38, 38, 234, 0.2);
}

.custom-course-header .contact-btn:hover {
    background-color: #1e1ebd;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(38, 38, 234, 0.3);
}

/* Adjust page spacing for sticky header */
body.single-courses {
    padding-top: 0 !important;
}

/* Professional Course Page Styles */
.single-courses .tutor-course-header-h1,
.single-courses h1,
.post-124 h1 {
    font-size: 2.2rem !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    margin-bottom: 1rem !important;
    letter-spacing: -0.02em !important;
}

/* Adjust heading sizes for a cleaner hierarchy */
.single-courses h2, .post-124 h2 {
    font-size: 1.6rem !important;
    font-weight: 600 !important;
    color: #334155 !important;
    margin-top: 1.5rem !important;
    margin-bottom: 0.75rem !important;
}

.single-courses h3, .post-124 h3 {
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    color: #475569 !important;
}

/* Base course page UI enhancements */
.single-courses .tutor-wrap,
.post-124 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    color: #334155;
    line-height: 1.625;
}

/* Give standard lists a cleaner look */
.post-124 ul {
    padding-left: 1.25rem !important;
    margin-bottom: 1.5rem !important;
}

.post-124 ul li {
    margin-bottom: 0.5rem !important;
    position: relative;
    list-style-type: disc !important;
}

/* Professional card elements / meta elements (Tutor LMS defaults) */
.tutor-single-course-sidebar {
    border-radius: 12px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important;
    border: 1px solid #e2e8f0 !important;
    overflow: hidden !important;
}
