.elementor-26 .elementor-element.elementor-element-66cab5c{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-26 .elementor-element.elementor-element-66cab5c:not(.elementor-motion-effects-element-type-background), .elementor-26 .elementor-element.elementor-element-66cab5c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-26 .elementor-element.elementor-element-4d26338{padding:30px 0px 30px 0px;}.elementor-26 .elementor-element.elementor-element-82098f4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS *//* PRICE SECTION */

.gold-price-section{
text-align:center;
margin-bottom:40px;
}

.gold-main-price{
font-size:90px;
font-weight:700;
display:flex;
justify-content:center;
align-items:center;
gap:20px;
color:#e8d39a;
}

.currency{
font-size:38px;
font-weight: 400;
color:#cdbb7c;
margin-bottom: -45px;
}

/* GOLD SHINE EFFECT */

.price{
background:linear-gradient(90deg,#bfa55a,#fff2b5,#bfa55a);
background-size:200% auto;
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
animation:goldShine 4s linear infinite;
}

@keyframes goldShine{
0%{background-position:-200% center;}
100%{background-position:200% center;}
}

/* META INFO */

.gold-meta{
margin-top:10px;
color:#FFFFFF;
font-size:15px;
margin-top: -5px;
margin-left: 25px;
}

/* BOX */

.gold-wrapper{
background:#121216;
padding:35px;
border-radius:20px;
color:white;
max-width:900px;
margin:auto;
box-shadow:0 0 40px rgba(0,0,0,0.5);
}

/* TITLE */

.gold-title{
font-size:20px;
margin-bottom:20px;
color:#e5e7eb;
}

/* TABLE */

.gold-table{
border-top:1px solid #272727;
}

.gold-row{
display:grid;
grid-template-columns:1.5fr 1fr 1fr 1fr;
padding:16px 0;
border-bottom:1px solid #272727;
}

.gold-head{
color:#d4b74f;
font-weight:600;
}

.gold-row div{
font-size:16px;
}/* End custom CSS */