:root{

    --myprot-primary:#e30613;
    --myprot-dark:#111111;
    --myprot-bg:#f7f7f9;
    --myprot-card:#ffffff;
    --myprot-border:#ececec;

    --myprot-radius:18px;

    --myprot-shadow:
        0 10px 30px rgba(0,0,0,.06);

}

.myprot-reviews-page{
    max-width:1050px;
    margin:auto;
    padding: 15px;
    background: #fff;
    border-radius: 20px;
}

.myprot-reviews-header{
    margin-bottom: 0;
}

.myprot-reviews-header h1{
    margin:0;
    font-size:42px;
    font-weight:700;
    color:var(--myprot-dark);
}

.myprot-reviews-header p{
    margin-top:10px;
    color:#777;
    font-size:16px;
}

.myprot-review-hero {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 10px;
    margin: 20px 0;
    color: #000;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #e7e7e7;
}

.myprot-review-hero::before{

content:"";

position:absolute;

right:-60px;

top:-60px;

width:220px;

height:220px;

border-radius:50%;

background:rgba(255,255,255,.05);

}

.myprot-review-hero-icon{
    width:90px;
    height:90px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:40px;
    backdrop-filter:blur(10px);
    flex-shrink:0;
    }

.myprot-review-hero-content{

flex:1;

position:relative;

z-index:2;

}

.myprot-review-hero-content h2{

margin:0;

font-size:30px;

font-weight:700;

}

.myprot-review-hero-content p{

margin:12px 0;

font-size:17px;

opacity:.9;

}

.myprot-review-progress{
    height: 5px;
    margin: 10px 0;
    background: #e7e7e7;
    overflow: hidden;
}

.myprot-review-progress-fill{

width:0;

height:100%;

background:#ff4040;

border-radius:30px;

transition:1s;

}

.myprot-review-hero small{
font-size:12px;
opacity:.85;
}

.myprot-review-stats{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:20px;

    margin-bottom:35px;

}

.myprot-stat-card{

    background:#fff;

    border:1px solid #ececec;

    border-radius:14px;

    padding:22px;

}

.myprot-stat-number{
    display:block;
    font-size:34px;
    font-weight:700;
}

.myprot-stat-label{
    color:#777;
}

.myprot-review-tabs{
    display:flex;
    border-bottom: 1px solid #e7e7e7;
}

.myprot-tab{
    border:none;
    background: #fff;
    cursor:pointer;
    font-weight:600;
    color: #000000;
    border-radius: 0;
}

.myprot-tab.active {
    background: #fff;
    border-bottom: 3px solid #000000;
}

.myprot-tab:hover{
    background-color: #fff !important;
}

.myprot-tab:focus {
    background: #fff;
    border-bottom: 3px solid #000000;
}



.myprot-tab span{

    margin-left:8px;

    font-weight:bold;

}

.myprot-reviews-list{

    display:flex;

    flex-direction:column;

    gap:20px;

}

.myprot-review-card {
    display:grid;
    grid-template-columns: 110px 1fr 220px;
    gap: 25px;
    align-items: center;
    padding: 20px 10px;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    transition: .25s;
    }

.myprot-review-thumb{

display:flex;

justify-content:center;

align-items:center;

}

.myprot-review-thumb img{

width:100px;

height:100px;

object-fit:contain;

transition:.3s;

}

.myprot-review-card:hover img{

transform:scale(1.05);

}

.myprot-review-body h3{

margin:0;

font-size:19px;

font-weight:600;

}

.myprot-review-body h3 a{

text-decoration:none;

color:#222;

}

.myprot-review-date{
    margin-top:5px;
    font-size:13px;
    color:#888;
}

.myprot-review-reward {
    margin-top: 10px;
    align-items: center;
    font-size: 12px;
    color: #435972;
    font-weight: 600;
}

.myprot-review-right{

display:flex;

justify-content:flex-end;

}

.myprot-review-btn {
    height: 35px;
    padding: 0 10px;
    border: none;
    border-radius: 12px;
    background: #df0101;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
    transition: .25s;
}

.myprot-review-btn:hover{

transform:translateY(-2px);

filter:brightness(.95);

}

.myprot-review-image img{

    width:110px;

    height:110px;

    object-fit:contain;

}

.myprot-review-info{

    flex:1;

}

.myprot-review-info h3{

    margin:0 0 15px;

    font-size:20px;

}

.myprot-review-info a{

    color:#222;

    text-decoration:none;

}

.myprot-review-action button{

    height:46px;

    padding:0 28px;

    border:none;

    border-radius:10px;

    background:#000;

    color:#fff;

    cursor:pointer;

}

.myprot-popup-overlay{

position:fixed;

inset:0;

display:flex;

align-items:center;

justify-content:center;

background:rgba(0,0,0,.55);

opacity:0;

visibility:hidden;

transition:.25s;

z-index:99999;

}

.myprot-popup-overlay.active{

opacity:1;

visibility:visible;

}

.myprot-popup{

width:650px;

max-width:95%;

background:#fff;

border-radius:20px;

padding:35px;

position:relative;

transform:translateY(20px);

transition:.25s;

}

.myprot-popup-overlay.active .myprot-popup{

transform:none;

}

.myprot-popup-close {
    position: absolute;
    top: 5px;
    right: -35px;
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    cursor: pointer;
    color: #000;
    min-width: 50px;
    font-size: 30px;
}    

.myprot-popup-close:hover {
    background: transparent;
    color: #000;
}    

.myprot-popup-header{

display:flex;

gap:20px;

align-items:center;

margin-bottom:30px;

}

.myprot-popup-image{

width:90px;

height:90px;

object-fit:contain;

}

.myprot-popup-title{

margin:0;

font-size:22px;

}

.myprot-popup-stars{

display:flex;

gap:10px;

font-size:34px;

margin-bottom:25px;

}

.myprot-popup-stars span{

cursor:pointer;

color:#ddd;

transition:.2s;

}

.myprot-popup-stars span.active{

color:#ffb400;

}

.myprot-popup-subject,

.myprot-popup-comment{

width:100%;

border:1px solid #ddd;

border-radius:12px;

padding:14px;

margin-bottom:18px;

font:inherit;

}

.myprot-popup-comment{

height:180px;

resize:none;

}

.myprot-popup-footer{

display:flex;

justify-content:space-between;

align-items:center;

}

.myprot-popup-submit{

opacity:.45;

cursor:not-allowed;

transition:.25s;

}

.myprot-popup-submit:not(:disabled){

opacity:1;

cursor:pointer;

}

.myprot-popup-submit:not(:disabled):hover{

transform:translateY(-2px);

box-shadow:0 8px 20px rgba(227,6,19,.25);

}

@media(max-width:768px){

.myprot-review-stats{
    grid-template-columns:1fr;
}

.myprot-review-card {
     grid-template-columns: 15% 55% 30%;
     gap: 0px;
}

.myprot-review-reward {
    font-size: 9px !important;
}

.myprot-review-btn {
    font-size: 11px !important;
    min-width: 120px;
}

.myprot-review-hero { 
    flex-direction: row-reverse;
}

.myprot-review-body h3 {
     margin: 0;
     font-size: 0.85em !important;
}

.myprot-review-date {
     font-size: 11px !important;
}

.myprot-review-right{

justify-content:center;

}


.myprot-review-hero {
      text-align: left;
      padding: 10px 10px;
}

.myprot-review-tabs{
      gap:20px;
      overflow:auto;
}
}