.lang-switch .nav-link {
    font-size: 0.9rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.lang-switch .nav-link.active {
    text-decoration: underline;
}

.portfolio-caption {
    padding: 0.75rem 1rem;
    background: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
}

.team-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    color: var(--bs-primary);
    font-size: 2.5rem;
}

.article-lang-banner:empty {
    display: none !important;
}

.blog-article-body p {
    line-height: 1.65;
}

.blog-article-body .lead {
    font-size: 1.1rem;
}

.blog-author-icon {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    color: #fff;
    border-radius: 50%;
    font-size: 0.75rem;
    font-weight: 700;
}

#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(4, 15, 40, 0.95);
    color: #fff;
    padding: 1rem 1.5rem;
    display: none;
}

#cookie-banner.show {
    display: block;
}

.testimonial-initials {
    width: 120px;
    height: 120px;
    min-width: 120px;
    font-size: 1.75rem;
    font-weight: 700;
}

.work-type-card {
    height: 100%;
}

.work-type-card figure {
    margin: 0;
    overflow: hidden;
}

.work-type-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.work-type-card:hover img {
    transform: scale(1.03);
}

.work-type-card .card-body {
    padding: 1.25rem 1.25rem 1.5rem;
}

.work-type-note {
    font-size: 0.9rem;
    color: #666;
}
