.ganesh-prashnavali-grid {
    width: 100%;
    max-width: 900px;
    margin: auto;
}
.row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 10px;
}
.sabd-box {
    width: 9%;
    text-align: center;
    padding: 10px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    cursor: pointer;
    transition: 0.3s;
}
.sabd-box:hover {
    background: #e0e0e0;
}
.sabd-box.active {
    background: #ffe0b2;
    border-color: #ff9800;
}
.result-box {
    width: 100%;
    background: #fff8e1;
    border: 1px solid #ffeb3b;
    padding: 10px;
    margin: 10px 0;
}
