.ai-summary-buttons {margin:30px 0; padding:20px; background:#f8f9fa; border-radius:8px; clear:both; display: flex; justify-content:space-around; align-items:center}
.ai-summary-heading {margin:0; font-size:1.1rem !important; color:#333; font-weight:600}
.ai-buttons-wrapper {display:flex; flex-wrap:wrap; gap:10px}
.ai-button {display:inline-flex; align-items:center; gap:8px; padding:9px; color:#000 !important; text-decoration:none !important; border-radius:6px; font-size:14px; font-weight:500; transition:all 0.3s ease; border: 1px solid #662CA4; cursor:pointer; box-shadow:0 2px 4px rgba(0,0,0,0.1)}
.ai-button:hover {opacity:0.9; transform:translateY(-2px); box-shadow:0 4px 12px rgba(0,0,0,0.15)}
.ai-button-icon {width:20px; height:20px; display:inline-flex; align-items:center; justify-content:center; flex-shrink:0}
.ai-button-icon svg {width:100%; height:100%}
.ai-button-text {white-space:nowrap}
@media (max-width:768px) {.ai-buttons-wrapper {flex-direction:column}
.ai-button {justify-content:center; width:100%}
}
