.raj-summary-block {
    margin: 0 0 2rem;
    padding: 1rem 1.25rem;
    border: 1px solid #d9e0e7;
    border-radius: 12px;
    background: #f8fafc;
}

.raj-summary-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.raj-summary-button {
    border: 1px solid #c7d2de;
    border-radius: 999px;
    background: #ffffff;
    color: #234;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1;
    padding: 0.6rem 0.9rem;
    transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.raj-summary-button:hover,
.raj-summary-button.is-active {
    background: #234;
    border-color: #234;
    color: #fff;
}

.raj-summary-panel {
    display: none;
}

.raj-summary-panel.is-active {
    display: block;
}

.raj-summary-panel p,
.raj-summary-panel ul {
    margin: 0;
}

.raj-summary-panel ul {
    padding-left: 1.25rem;
}

.raj-summary-panel li + li {
    margin-top: 0.45rem;
}
