.reviews-container{justify-content:center;align-items:stretch;gap:2rem;width:80%;margin:0 auto;padding:1rem 2rem;display:flex}.review-box{background-color:#f9f9f9;flex-direction:column;flex:1;justify-content:space-between;min-width:250px;padding:1rem 2rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 10px #0000000d}.review-box:hover{transform:translateY(-4px);box-shadow:0 6px 15px #0000001a}.review-box p{color:#444;overflow-wrap:break-word;flex-grow:1;line-height:1.5}.read-more-link{color:#0073e6;cursor:pointer;text-align:start;background:0 0;border:none;font-size:.9rem;text-decoration:underline;transition:color .2s}.read-more-link:hover{color:#005bb5}@media (max-width:900px){.reviews-container{flex-wrap:wrap;justify-content:center}.review-box{width:100%;max-width:400px}}
.read-more-modal-overlay{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.read-more-modal{background:#fff;border-radius:12px;flex-direction:column;width:90%;max-width:500px;max-height:60vh;padding:30px 25px;animation:.2s fadeIn;display:flex;position:relative;box-shadow:0 4px 20px #0003}.read-more-modal h3{color:#333;margin-top:0;font-size:1.15rem}.read-more-modal-content{margin-top:1rem;padding-right:.5rem;overflow-y:auto}.read-more-modal p{color:#555;font-size:1rem;line-height:1.6}.read-more-modal-content::-webkit-scrollbar{width:6px}.read-more-modal-content::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.read-more-modal-content::-webkit-scrollbar-thumb:hover{background:#aaa}.read-more-modal-close{cursor:pointer;color:#333;background:0 0;border:none;font-size:1.2rem;position:absolute;top:12px;right:12px}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}
.modal-overlay{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}
