 


 
 html,body{
    overflow-x: hidden;
    min-height: 100vh;
}
  
.whole-width{
  
    width:100%;
  
}

 

/* Box sizing rules */
*,
*::before,
*::after {box-sizing: border-box;--box-border:none;}

/* Remove default padding and margin */
body,
h1, h2, h3, h4, h5, h6,
p, ul, ol, li,
figure, figcaption,
blockquote, dl, dd,div {
margin: 0; 
padding: 0;
box-sizing: border-box; 
font-family: 'EB Garamond', serif;
text-decoration: none;
} 
 

a{
    text-decoration: none;
}




/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
list-style: none;
}

/* A elements that don't have a class get default styles */             
a:not([class]) {
text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
max-width: 100%;
/* display: block; */
/* border-radius: 5px; */
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
*,
*::before,
*::after {
  animation-duration: 0.01ms !important;
  animation-iteration-count: 1 !important;
  transition-duration: 0.01ms !important;
  scroll-behavior: auto !important;
}
}

a:link{
   color:var(--text_color);
}


.pt80{
    padding-top:80px!important;
}

 
 
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #888;
}

input::-moz-placeholder { /* Firefox 19+ */
    color: #888;
}

input:-ms-input-placeholder { /* IE 10+ */
    color: #888;
}

input::placeholder { /* Ã¦ â€¡Ã¥â€¡â€ Ã¦ÂµÃ¨Â§Ë†Ã¥â„¢Â¨ */
    color: #888;
}



.mt20{
    margin-top: 20px;
}


.ry-wrapper{
    padding:80px 0;
    /* padding-top: 0px; */
}


/* if 1440px , padding=0 ,else use other values */
.ry-m-wrapper{
    max-width: var(--page_content_width);
    margin:0 auto;
    padding-left:var(--page_padding_left);
    padding-right:var(--page_padding_right);
 }

 
/* m-middle */
.m-middle{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}
.m-wrapper{
   max-width: 1440px;
   margin:0 auto;
 
}


@media (max-width: 1366px){
    .ry-m-wrapper{
        padding:0px!important
    }
    .ry-wrapper{
        padding:20px 20px;
        padding-top: 0px;
        width: 100%;
     
    }
    .ry-title{
        padding: 0px!important;
    }

   

}
/* all padding use 20px  */
@media (max-width: 768px) {
    .ry-wrapper{
        padding:20px 20px;
        padding-top: 0px;
        width: 100%;
     
    }

    /* this ry-m-wrapper is will be always 0px */
    .ry-m-wrapper{
        padding:0px!important
    }
    /* m-middle */
    .m-middle{
     
    }
    .m-wrapper{
       max-width: 1440px;
       margin:0 auto;
     
    }

}


/* breadcrumb */


.bread-crumb{
    display: flex;
    width: 100%;
    justify-content: end;
    padding: 20px 0;
    background: #f9f9f9;
    /* margin-bottom: 50px; */
}
.bread-crumb-container{
    max-width: 1440px;
    margin:0 auto;
    width: 100%;
    display: flex;
    justify-content: start;
}
.bread-crumb ol{
    display:flex;
    list-style:none;
    align-items: center;
}
.bread-crumb ol li{
    margin-right:10px;
}
.bread-crumb ol li a{
    color: #00276c;
    font-size: 13px;
    text-decoration: none;
    line-height: 15px;
    transition:all 0.5s;
}
.bread-crumb ol li a:hover{
    color: #ff6d42;
     transition:all 0.5s;
}
.bread-crumb ol li:first-child{
    position:relative;
    bottom:1px
}
.bread-crumb ol li:first-child a {
    color: #00276c;
    font-weight:500;
}
.bread-crumb ol li:first-child .home-icon{
    margin-right: 7px;
    position: relative;
    bottom: 2px;
}
.bread-crumb ol li span.arrow{
    position:relative;
    top:2px;
    display:inline-block;
    left:5px;
    color:#bebebd;
}
.bread-crumb ol li:last-child  span.arrow{
    display:none;
}
@media (max-width: 768px) {
.bread-crumb{
    padding: 20px;
}
    .bread-crumb ol{
        flex-wrap:wrap;
    }
    
}

.ry-btn-n {
    text-align: center;
    margin-top: 20px;
    background-color: #1f4395;
    border: 0px;
    padding: 8px 50px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: background-color 0.3s ease, color 0.3s ease;
}

 
.ry-btn-n:hover{
    left: 0;
    background-color: #ff6e42;
}

 

.ry-btn-n span {
    position: relative;
    z-index: 2; /* Ã§Â¡Â®Ã¤Â¿Ã¦â€“â€¡Ã¦Å“Â¬Ã¥Å“Ã¦Â»Ã¥Å Ã¨Æ’Å’Ã¦â„¢Ã¤Â¸Ã¦â€“Â¹ */
}


.ry-btn {
    text-align: center;
    
}
.ry-btn a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: 1em;
    color: var(--button_text_color);
    padding: 10px 30px;
    background-color: var(
    --button_color);
    border-radius: 5px;
    overflow: hidden;
    transition: color 0.3s;
    margin: 5px;
    border:0px;
    z-index: 5;
}
.ry-btn a::before {
    content: "";
    position: absolute;
        border-radius: 3px;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: var(--button_hover_color);
    transition: all 0.5s ease;
    z-index: -1;
}
.ry-btn a::after{
    content: ">>";
    color:var(--button_text_color);
    padding-left: 10px;
    /* ç›¸å¯¹å®šä½ä¸Šä¸‹å±…ä¸­ */
    position: relative;
    top: 50%;
    transform: translateY(-50%);
 
}
 

.ry-btn a:hover::before {
    width: 100%;
}
.ry-btn a span {
    position: relative;
    z-index: 2;
    color: #fff; 
}
  

.ry-txt-btn{
    color: var(--text_color);
    /* text-decoration: none; */
    display: inline-block;
    margin-left:20px;

}

.ry-txt-btn:hover{
    text-decoration: underline;
}

  /* ryan-title */

.ry-title {
    /* background-color: #4CAF50; */
    color: var(--heading_color); /* Ã¦â€“â€¡Ã¥Â­â€”Ã©Â¢Å“Ã¨â€°Â² */
    padding: 20px 84px; /* Ã¥â€ â€¦Ã¨Â¾Â¹Ã¨Â·Â */
    text-align: left;
    width: 100%;
    margin-bottom: 30px;
}

.ry-title.night-color h2,.ry-title.night-color h3,.ry-title.night-color h1{
    color:#fff;
}

.ry-title  h2 {
    font-size: 55px; /* Ã¤Â¸Â»Ã¦ â€¡Ã©Â¢ËœÃ¥Â§Ã¥Â°Â */
    margin: 0; /* Ã¥Å½Ã¦Å½Ã©Â»ËœÃ¨Â®Ã§Å¡Ã¥Â¤â€“Ã¨Â¾Â¹Ã¨Â·Â */
    color:var(--text_color);
    /* margin-bottom: 15px; */
}
.ry-title  p,.ry-title .ry-title-content{
    /* width:80%; */
    /* margin:0 auto; */
    opacity:0.6;
    display: -webkit-box; /* Ã¤Â½Â¿Ã§" flexbox Ã¦Â¥Ã©â„¢Ã¥Ë†Â¶Ã¨Â¡Ã¦â€¢Â° */
    -webkit-box-orient: vertical; /* Ã¥â€šÃ§Â´Ã¥Â±â‚¬ */
    -webkit-line-clamp:3; /* Ã©â„¢Ã¥Ë†Â¶Ã¦ËœÂ¾Ã§ÂºÃ§Å¡Ã¨Â¡Ã¦â€¢Â°Ã¤Â¸Âº5Ã¨Â¡ */
    overflow: hidden; /* Ã©Å¡Ã¨â€”Ã¥â€¡ÂºÃ©Æ’Ã¥Ë†â€  */
    text-overflow: ellipsis; /* Ã¨Ã¥â€¡ÂºÃ©Æ’Ã¥Ë†â€ Ã¦ËœÂ¾Ã§ÂºÃ§Å“Ã§â€¢Ã¥Â· */
    margin-top: 7px;
  
    font-size: 20px;
    margin-bottom:15px;
}

.ry-title h3 {
    font-size: 18px; /* Ã¥â€°Ã¦ â€¡Ã©Â¢ËœÃ¥Â§Ã¥Â°Â */
    margin: 10px 0; /* Ã¥â€°Ã¦ â€¡Ã©Â¢ËœÃ¥Â¤â€“Ã¨Â¾Â¹Ã¨Â·Â */
}

@media (max-width: 768px) {
    /* Ã¥Å“Ã§Ã¥Å Ã¨Â®Ã¥Â¤â€¡Ã¤Â¸Ã¨Â°Ã¦â€¢Â´Ã¥Â­â€”Ã¤Â½"Ã¥Â§Ã¥Â°Â */
    .ry-title {
        padding: 40px 0 20px 0; /* Ã¥â€ â€¦Ã¨Â¾Â¹Ã¨Â·Â */
        margin-bottom: 0px;
    } 
    .ry-title  h2 {
        font-size: 40px  
    }
    .ry-title p, .ry-title .ry-title-content{
        line-height:1;
        margin-bottom:20px;
        font-size:20px;
        -webkit-line-clamp: 3;
    }

    .ry-title h3 {
        font-size: 15px; /* Ã¥â€°Ã¦ â€¡Ã©Â¢ËœÃ§Ã¥Å Ã¨Â®Ã¥Â¤â€¡Ã¥Â§Ã¥Â°Â */
    }
}





.contact-us-form{
}
.contact-us-form .items{
  display:
  flex;
  flex-wrap: wrap;
}

.contact-us-form .items p{
    width:100%;
    color:var(--text_color);
}
.contact-us-form .items .item{
  width:33.33%;
  padding: 5px;
}
.contact-us-form .items .item input{
  width: 100%;
  padding: 10px;
  background: #efefef;
  border: 0px;
  outline: none;
  color: #8e8e8e;border-radius:5px
}
.contact-us-form .items .item.message{
  width:100%;
}
.contact-us-form .items .item.message textarea{
  width: 100%; 
  background: #efefef;
  border: 0px;
  padding: 10px;
  color: #939393;border-radius:5px 
;
  font-family: -webkit-body;
}
.contact-us-form .items .item.acceptance{
  width: 100%;
  text-align: center;
}
.contact-us-form .items .item.form-btn{margin: 0 auto;width: auto;}
.contact-us-form .items .item.form-btn input{
  background: #000;
  color: #fff;
  width: auto; 
  padding: 5px 20px;
}
.contact-us-form .items .item.form-btn input:hover{
  background: #3f3f3f;
  cursor:pointer;
}
 

.contact-us-form .items .item input::-webkit-input-placeholder{
    color: #888;
}

 
@media(max-width:768px)  
{


.contact-us-form .items .item{
  width: 100%;
  padding: 5px;
}

}

/* å›½æ——å›¾æ ‡åº“ - ä½¿ç”¨CSSå˜é‡å’Œä¼ªå…ƒç´ å®žçŽ° */
:root {
    /* å›½æ——å°ºå¯¸è®¾ç½® */
    --flag-width: 20px;
    --flag-height: 15px;
    --flag-border-radius: 2px;
    
    /* å›½æ——é—´è·è®¾ç½® */
    --flag-margin: 0 5px 0 0;
}

/* å›½æ——åŸºç¡€æ ·å¼ */
.flag {
    position: relative;
    display: inline-block;
    width: var(--flag-width);
    height: var(--flag-height);
    vertical-align: middle;
    margin: var(--flag-margin);
    border-radius: var(--flag-border-radius);
    background-size: cover;
    background-position: center;
    box-shadow: 0 0 1px rgba(0,0,0,0.2);
}

/* ä¸­å›½å›½æ—— */
.flag-cn {
    background-color: #de2910;
    position: relative;
    overflow: hidden;
}

.flag-cn::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 30%;
    height: 30%;
    background-image: 
        radial-gradient(circle, #ffde00 0%, #ffde00 40%, transparent 40%),
        radial-gradient(circle at 20% 30%, #ffde00 0%, #ffde00 12%, transparent 12%),
        radial-gradient(circle at 30% 15%, #ffde00 0%, #ffde00 12%, transparent 12%),
        radial-gradient(circle at 30% 45%, #ffde00 0%, #ffde00 12%, transparent 12%),
        radial-gradient(circle at 20% 60%, #ffde00 0%, #ffde00 12%, transparent 12%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/* ç¾Žå›½å›½æ—— */
.flag-us {
    background: linear-gradient(
        to bottom,
        #b22234 0%,
        #b22234 7.7%,
        white 7.7%,
        white 15.4%,
        #b22234 15.4%,
        #b22234 23.1%,
        white 23.1%,
        white 30.8%,
        #b22234 30.8%,
        #b22234 38.5%,
        white 38.5%,
        white 46.2%,
        #b22234 46.2%,
        #b22234 53.9%,
        white 53.9%,
        white 61.6%,
        #b22234 61.6%,
        #b22234 69.3%,
        white 69.3%,
        white 77%,
        #b22234 77%,
        #b22234 84.7%,
        white 84.7%,
        white 92.4%,
        #b22234 92.4%,
        #b22234 100%
    );
    position: relative;
    overflow: hidden;
}

.flag-us::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 53.85%;
    background-color: #3c3b6e;
}

/* è‹±å›½å›½æ—— */
.flag-gb {
    background-color: #012169;
    background-image: 
        linear-gradient(45deg, transparent 47%, #fff 47%, #fff 53%, transparent 53%),
        linear-gradient(-45deg, transparent 47%, #fff 47%, #fff 53%, transparent 53%),
        linear-gradient(45deg, transparent 47%, #c8102e 47%, #c8102e 53%, transparent 53%),
        linear-gradient(-45deg, transparent 47%, #c8102e 47%, #c8102e 53%, transparent 53%);
    background-size: 100% 100%;
    position: relative;
}

.flag-gb::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(90deg, transparent 40%, #fff 40%, #fff 60%, transparent 60%),
        linear-gradient(0deg, transparent 40%, #fff 40%, #fff 60%, transparent 60%);
    background-size: 100% 100%;
}

.flag-gb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(90deg, transparent 45%, #c8102e 45%, #c8102e 55%, transparent 55%),
        linear-gradient(0deg, transparent 45%, #c8102e 45%, #c8102e 55%, transparent 55%);
    background-size: 100% 100%;
}

/* æ³•å›½å›½æ—— */
.flag-fr {
    background: linear-gradient(
        to right,
        #002395 0%,
        #002395 33.3%,
        white 33.3%,
        white 66.6%,
        #ed2939 66.6%,
        #ed2939 100%
    );
}

/* å¾·å›½å›½æ—— */
.flag-de {
    background: linear-gradient(
        to bottom,
        #000 0%,
        #000 33.3%,
        #dd0000 33.3%,
        #dd0000 66.6%,
        #ffce00 66.6%,
        #ffce00 100%
    );
}

/* æ„å¤§åˆ©å›½æ—— */
.flag-it {
    background: linear-gradient(
        to right,
        #009246 0%,
        #009246 33.3%,
        white 33.3%,
        white 66.6%,
        #ce2b37 66.6%,
        #ce2b37 100%
    );
}

/* æ—¥æœ¬å›½æ—— */
.flag-jp {
    background-color: white;
    position: relative;
}

.flag-jp::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 60%;
    background-color: #bc002d;
    border-radius: 50%;
}

/* éŸ©å›½å›½æ—— */
.flag-kr {
    background-color: white;
    position: relative;
    overflow: hidden;
}

.flag-kr::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
    height: 40%;
    background: linear-gradient(
        to right,
        #c70000 0%,
        #c70000 50%,
        #0047a0 50%,
        #0047a0 100%
    );
    border-radius: 50%;
}

/* åŠ æ‹¿å¤§å›½æ—— */
.flag-ca {
    background-color: white;
    position: relative;
}

.flag-ca::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 100%;
    background-color: #ff0000;
}

.flag-ca::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    height: 100%;
    background-color: #ff0000;
}

/* æ¾³å¤§åˆ©äºšå›½æ—— */
.flag-au {
    background-color: #00008b;
    position: relative;
    overflow: hidden;
}

.flag-au::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
    background-image: 
        linear-gradient(45deg, transparent 47%, #fff 47%, #fff 53%, transparent 53%),
        linear-gradient(-45deg, transparent 47%, #fff 47%, #fff 53%, transparent 53%);
    background-size: 100% 100%;
}

/* å·´è¥¿å›½æ—— */
.flag-br {
    background-color: #009c3b;
    position: relative;
    overflow: hidden;
}

.flag-br::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 60%;
    background-color: #ffdf00;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

/* ä¿„ç½—æ–¯å›½æ—— */
.flag-ru {
    background: linear-gradient(
        to bottom,
        #fff 0%,
        #fff 33.3%,
        #0039a6 33.3%,
        #0039a6 66.6%,
        #d52b1e 66.6%,
        #d52b1e 100%
    );
}

/* è¥¿ç­ç‰™å›½æ—— */
.flag-es {
    background: linear-gradient(
        to bottom,
        #aa151b 0%,
        #aa151b 25%,
        #f1bf00 25%,
        #f1bf00 75%,
        #aa151b 75%,
        #aa151b 100%
    );
}

/* å°åº¦å›½æ—— */
.flag-in {
    background: linear-gradient(
        to bottom,
        #ff9933 0%,
        #ff9933 33.3%,
        white 33.3%,
        white 66.6%,
        #138808 66.6%,
        #138808 100%
    );
    position: relative;
}

.flag-in::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15%;
    height: 15%;
    background-color: #000080;
    border-radius: 50%;
}

/* å¢¨è¥¿å“¥å›½æ—— */
.flag-mx {
    background: linear-gradient(
        to right,
        #006847 0%,
        #006847 33.3%,
        white 33.3%,
        white 66.6%,
        #ce1126 66.6%,
        #ce1126 100%
    );
    position: relative;
}

/* æ–°åŠ å¡å›½æ—— */
.flag-sg {
    background-color: #ed2939;
    position: relative;
}

.flag-sg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
    background-color: white;
}

/* ç‘žå£«å›½æ—— */
.flag-ch {
    background-color: #ff0000;
    position: relative;
}

.flag-ch::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 20%;
    background-color: white;
}

.flag-ch::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20%;
    height: 60%;
    background-color: white;
}

/* é˜¿æ‹‰ä¼¯è¯­å›½æ—— - æ²™ç‰¹é˜¿æ‹‰ä¼¯ */
.flag-ar, .flag-sa {
    background-color: #006c35;
    position: relative;
    overflow: hidden;
}

.flag-ar::before, .flag-sa::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, 
        #006c35 0%, 
        #006c35 30%, 
        #d21034 30%, 
        #d21034 100%);
    border-radius: var(--flag-border-radius);
}

/* é˜¿è”é…‹å›½æ—— - å¦ä¸€ç§é˜¿æ‹‰ä¼¯è¯­å›½å®¶é€‰é¡¹ */
.flag-ae {
    position: relative;
    overflow: hidden;
    background: linear-gradient(to bottom, 
        #00732f 33.33%, 
        white 33.33%, white 66.66%, 
        black 66.66%);
}

.flag-ae::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 100%;
    background-color: #ff0000;
}

/* è‘¡è„ç‰™å›½æ—— - Portugal flag */
.flag-pt {
    position: relative;
    overflow: hidden;
    background-color: #f00;
}

.flag-pt::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 38%;
    height: 100%;
    background-color: #006600;
    border-radius: var(--flag-border-radius) 0 0 var(--flag-border-radius);
}

.flag-pt::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 19%;
    width: 20%;
    height: 40%;
    background-color: #ffcc00;
    border-radius: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 0 1px #f00, 0 0 0 2px #000;
}

/* ä½¿ç”¨æ–¹æ³•ç¤ºä¾‹:
<span class="flag flag-cn"></span> ä¸­æ–‡
<span class="flag flag-us"></span> English
<span class="flag flag-jp"></span> æ—¥æœ¬èªž
*/


.cus-page-menus{display: flex;background: #fff;position: fixed;z-index: 99999;width: 100%;}

 .cus-page-menus-list{display: flex;justify-content: center;}

 .cus-page-menus-item{margin:  5px 10px;}
 

 .cus-page-menus-item a{ 
     font-size: 13px;text-decoration: none;
     color:#333;
 
 }
 .cus-page-menus-item a:hover{
     text-decoration:underline;
          color:#000;
 }

 .cus-page-menu{max-width: 1440px;overflow-x: auto;margin: 0 auto;}


 .cus-page-body .header-wrapper{
    top:30px;
 }

/* ========================================================
   ry-tools-widgets - Sharing and Collection Tool Component
   ======================================================== */

/* Main container for the tools widget */
.ry-tools-widgets {
  position: absolute;
  top: 15px;
  right: 0;
  z-index: 100;
}

/* Icons container */
.ry-tools-widgets .click-icons {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* Individual icon buttons */
.ry-tools-widgets .click-icons span {
  cursor: pointer;
  font-size: 25px;
  color: #333;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  white-space: nowrap;
}

/* Icon button hover effect */
.ry-tools-widgets .click-icons span:hover {
  color: #a68a59;
}

/* Share popover container */
.ry-tools-widgets .share-popover {
  position: absolute;
  top: 40px;
  right: 0;
  background-color: rgba(51, 51, 51, 0.9); /* Semi-transparent background */
  border-radius: 4px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  padding: 15px;
  width: 250px; /* Increased width for social list items */
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  transform: translateY(-10px);
  z-index: 1000;
}

/* Active state for share popover */
.ry-tools-widgets .share-popover.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Arrow pointer for share popover - aligned with share button */
.ry-tools-widgets .share-popover:before {
  content: '';
  position: absolute;
  top: -8px;
  right: 55px; /* Adjusted to align with the share button */
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(51, 51, 51, 0.9); /* Match the semi-transparent background */
}

/* Social media list container */
.ry-tools-widgets .social-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%; /* Ensure full width of container */
}

/* Social media buttons */
.ry-tools-widgets .social-list span {
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px; /* Increased padding for better clickability */
  border-radius: 4px;
  transition: all 0.3s ease;
  width: 100%; /* Full width for better click area */
}

/* Social media button hover effect */
.ry-tools-widgets .social-list span:hover {
  background-color: rgba(255,255,255,0.2); /* Slightly lighter on hover */
}

/* Toast message for notifications */
.ry-tools-widgets .toast-message {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0,0,0,0.8);
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  z-index: 2000;
  opacity: 0; 
  visibility: hidden;
  transition: all 0.3s ease;  
}

/* Active state for toast message */
.ry-tools-widgets .toast-message.show {
  opacity: 1;
  visibility: visible;
}

/* Active state for favorite button */
.ry-tools-widgets .iconfont.icon-shoucang.active {
  color: #a68a59;
}

/* Icon font settings */
.ry-tools-widgets .iconfont {
  font-family: "iconfont";
  margin-right: 6px;
  font-size: 16px;
}