.timing-widget span {
    color: var(--orange);
}

.course-detail .date {
    font-family: var(--ft);
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 22px;
    text-align: left;
    letter-spacing: 0.02em;
    color: var(--primary);
    display: flex;
    align-items: center;
    margin-bottom: 2rem
}


.course-detail .main-details {
    padding-right: 20px;
}

.course-detail .img-con {
    max-height: 500px;
    overflow: hidden;
    min-height: 300px;
    width: 90%;
}

.course-detail .img-con img {
    border-radius: 6px;
}

.course-detail h2.card-title {
    font-family: var(--ft);
    color: var(--h-color);
    font-weight: 500;
    font-size: calc(var(--big) * 1);
    line-height: calc(var(--line-height) * 1.4);
    margin-bottom: 12px;
}

.course-detail .img-con img {
    height: 100%;
    width: 100%;
}

.course-detail .date {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.course-detail .sps {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.course-detail .sps>div {
    background: var(--lighter-dark);
    border-radius: 5px;
    padding: 6px 12px;
    font-family: var(--ft);
    font-size: var(--sm);
    color: var(--p-color);
    letter-spacing: 0.01em;
}

.course-detail .content {
    font-family: var(--ft);
    font-style: normal;
    font-weight: 300;
    font-size: calc(var(--mid) * 0.96);
    line-height: var(--line-height);
    color: var(--p-color);
    letter-spacing: 0.025em;
}


.course-detail .my-btn {
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 200px;
    padding: 9px 10px !important;
    gap: 20px;
    border-radius: 5px;
    font-family: var(--ft);
    font-style: normal;
    font-weight: 400;
    font-size: var(--mid);
    line-height: var(--line-height);
    text-align: right;
    flex: none;
    order: 0;
    flex-grow: 0;
}


.course-detail .side-widgets h4 {
    font-family: var(--ft);
    font-style: normal;
    font-weight: 500;
    font-size: calc(var(--mid) * 1.1);
    line-height: var(--line-height);
    color: var(--h-color);
    padding: 0 0 12px 0;
    border-bottom: 1px solid var(--divder-color);
    margin-bottom: 7px;
}

.course-detail .side-widgets h4 i {
    color: var(--primary);
}

.course-detail .side-widgets p {
    font-family: var(--ft);
    font-style: normal;
    font-weight: 300;
    font-size: calc(var(--sm) * 1.05);
    line-height: calc(var(--line-height) * 0.85);
    color: var(--p-color);
    margin-bottom: 0;
}


.course-detail .side-widgets ul {
    padding: 0px 24px;
    font-family: var(--ft);
    font-style: normal;
    font-weight: 300;
    font-size: calc(var(--sm) * 1.05);
    line-height: calc(var(--line-height) * 0.85);
    color: var(--p-color);
    margin-bottom: 0;
}


.course-detail .content ol {
    padding: 0;
    padding-left: 22px;
    padding-right: 22px;
}




/* **************************************************** */
/* ******************** Ar Styles ********************* */
/* **************************************************** */
.ar .course-detail .main-details {
    padding-right: 0px;
    padding-left: 20px;
}

.ar .course-detail .card-title {
    font-weight: 400;
    font-size: calc(var(--big) * 0.9);
    line-height: calc(var(--line-height) * 1.55);
    margin-bottom: 9px;
}

.ar .course-detail .date {
    letter-spacing: 0.025em;
    margin-top: 2px;

}

.ar .course-detail .sps>div {
    letter-spacing: 0;
}


.ar .course-detail .content p {
    font-family: var(--ft);
}

.ar .course-detail .my-btn {
    font-size: calc(var(--mid) * 0.95);
}

.ar .course-detail .side-widgets h4 {
    font-size: calc(var(--mid) * 1.05);
}

.ar .course-detail .side-widgets h4 svg,
.ar .course-detail .side-widgets h4 i {
    margin-left: 6px;
}

.ar .course-detail .side-widgets p {
    font-size: calc(var(--sm) * 1.06);
    line-height: var(--line-height);
    letter-spacing: 0.02em;
}


@media only screen and (max-width: 768px) {

    .course-detail .main-details {
        padding-right: 0;
        padding-left: 0;
    }


    .course-detail .img-con {
        width: 100%;
        height: 265px;
    }

}