.review-card{position:relative;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 8px 16px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;justify-content:space-between;max-width:400px;min-height:100%;z-index:1000}.review-card:hover{box-shadow:0 12px 24px rgba(0,0,0,.15)}.review-image{width:100%;padding:1rem;object-fit:contain;border-bottom:2px solid #547b5c}.review-image-link img{height:200px!important}@keyframes scaleUp{0%{transform:scale(1)}to{transform:scale(1.05)}}.review-info{display:flex;flex-direction:column;align-items:center;padding:1rem .2rem}.review-info h3{width:99%;text-align:center;margin-bottom:.5rem;color:#547b5c}.review-summary{font-size:1rem;line-height:1.2;margin-bottom:.7rem;color:#555}.review-pros-cons{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}.cons-list,.pros-list{display:flex;flex-wrap:wrap;justify-content:center;gap:.25rem}.pros-item{margin:.1rem;display:flex;cursor:pointer;color:#547b5c;border:1px solid #547b5c;font-size:13px;padding:.2rem .6rem;border-radius:20px;transition:all .2s linear;outline:0}.pros-item.con{color:#8b4513;border-color:#8b4513}.pros-item.pro:hover{color:white;background-color:#547b5c}.pros-item.con:hover{color:white;background-color:#8b4513}.pros-item-wrapper{display:inline-block}.tooltip-box{position:absolute;top:40px;left:50%;transform:translateX(-50%);background-color:rgba(255,255,255,.95);color:#547b5c;font-weight:700;padding:8px 12px;border-radius:8px;font-size:12px;box-shadow:0 4px 12px rgba(0,0,0,.2);z-index:1001;width:max-content;max-width:200px}.tooltip-box.con{color:#8b4513}.review-rating{display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:#ffb400}.review-card .review-pros-cons,.review-card .review-specs{padding-bottom:15px}.affiliate-link-btn,.read-review-btn{width:auto;background-color:#547b5c;color:#fff;border:none;padding:.7rem;border-radius:8px;font-size:1rem;cursor:pointer;display:flex;place-self:center;transition:all .3s ease;width:95%;font-size:15px;justify-content:center}.review-card .affiliate-link-btn{background-color:#f9a825;color:black}.affiliate-link-btn:hover,.read-review-btn:hover{scale:1.05}.star-rating{position:relative;display:inline-block}.star-rating-top{font-size:25px;color:#f9a825;position:absolute;overflow:hidden;white-space:nowrap}.star-rating-bottom{font-size:25px;color:darkgrey}.review-card .review-rating>span{font-family:system-ui,Helvetica Neue!important;font-size:16px;font-weight:100;color:black;margin:5px 5px 0}.review-card .action-buttons{display:flex;align-items:center;gap:.5rem;flex-direction:row;white-space:nowrap;justify-content:center}.price-tag{position:absolute;top:20px;left:65px;z-index:1000;background-color:#f9a825;font-family:system-ui,Helvetica Neue!important;color:#ffffff;font-weight:700;padding:6px 12px;border-radius:12px;font-size:1.2rem;box-shadow:0 4px 6px rgba(0,0,0,.1);transform:rotate(-25deg);transition:all .5s linear;cursor:context-menu}.review-image-link{position:relative}@keyframes pulse{0%{opacity:1}50%{opacity:.2}to{opacity:1}}@media (max-width:768px){.review-pros-cons .pros-item{font-size:12px}}@media (min-width:400px) and (max-width:600px){.review-card{width:350px}}@media (max-width:400px){.review-card{width:290px}}