﻿
/*#region Custom Plearn Article page (New version 06/03/2025)*/
.plearn-new .ar-card {
    padding: 40px;
}

.plearn-new .ar-card {
    background-color: #fff;
}

.plearn-new .ar-header-img {
    width: 100%;
}

.plearn-new .ar-profile-img {
    height: 48px;
    width: 48px;
    border-radius: 25px;
}

.plearn-new .ar-profile-name {
    color: #222;
    font-family: "Thongterm-Roman";
    font-size: 16px;
    vertical-align: middle;
    margin-left: 24px;
    font-style: italic; 
}

.plearn-new .ar-text-title {
    border: unset;
    padding-left: 0;
}

.plearn-new .ar-text-title {
    color: #222;
    font-family: "Krungsri-Condensed-Bold";
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 48px;
    padding-left: 16px;
    border-left: 10px solid #ffd400;
}

.plearn-new .zone-breadcrumb {
    height: 100%;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
}

.plearn-new .container--breadcrumb {
    position: relative;
    margin-bottom: -64px;
    min-height: 64px;
    color: #222;
}

.plearn-new .ar-mg-rm {
    margin-right: unset;
    margin-left: unset;
}

.plearn-new .ar-tag {
    color: #5a5a5a;
    font-family: "Thongterm-Bold";
    font-size: 16px;
    font-weight: bold;
}

.plearn-new .ar-tag-name {
    color: #545454;
    font-family: "Thongterm Roman";
    font-size: 14px;
    display: contents;
}

.plearn-new .ar-box-back {
    width: 96px;
    cursor: pointer;
}

.plearn-new .ar-text-back {
    color: #5a5a5a;
    font-family: "Thongterm-Roman";
    font-size: 16px;
    padding-left: 17px;
}

.plearn-new .ar-tag-footer {
    height: 34px;
    border: 1px solid #e8e8e8;
    color: #545454;
    font-family: "Thongterm-Roman";
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    padding: 2px 8px;
    cursor: pointer;
    /*margin-right: 16px;*/
}

.plearn-new .ar-box-title {
    border-left: 10px solid #ffd400;
} 

@media screen and (min-width: 768px) {
    .plearn-new .container .row {
        padding: 0; 
    }
}

@media (max-width: 768px) {
    .plearn-new .ar-card {
        padding: 24px 16px;
    }

    .plearn-new .ar-text-title {
        color: #222;
        font-family: "Krungsri-Condensed-Bold";
        font-size: 26px;
        font-weight: bold;
        line-height: 48px;
        padding-left: 8px;
        margin-left: unset;
        border-left: 10px solid #ffd400;
    }

    .plearn-new .ar-tag-name {
        display: contents;

    } 
}
/*#endregion*/

/*#region Plearn search*/
.plearn .input-group .input-group-append .input-group-text {
    border-radius: 0 3px 3px 0;
    background: #ffd400 !important;
    width: 52px !important;
    height: 44px;
    min-width: auto;
}

.plearn .hwcCustomization .myContent {
    width: 100%;
}

.plearn .hwcCustomization .wrapper {
    /* font-size: 22pt; */
    padding: 5px;
    clear: both;
}

.plearn .hwcCustomization .myBox {
    -ms-grid-columns: 100%;
    -ms-grid-rows: auto auto auto auto;
    display: block;
    color: #554242;
    margin: 3px;
    width: 100%;
}

.plearn .hwcCustomization .myBox {
    width: auto;
}

.plearn .result-store .result-item {
    word-break: break-all;
}

.plearn .result-store .result-item:not(:first-child) {
   margin-top: 40px;
}

.plearn .result-pagination-store {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.plearn .result-store .result-item .result-item-content, .result-store .result-item .result-item-link a {
    font-size: 16px;
    font-weight: normal;
    font-family: Thongterm-Roman;
}

.plearn .result-store .result-item .result-item-sublink {
    margin-right: 16px;
    font-size: 14px;
    border: solid 1px #e8e8e8;
    border-radius: 4px;
    padding: 4px 8px;
    float: left;
    margin-top: 5px;
    font-family: Thongterm-Roman;
}


.plearn .result-pagination-store .paginationjs-pages .paginationjs-page.active {
    width: 24px;
    display: inline-block;
    background-color: #ffd400;
    border-radius: 24px;
    line-height: 24px;
}

.plearn .result-pagination-store .paginationjs-pages .paginationjs-page  {
    width: 24px; 
}

.plearn-search-zone .search-area {
    max-width: 570px;
    padding-bottom: 16px;
    padding-top: 24px;
}

.plearn-search-zone .predictiveSearchHolder .predictiveSearchResults span {
    font-family: Thongterm-Roman;
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #5a5a5a;
}

@media (max-width: 768px) {
    .pd-mb-15-i {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

/*#endregion*/
