/* Page section like screenshot */
.lgc-section{
  padding: 38px 0;
}
.lgc-container{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.lgc-grid{
  display:grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 90px;
  align-items: start;
}

/* LEFT */
.lgc-kicker{
  font-size: 16px;
  text-transform: uppercase;
  color: #4d525c;
  font-weight: 600;
  margin-bottom: 2px;
}
.lgc-title{
  font-size: 24px !important;
  line-height: 1.05;
  margin: 0 0 5px !important;
  color: #4d525c !important;
}

.lgc-updated{
  font-size: 14px;
  font-weight: 500;
  color: #c10500;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.lgc-updated-label{ margin-right: 6px; }

.lgc-price-list{ margin-top: 8px; }
.lgc-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding: 10px 18px;
  border-radius: 999px;
  background: #f2f6fa;
  border: 1px solid #e3e3e3;
  margin-bottom: 14px;
}
.lgc-row-left{
  color:#4b5563;
  font-size:16px;
  font-weight: 500;
}
.lgc-row-right{
  font-weight: 600;
  color:#000000;
  font-size:17px;
}
.lgc-row-right span{
  font-weight: 700;
  color:#000000;
  margin-left:4px;
}

.lgc-cad-note{
  margin-top: 10px;
  font-size: 13px;
  color: #6b7280;
}

/* RIGHT header text like screenshot */
.lgc-right-kicker{
  font-size: 14px;
  text-transform: uppercase;
  color: #4d525c;
  font-weight: 600;
  margin-bottom: 6px;
}
.lgc-right-title{
  font-size: 24px !important;
  color: #4d525c;
  font-weight:600;
  line-height: 1.1;
  margin-bottom: 6px;
}
.lgc-right-sub{
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #c10500; /* red */
  margin-bottom:20px;
}

/* Card with gold border */
.lgc-card{
  background:#fff;
  border-radius: 16px;
  padding: 35px 25px;
  border: 1px solid #f0d034;
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.08);
}

.lgc-field{ margin-bottom: 16px; }
.lgc-label{
  display:block;
  margin: 0 0 8px;
  font-size: 16px;
  color: #5b6472;
  font-weight: 600;
}

/* inputs similar to screenshot */
.lgc-weight-row input[type=number] {background: #f2f6fa !important;}
.lgc-input{
  width:100%;
  height: 52px !important;;
  padding: 12px 14px !important;;
  border: 1px solid #e0e0e0;
  border-radius: 8px !important;;
  font-size: 16px;
  background: #f2f6fa;
  outline: none;
  font-weight:600;
}
.lgc-input:focus{
  border-color: #d9dde3;
  background: #f2f6fa;
}

.lgc-weight-row{
  display:grid;
  grid-template-columns: 1fr 86px;
  gap: 12px;
}



/*-----------Select--------------*/
#gold-karats {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 20px;
  padding-right: 12px;
  /* Font Awesome arrow as background */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 12px;

}

#gold-weight-unit {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 12px;
  padding-right: 32px; /* space for arrow */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 12px;
}







/* ---------- Unit Dropdown ---------- */
/*.lgc-unit{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 52px;
  line-height: 52px;
  background-color: #f6f8fa;
  border: 1px solid #e3e7ec;
  border-radius: 6px;
  font-weight: 700;
  cursor: pointer;
  padding: 0 42px 0 14px;
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'>\
<polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat;
  background-position: right -33px center;
  background-size: 14px;

  background-origin: content-box;
}

.lgc-unit:focus,
.lgc-unit:active{
  background-color: #fff;
  border-color: #d9dde3;

  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'>\
<polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 14px;
}*/




/* Button: yellow with red text */
.lgc-btn{
  width: 100%;
  border: none;
  background: #f0d034;
  color: #c41010;
  height: 47px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .6px;
  cursor:pointer;
}
.lgc-btn:hover{ filter: brightness(0.98); }

/* Result */
.lgc-result-box {
	padding: 14px 16px;
	border-radius: 12px;
	background: #f2f6fa;
	border: 1px solid #e0e0e0;
}
.lgc-estimate {
	font-size:12px;
	line-height:18px;
	margin:14px 0 0px 0;
}
.lgc-result{
  margin-top: 16px;
}
.lgc-result-label{
  color:#4d525c;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.lgc-result-value{
  font-size: 28px;
  font-weight: 700;
  color:#c10500;
}
.lgc-note{
  margin-top: 10px;
  font-size: 12px;
  color:#6b7280;
}

/* ---------- Tooltip ---------- */
/* Label + tooltip in same row */
.lgc-label-row{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

/* Tooltip wrapper */
.lgc-tooltip{
  position: relative;
  display: inline-flex;
  align-items: center;
}

/* Tooltip button */
.lgc-tip-btn{
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #c10500;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  cursor: pointer;
  margin-top: -5px;
}

/* Tooltip box — FIXED POSITION */
.lgc-tip-text{
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  width: 260px;
  background: #f2f2f2;
  color: #1f2937;
  font-size: 14px;
  line-height: 1.45;
  padding: 14px 16px;
  border-radius: 6px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.15);
  display: none;
  z-index: 99;
}

/* Arrow */
.lgc-tip-text::before{
  content:"";
  position:absolute;
  left:-6px;
  top:50%;
  transform:translateY(-50%);
  border-width:6px;
  border-style:solid;
  border-color:transparent #f2f2f2 transparent transparent;
}

/* Show */
.lgc-tooltip:hover .lgc-tip-text{
  display:block;
}


/* Mobile friendly */
@media (max-width: 768px) {
  .lgc-tip-text {
    width: 220px;
    left: 28px;
  }
}


/* Responsive */
@media (max-width: 992px){
  .lgc-grid{ grid-template-columns: 1fr; gap: 26px; }
  .lgc-title{ font-size: 36px; }
  .lgc-right-title{ font-size: 28px; }
}
