.isk-cpt-content {
    width: 1150px;
    margin-left: auto;
    margin-right: auto;
}
.isk-cpt-mobile-main {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 60px;
}
.iks-mobile-content-wrap {
    padding: 30px 20px 60px 20px;
    background: #efefef;
    border-radius: 4px;
}
.iks-mobile-single {
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
}
.iks-mobi-specs-text h2 {
    padding-top: 30px;
    padding-bottom: 20px;;
}
.iks-mobile-single .iks-mobile-text p {
    margin-bottom: 7px;
}
.iks-other-spec p.iks-price {
    margin-bottom: 10px;
    color: #179133;
    font-size: 18px;
    line-height: 24px;
}
ul.iks-meta-list {
    padding-left: 0px;
}
ul.iks-meta-list li {
    list-style: none;
    margin-bottom: 5px;
}
.iks-other-spec {
    background: #ffffff;
    padding: 20px;
}
.iks-mobile-single li.iks-ult-price {
    color: #179133;
    font-size: 16px;
}
.iks-mobile-single li.iks-ult-available {
    font-size: 14px;
    color: #555d65;
}
.iks-detail-text {
    margin-top: 20px;
    background: #ffffff;
    padding: 20px;
}
.spec-heading h3 {
    background: #efefef;
    padding: 10px 10px 14px 10px;
    font-size: 24px;
    line-height: 32px;
}
.iks-mobile-image {
    display: flex;
    max-width: 50%;
}

.iks-mobile-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.iks-mobile-content {
    flex: 1;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 2%;
}

.iks-mobile-content h2 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.iks-mobile-meta {
    margin-bottom: 20px;
    color: #555;
}

.iks-mobile-text {
    line-height: 1.6;
}
.iks-detail-text p a {
    color: #179133;
}
.iks-filter-term-content {
    width: 1150px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    padding-bottom: 60px;
}
.iks-filter-term-content h1 {
    line-height: 45px;
    font-size: 32px;
    padding-left: 10px;
}
.iks-filter-wrapper #post-term-list{
    width: 68%;
}
.iks-comments {
    padding-bottom: 60px;
}
.iks-comments .comment-form [type=button], .iks-comments .comment-form [type=submit], .iks-comments .comment-form button {
    color: #3ac950;
    border: 1px solid #3ac950;

}
.iks-comments .comment-form [type=button]:focus, .iks-comments .comment-form [type=button]:hover, .iks-comments .comment-form [type=submit]:focus, .iks-comments .comment-form [type=submit]:hover, .iks-comments .comment-form button:focus, .iks-comments .comment-form button:hover {
    color: #fff;
    background-color: #3ac950;
}

/* Mobile/Responsive Media Querires */
/* For extra small devices (phones, portrait mode) */
@media (min-width: 320px) and (max-width: 479px) {
    .iks-mobile-content, .iks-mobile-image {
        max-width: 100%;
    }
    .iks-filter-wrapper #filter-sidebar, .iks-filter-wrapper #post-list {
        width: 100% !important;
    }
    .iks-post-item {
        display: flex;
        flex-direction: column !important;;
        padding: 20px;
    }
}
  
/* For small devices (larger phones, portrait tablets) */
@media (min-width: 480px) and (max-width: 767px) {
    .iks-mobile-content, .iks-mobile-image {
        max-width: 100%;
    }
    .iks-filter-wrapper #filter-sidebar, .iks-filter-wrapper #post-list {
        width: 100% !important;
    }
    .iks-post-item {
        display: flex;
        flex-direction: column !important;
        padding: 20px;
    }
}
  
/* For medium devices (tablets, landscape tablets) */
@media (min-width: 768px) and (max-width: 1023px) {
    /* Styles for tablets */
}