.image-semicircle-left {
    border-radius: 70px 0 0 70px;
    object-fit: cover;
    max-height: 400px;
    width: 100%;
}

.index-scroll {
    max-height: 200px;
    overflow-y: auto;
    position: relative;
    padding-right: 10px;
}

.scroll-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    pointer-events: none;
    display: none;
}

.post-title {
    color: #001388;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.post-meta {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.post-index-title {
    font-weight: bold;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.post-index-list {
    list-style: none;
}

.post-index-list li {
    margin-bottom: 0.5rem;
}

.post-index-list a {
    color: #001388;
    text-decoration: none;
}

/* Estilos para la sección de autores */
.card-author {
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s, box-shadow 0.3s;
}

.card-author:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.author-image {
    width: 100%;
    max-width: 100px;
    height: auto;
    border: 2px solid #f0f0f0;
}

.author-name {
    font-size: 1.1rem;
    margin-bottom: 0.3rem;
}

.author-position {
    color: #6c757d;
    font-size: 0.9rem;
    font-style: italic;
}

.author-description {
    font-size: 0.85rem;
    line-height: 1.4;
}

.primary-color {
    color: #001388;
}

.title-section {
    color: #001388;
    position: relative;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
}

.title-section:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 50px;
    background-color: #001388;
}

/* Estilos para breadcrumbs */
.breadcrumb-container {
    padding: 1.75rem;
}

.breadcrumb {
    margin-bottom: 0;
    background: transparent;
    padding: 0;
}

.breadcrumb-item a {
    color: #001388;
    text-decoration: none;
}

.breadcrumb-item a:hover {
    text-decoration: underline;
}

.breadcrumb-item.active {
    color: #6c757d;
}

/* Icono personalizado para el separador */
.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
    color: #6c757d;
}

.post-index-list li {
    list-style: none;
    margin-bottom: 0.5rem;
}

/*Icono clock modificado, más pequeño*/
.icon-clock--small {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("https://static.nibw.es/sxs/COCHE/logo-li+1.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 6px;
}

.prev-next-button {
    color: #001388;
    background-color: #fff;
    border: 1px solid #dee2e6;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.2s, color 0.2s;
    font-weight: 500;
}

.prev-next-button,
.prev-next-button:visited {
    color: #001388;
    background-color: #fff;
    border: 1px solid #dee2e6;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.2s, color 0.2s;
    font-weight: 500;
    outline: none;
}

.prev-next-button:hover,
.prev-next-button:active,
.prev-next-button:focus {
    background-color: #f2f2f2;
    color: #E86C3C !important;
    border-color: #E86C3C;
}
