.testimonial-thumb {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 50%;
}

.feature-icon {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(40, 167, 69, 0.08);
    color: #28a745;
    font-size: 28px;
}

.brochure-table-wrapper {
    max-height: 560px;
    overflow: auto;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.08);
}

.brochure-table thead th {
    position: sticky;
    top: 0;
    background: #f8f9fa;
    z-index: 2;
}

.brochure-table td,
.brochure-table th {
    min-width: 130px;
    vertical-align: top;
}
