#sp-main-body {
    padding: 20px 0;
}
#sp-top-bar {
       font-size: 1rem;
}
.article-details .article-full-image img {
    display: block;
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
}
.article-details figcaption.caption {
    font-size: 14px;
    color: #252525;
    margin: 5px 0px;
    opacity: 0.7;
    text-align: center;
}
.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
    color: #1194db;
}
.article-list .article .article-header h1, .article-list .article .article-header h2 {
    font-size: 1.375rem;
    margin: 0 0 1.25rem 0;
    text-align: center;
}
.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
    border-radius: 8px 8px 0 0;
    object-fit: cover;
    width: 100%;
}
.article-list .article {
    position: relative;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 8px;
    background-color: white;
    box-shadow:  2px 2px 10px 0 rgba(0, 0, 0, 0.2);
    border: unset;
}
.article-info {
    margin-bottom: 0rem;
}
.badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 1em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #f56308;
}
.search-result-image {
  float: left;
  margin: 0 1rem 1rem 0;
}
.search-result-img {
  max-width: 200px;
  height: auto;
  display: block;
  border-radius: 6px;
}

.logo-image {
  width: 400px;   
  height: auto;    
}

@media (max-width: 576px) {
  .logo-image {
    width: 200px; 
  }
}
table {
  width: 100%;
  border-collapse: collapse;
  border: 1px dotted #8a8a8a;
}

thead {
  background-color: #f2f2f2;
}

table th,
table td {
  border: 1px dotted #6a6a6a;
  padding: 8px;
  text-align: center;
}

table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.article-list .article .featured-article-badge {
    display: none;
}

.category-desc {
    display:block;
}


.category-desc { display: block; }


body.paged-category .category-desc { display: none !important; }


body.paged-category .page-header { display: none !important; }
body.paged-category h1 { display: none !important; }

.inprint-search-thumb{
    float:left !important;
    width:220px !important;
    margin:0px 30px 0px 0 !important;
    overflow:hidden !important;
    border-radius:10px !important;
    line-height:0 !important;
}

.inprint-search-thumb img{
    width:220px !important;
    height:auto !important;
    display:block !important;
    border-radius:10px !important;
    transition:transform .3s ease !important;
}

.inprint-search-thumb:hover img{
    transform:scale(1.03) !important;
}

.result__item{
    clear:both !important;
    overflow:hidden !important;
}

.result__item::after{
    content:"";
    display:block;
    clear:both;
}

.result__item + .result__item{
    border-top:1px dashed #bfbfbf;
    margin-top:1.3em;
    padding-top:1.3em;
}

.com-finder .result-title,
.com-finder .result__title,
.com-finder h3{
    margin:0 0 14px !important;
    padding-top:2px !important;
    line-height:1.2 !important;
}

.com-finder .result-title a,
.com-finder .result__title a,
.com-finder h3 a{
    font-size:26px !important;
    line-height:1.25 !important;
    font-weight:500 !important;
    text-decoration:none !important;
}

.com-finder .result-text,
.com-finder .result__description,
.com-finder .description,
.com-finder .search-result__text,
.com-finder p{
    font-size:22px !important;
    line-height:1.3 !important;
    color:#5a5a5a !important;
    margin:0 !important;
}
.result__title-text {
    font-size: 1.6rem !important;
}