.article-intro-image {
  position: relative;
  margin-bottom: 1rem;
}

.article-intro-image img {
  display: block;
  width: 100%;
  height: auto;
}

.article-overlay {
  /*background: rgb(62 62 62 / 47%);*/
  color: #fff;
}

.article-overlay a {
  color: #fff;
  text-decoration: none !important;
  /*text-shadow: 0px 0px 15px #000000, 0 0 1em #000000;*/
}
.article-overlay a:visited {
    color: #ffffff;
    font-size: 19px;
    -webkit-text-stroke-color: #ff0000;
    -webkit-text-stroke-width: 0.7px;
   }
h2.overlay-title.mb-1 {
    font-size: 19px;
    -webkit-text-stroke-color: #ff0000;
    -webkit-text-stroke-width: 0.7px;
}
/* Стили для мета-элементов с иконками */
.overlay-info .meta-item {
  display: flex;
  align-items: center;
  font-size: 0.875rem; /* small */
}

.overlay-info .meta-item i {
  margin-right: 0.25rem;
  font-size: 0.8rem;
  line-height: 1;
  vertical-align: middle;
}
.article-list .article {
    position: relative;
    padding: 0;
    border: none;
    border-radius: 3px;
    margin: 0px 17px 0px 13px;
}
.article-info>span+span::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    content: "";
}
#sp-main-body {
    padding: 20px 0;
}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 1.8em;
    }
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "➞");
    transform: translate(0%, 7%);
}

.sp-page-title .breadcrumb>span, .sp-page-title .breadcrumb>li, .sp-page-title .breadcrumb>li+li:before, .sp-page-title .breadcrumb>li>a {
    color: #ec430f;
}

.article-details .article-info {
    margin: inherit !important;
}
p {
    margin-top: 24px;
    margin-bottom: 1rem;
}
figcaption {
    display: none;
}
.article-body {
    display: none;
}
.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: 5px 5px 5px 5px;
}
#sp-header {
    height: 60px;
    width: 100%;
    position: relative;
    z-index: 99;
    box-shadow: 1px -4px 9px 7px rgb(0 0 0 / 28%);
    animation: spFadeIn 0.5s;
}
/*Эффект наведения для изображения */
.article-intro-image {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.article-intro-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.4s ease;
}

.article-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
    color: white;
}

.overlay-title {
    margin-bottom: 5px;
}

.overlay-title a {
    color: white;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
}

.overlay-info {
    font-size: 0.8rem;
    opacity: 0.9;
    color: rgba(255,255,255,0.9);
}

/* Эффекты при наведении */
.article-intro-image:hover img {
    transform: scale(1.03);
    filter: brightness(0.9);
}

.article-intro-image:hover .article-overlay {
    background: linear-gradient(to top, rgba(141, 0, 0, 0.8) 0%, rgba(141, 0, 0, 0) 100%);
}

.overlay-title a:hover {
    text-decoration: underline;
}

.meta-item i {
    margin-right: 5px;
}
/*Эффект наведения для изображения конец */


