/* mod_articles_custom styles */
/*

.mod-articles-custom__item {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e5e5e5;
}

.mod-articles-custom__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.mod-articles-custom__image {
    margin-bottom: 0.75rem;
}

.mod-articles-custom__image img {
    max-width: 100%;
    height: auto;
    display: block;
}

.mod-articles-custom__title {
    margin: 0 0 0.5rem;
}

.mod-articles-custom__title a {
    text-decoration: none;
}

.mod-articles-custom__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #666;
    margin-bottom: 0.5rem;
}

.mod-articles-custom__meta > span:not(:last-child)::after {
    content: "\00b7";
    margin-left: 0.5rem;
}

.mod-articles-custom__introtext {
    margin-bottom: 0.75rem;
    line-height: 1.6;
}

.mod-articles-custom__fulltext {
    margin-bottom: 0.75rem;
    line-height: 1.6;
}

.mod-articles-custom__fields {
    margin: 0.75rem 0;
    padding: 0.75rem;
    background: #f8f9fa;
    border-radius: 4px;
}

.mod-articles-custom__field {
    margin-bottom: 0.35rem;
    font-size: 0.9rem;
}

.mod-articles-custom__field:last-child {
    margin-bottom: 0;
}

.mod-articles-custom__field-label {
    font-weight: 600;
    margin-right: 0.25rem;
}

.mod-articles-custom__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin: 0.5rem 0;
}

.mod-articles-custom__tag {
    display: inline-block;
    padding: 0.15rem 0.5rem;
    background: #e9ecef;
    border-radius: 3px;
    font-size: 0.8rem;
}

.mod-articles-custom__readmore {
    margin-top: 0.5rem;
}

.mod-articles-custom__readmore-link {
    font-weight: 500;
    text-decoration: none;
}

*/
