.cs-41ab05cd-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: inherit;
}
.cs-41ab05cd-header {
    text-align: center;
    margin-bottom: 50px;
}
.cs-41ab05cd-label {
    color: #e53e3e;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: bold;
}
.cs-41ab05cd-title {
    font-size: 36px;
    margin: 15px 0;
    color: #1a202c;
    font-weight: 700;
}
.cs-41ab05cd-description {
    color: #4a5568;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}
.cs-41ab05cd-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}
.cs-41ab05cd-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    padding: 30px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
}
.cs-41ab05cd-stars {
    color: #e53e3e;
    margin-bottom: 15px;
    font-size: 18px;
}
.cs-41ab05cd-quote-icon {
    font-size: 40px;
    color: #fed7d7;
    line-height: 1;
    margin-bottom: 10px;
    font-family: serif;
}
.cs-41ab05cd-quote-text {
    color: #4a5568;
    font-size: 14px;
    line-height: 1.6;
    flex-grow: 1;
    margin-bottom: 20px;
}
.cs-41ab05cd-pill {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 20px;
    border: 1px solid #e2e8f0;
    align-self: flex-start;
}
.cs-41ab05cd-author {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e2e8f0;
    padding-top: 20px;
}
.cs-41ab05cd-author-info {
    display: flex;
    flex-direction: column;
}
.cs-41ab05cd-author-info strong {
    font-size: 14px;
    color: #1a202c;
}
.cs-41ab05cd-author-info span {
    font-size: 12px;
    color: #718096;
}
.cs-41ab05cd-pill-small {
    font-size: 10px;
    border: 1px solid #e2e8f0;
    padding: 4px 8px;
    border-radius: 12px;
    color: #4a5568;
}