body:not(.home) #content .ast-container {
    padding: 100px 35px;
}

.mou-archive-header nav.breadcrumb, 
.mou-archive-header nav.breadcrumb a {
    font-size: 14.72px;
    color: #777;
}

.ast-pagination {
    display: flex !important;
    justify-content: flex-start;
    padding-left: 0 !important;
    padding-top: 50px !important;
    padding-bottom: 0 !important;
}

.ast-pagination .page-numbers {
    border-radius: 5px;
    line-height: 40px !important;
    margin-right: 10px;
}

.ast-pagination span.page-numbers.current {
    background: #e5e9ef;
}

.ast-pagination a.page-numbers {
    color: #ffffff;
    background: #282829;
}

.ast-pagination a.page-numbers:hover {
    color: #ffffff;
    background: #282829;
    line-height: 40px !important;
}

.ast-pagination a.page-numbers span {
    display: none;
}

.mou-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px 20px; 
}

.mou-product-grid .mou-product-item {}

.mou-product-grid .mou-product-thumb img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 12px;
}

.mou-product-grid .mou-archive-product-title {
    overflow: hidden;
    max-height: 4.4rem;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-bottom: 0 !important;
    font-size: 1em;
    color: #000000;
}

.mou-archive-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

div#mou-product-view-count-panel {
    color: rgb(96, 96, 96);
}

span.mou-product-view-count-separator {
    margin: 0 6px;
    font-weight: 100;
    font-size: small;
}

/*Single Product Style*/

.mou-product-breadcrumb {
    font-size: 14px;
    margin-bottom: 20px;
}

.mou-product-single-container .mou-product-breadcrumb {
    margin-bottom: 12px;
}

.mou-product-main-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.mou-product-left {
    flex: 1 1 60%;
}

.mou-product-right {
    flex: 1 1 20%;
}

.mou-product-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 12px;
}

.mou-product-title {
    font-size: 20px;
    margin-top: 15px;
}

.mou-product-description {
    background: #f7f7f7;
    padding: 20px;
    border-radius: 12px;
    margin-top: 15px;
}

.mou-product-meta-box {
    margin-top: 10px;
    padding: 20px;
}

.mou-product-meta-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mou-product-meta-box li {
    margin-bottom: 10px;
}

.mou-product-subscribe-box {
    border: 1px solid #141414;
    padding: 25px 25px;
    border-radius: 12px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 20px 8px rgb(173 173 173 / 22%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mou-product-subscribe-box > h3 {
    text-align: left;
    font-size: 20px;
}

.mou-product-subscribe-box ul {
    width: 80%;
    text-align: left;
    margin: 12px 0;
    padding: 0;
    list-style: none;
}

.mou-product-subscribe-box ul li {
    font-size: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 6px;
}

.mou-product-subscribe-box ul li svg {
    width: 13px;
}

.mou-product-subscribe-box ul li svg .cls-1 {
    fill: #00a82a;
}

.mou-product-subscribe-box > form {
    width: 100%;
}

.mou-subscribe-button {
    width: 85%;
    background: #ff2d2d;
    color: #fff;
    padding: 6px 20px;
    border-radius: 5px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 24.1429px;
}

.sdd-subscribe .mou-subscribe-button {
    margin-bottom: 20px;
}

.mou-subscribe-button:hover,
.mou-subscribe-button:focus {
    color: #fff;
}

.sdd-download-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    width: 100%;
    margin: 16px 0 24px;
    padding: 20px 18px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #fafafa;
}

.sdd-download-card__eyebrow {
    margin: 0;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #666;
}

.sdd-download-card__title {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.3;
}

.sdd-download-card__help {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.45;
    color: #444;
}

.sdd-download-card__form {
    width: 100%;
    margin: 0;
}

.sdd-download-card__button {
    width: 100%;
    padding: 12px 20px;
    font-size: 14px;
    line-height: 1.4;
}

.mou-single-product-secure {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 4px;
    font-size: 12px;
    line-height: 12px;
}

.mou-single-product-secure svg#Layer_2 {
    width: 8px;
    margin-right: 2px;
}

.mou-single-product-secure svg#Layer_3 {
    width: 31px;
    margin-top: 2px;
}

.mou-single-product-secure svg#Layer_3 .cls-1 {
    fill: #635bff;
}

.mou-product-meta-box table {
    font-size: 12.3px;
    text-align: left;
    border: none;
}

.mou-product-meta-box table th, 
.mou-product-meta-box table td {
    border: none;
    padding: 3px;
}

.mou-product-meta-box table th {
    color: #a6a7b7;
}

.mou-product-meta-box table td {
    color: #000000;
}

.mou-product-meta-box table td a {
    text-decoration: underline;
}

.mou-post-description-wrapper {
    margin-top: 15px;
    position: relative;
    background: #f2f2f2;
    padding: 14px 15px;
    border-radius: 12px;
    font-size: 13px;
}

.mou-post-description-wrapper.collapsed {
    cursor: pointer;
}

.mou-post-description-text {
    overflow: hidden;
    height: 5.5em; 
    transition: height 0.4s ease;
}

.mou-desc-toggle-btn {
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 0;
    min-width: 40px;
    color: #0f0f0f;
    white-space: pre;
    text-transform: none;
    font-family: "Roboto", "Arial", sans-serif;
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px;
}

.mou-desc-toggle-btn:hover,
.mou-desc-toggle-btn:focus {
    background: none;
    color: #0f0f0f;
    border: none;
}

.mou-post-description-text p {
    margin: 0;
}

.mou-related-products-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 34px 0 25px 0;
}

.mou-btn-secondry {
    border: 1px solid #000000;
    padding: 8px 30px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: bold;
}

.mou-btn-secondry:hover,
.mou-btn-secondry:focus {
    border: 1px solid #000000;
    color: #000000;
}

@media (min-width: 1024px) {
    .mou-product-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}