

/* Start:/local/templates/aspro-medc2/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?17599137992929*/
.article-content-wrapper {
    position: relative;
    margin: 20px 0;
    display: flow-root; 
}

.article-title {
    margin: 0 0 25px 0;
    font-size: 2rem;
    line-height: 1.3;
}

.author-info {
    float: left;
    width: 250px;
    margin-right: 30px;
    margin-bottom: 20px;
}

.author-photo {
    width: 100%;
    aspect-ratio: 5/6; 
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #eee;
    background-color: #f9f9f9; 
}

.author-photo img {
    width: 100%;
    height: 115%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.author-photo:hover img {
    transform: scale(1.05);
}

.author-description {
    line-height: 1.6;
    font-size: 1.3rem;
    color: #555;
}

.article-detail__text {
    overflow: hidden;
    line-height: 1.7;
}

.article-detail__text p {
    margin-bottom: 1.2em;
}

.article-detail__text p:first-child {
    margin-top: 0;
}

.article-detail__text p:last-child {
    margin-bottom: 0;
}

.article-date {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.back-to-list {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.back-to-list a {
    color: #0066cc;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.back-to-list a:hover {
    color: #004499;
    text-decoration: underline;
}

  .articles_tb {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
  }
  
  .articles_tb, 
  .articles_tb th, 
  .articles_tb td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
  }
  
  .articles_tb th {
    background-color: #f5f5f5;
    font-weight: bold;
  }
  
  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    margin-bottom: 20px;
  }
  
  @media (max-width: 767px) {
    .table-responsive {
      display: block;
    }
    
    .articles_tb td,
    .articles_tb th {
      padding: 8px 6px;
      font-size: 14px;
    }
  }


/* Улучшенная мобильная версия */
@media (max-width: 768px) {
    .author-info {
        float: none;
        width: 100%;
        margin-right: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 30px;
    }
    
    .author-photo {
        max-width: 200px;
        margin: 0 auto 20px;
    }
    
    .article-title {
        font-size: 1.6rem;
        text-align: center;
    }
    
    .author-description {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .article-content-wrapper {
        margin: 15px 0;
    }
    
    .author-photo {
        max-width: 150px;
    }
    
    .article-title {
        font-size: 1.4rem;
    }
}
/* End */
/* /local/templates/aspro-medc2/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?17599137992929 */
