body.template-skystone .sky-rrpvp{
width:100%;margin:10px 0 0;padding:0;overflow:hidden;border:1px solid #d4e6ea;
background:url("../../images/fon-bg-account-top.png") center top/100% auto no-repeat,
url("../../images/fon-bg-account-bottom.png") center bottom/100% auto no-repeat,
rgba(255,255,255,.97);box-sizing:border-box}

body.template-skystone .sky-rrpvp__head{
min-height:49px;padding:10px 13px 8px;border-bottom:1px solid #dcebed;background:rgba(249,252,253,.72)}
body.template-skystone .sky-rrpvp__head span{display:block;margin-bottom:4px;color:#72a6b5;font-size:6px;letter-spacing:1.1px}
body.template-skystone .sky-rrpvp__head h3{margin:0;color:#075f78;font:700 15px/1 Georgia,"Times New Roman",serif}

body.template-skystone .sky-rrpvp__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;padding:9px}
body.template-skystone .sky-rrpvp.is-single .sky-rrpvp__grid{grid-template-columns:1fr}

body.template-skystone .sky-rrpvp-card{
position:relative;min-width:0;height:140px;overflow:hidden;background:linear-gradient(145deg,#eaf7f9,#d7edf1)}
body.template-skystone .sky-rrpvp.is-dual .sky-rrpvp-card:first-child{border-right:1px solid rgba(255,255,255,.8)}
body.template-skystone .sky-rrpvp-card__photo{position:absolute;inset:0}
body.template-skystone .sky-rrpvp-card__photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:center top}
body.template-skystone .sky-rrpvp-card__placeholder{
width:100%;height:100%;display:flex;align-items:center;justify-content:center;
background:radial-gradient(circle at 50% 35%,rgba(72,174,198,.24),transparent 58%),linear-gradient(145deg,#edf9fb,#d9eef2)}
body.template-skystone .sky-rrpvp-card__placeholder span{color:#188da8;font:49px/1 Georgia,"Times New Roman",serif}

body.template-skystone .sky-rrpvp-card__info{
position:absolute;left:0;right:0;bottom:0;z-index:3;min-height:39px;padding:7px 9px 6px;
background:linear-gradient(180deg,rgba(6,72,91,.15),rgba(6,72,91,.86));text-align:center;box-sizing:border-box}
body.template-skystone .sky-rrpvp-card__info small{display:block;margin-bottom:4px;color:#bde5ed;font-size:5px;font-weight:700;letter-spacing:.7px}
body.template-skystone .sky-rrpvp-card__info strong{
display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff;font:700 10px/1 Georgia,"Times New Roman",serif}

body.template-skystone .sky-rrpvp.is-single .sky-rrpvp-card{height:175px}

@media(max-width:620px){
body.template-skystone .sky-rrpvp__grid{grid-template-columns:1fr;gap:7px}
body.template-skystone .sky-rrpvp-card{height:155px}
}


/* ==========================================================================
   REI/RAINHA V18 - título em cada card, como a referência.
   ========================================================================== */

body.template-skystone .sky-rrpvp__head {
    display: none;
}

body.template-skystone .sky-rrpvp__grid {
    padding: 0;
}

body.template-skystone .sky-rrpvp-card {
    height: 190px;

    padding-top: 31px;

    box-sizing: border-box;
}

body.template-skystone .sky-rrpvp-card__title {
    position: absolute;

    left: 0;
    right: 0;
    top: 0;
    z-index: 5;

    height: 31px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0 7px;

    background:
        linear-gradient(
            90deg,
            #e9f7f9,
            #d0ebf0,
            #e9f7f9
        );

    border-bottom: 1px solid #cde3e7;

    color: #075f78;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 8px;
    font-weight: 700;
    line-height: 1;

    text-align: center;
}

body.template-skystone .sky-rrpvp-card__photo {
    top: 31px;
}

body.template-skystone .sky-rrpvp.is-single .sky-rrpvp-card {
    height: 220px;
}
