.elementor-727 .elementor-element.elementor-element-3ff41f9{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-727 .elementor-element.elementor-element-3ff41f9.e-con{--flex-grow:0;--flex-shrink:0;}#elementor-popup-modal-727 .dialog-widget-content{animation-duration:1.2s;background-color:#34374B;border-radius:25px 25px 25px 25px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);margin:130px 17px 17px 17px;}#elementor-popup-modal-727 .dialog-message{width:216px;height:auto;}#elementor-popup-modal-727{justify-content:flex-end;align-items:flex-start;}@media(min-width:768px){.elementor-727 .elementor-element.elementor-element-3ff41f9{--width:100%;}}@media(max-width:1024px){#elementor-popup-modal-727 .dialog-message{width:199px;}}@media(max-width:767px){#elementor-popup-modal-727 .dialog-message{width:158px;}#elementor-popup-modal-727{align-items:flex-start;}#elementor-popup-modal-727 .dialog-widget-content{margin:10px 10px 10px 10px;}}/* Start custom CSS for html, class: .elementor-element-fb05487 *//* Card */
.gold-card {
  background-color: #232533;
  color: #ffffff;
  padding: 2px;
  border-radius: 22px;
  font-family: "Inter", system-ui, sans-serif;
  color: #dfb91b;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.gold-main-price {
  text-align: center;
}

/* Header */
.gold-header {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 0px;
}

.gold-header h3 {
  margin: 0;
  font-size: 20px;
  letter-spacing: 1.5px;
  color: #e6c35c;
}

.gold-badge {
  background: #dfb91b;
  color: #0b1320;
  font-weight: 700;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

/* Main price */
.gold-main-price {
  font-size: 15px;
  font-weight: 700;
  color: #dfb91b;
  margin-bottom: 10px;
}

/* Units */
.gold-units {
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding: 12px 0;
  margin-bottom: 16px;
}

.gold-units div {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  margin: 6px 0;
}

/* Footer */
.gold-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.gold-update {
  font-size: 10px;
  color: #9aa4b2;
  line-height: 1.4;
  max-width: 60%;
}

.gold-footer button {
  background: transparent;
  border: 1px solid #e6c35c;
  color: #dfb91b;
  padding: 6px 12px;
  border-radius: 10px;
  font-size: 8px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.gold-footer button:hover {
  background: #dfb91b;
  color: #0b1320;
}

/* Collapsible behavior */
.gold-card {
  cursor: pointer;
  transition: all 0.4s ease;
}

.gold-content {
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  max-height: 800px;
  opacity: 1;
}

/* Collapsed state */
.gold-card.collapsed .gold-content {
  max-height: 0;
  opacity: 0;
  pointer-events: none;
}

/* Make header look clickable */
.gold-header {
  padding: 16px;
  border-radius: 22px;
}

/* Phones + Tablets */
@media (max-width: 1024px) {
  .gold-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .gold-footer button {
    width: 100%;
    text-align: center;
  }

  .gold-update {
    max-width: 100%;
    text-align: center;
  }
}/* End custom CSS */