.cd-tool-review {display: flex; margin-top: 15px; justify-content: center; margin-bottom: 15px;}
.cd-tool-review .tool-review-container{text-align:center}
.cd-tool-review .tool-review-button{background-color:#355a90;color:#fff;padding:10px 20px;border:none;border-radius:5px;cursor:pointer;font-size:16px}
.cd-tool-review .tool-review-button:hover{background-color:#005177}
.cd-tool-review .tool-review-popup{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}
.cd-tool-review .tool-review-popup-content{background:#fff;padding:20px;border-radius:10px;width:90%;max-width:400px;position:relative}
.cd-tool-review .tool-review-close{position:absolute;top:10px;right:15px;font-size:20px;cursor:pointer; color: #355a90;}
.cd-tool-review .star-rating{display:flex;justify-content:center;margin:20px 0;direction:rtl}
.cd-tool-review .star-rating input{display:none}
.cd-tool-review .star-rating label{font-size:30px;color:#ddd;cursor:pointer;margin:0 5px}
.cd-tool-review .star-rating input:checked ~ label,.star-rating label:hover,.star-rating label:hover ~ label{color:#f5b301}
.cd-tool-review .tool-review-submit{background-color:#355a90;color:#fff;padding:10px 20px;border:none;border-radius:5px;cursor:pointer;font-size:16px}
.cd-tool-review .tool-review-submit:hover{background-color: #355a99}
.cd-tool-review .tool-review-message{margin:20px auto 10px;color:#333; font-size:16px !important;}

.cd-tool-review .cd-tool-review-loader {order: 999;}
.cd-tool-review .cd-tool-review-loader span {font-weight: 500; color: #355a90; }
.cd-tool-review .cd-tool-review-loader img {animation: cd-spin 1s infinite linear;}
@keyframes cd-spin {
    from {transform: rotate(0deg)}
    to {transform: rotate(360deg)}
}


.tool-rating-display .tool-stars { font-size: 20px; letter-spacing: 3px; position: relative; display: inline-block; background: linear-gradient(90deg, #f5b301 var(--rating), #ddd var(--rating)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent;}
.tool-rating-display .tool-stars::before { content: "★★★★★"; position: absolute; top: 0; left: 0; color: #ddd;}