.elementor-5429 .elementor-element.elementor-element-f6ea42b{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;}.elementor-5429 .elementor-element.elementor-element-f6ea42b:not(.elementor-motion-effects-element-type-background), .elementor-5429 .elementor-element.elementor-element-f6ea42b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F7F7;}.elementor-5429 .elementor-element.elementor-element-12b247c{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS */#gc-calc {
    font-family: 'Poppins', sans-serif;
    background: #f7f5f2;
    color: #27426E;
    max-width: 900px;
    margin: 0 auto;
  }
  

  .gc-header { background: #6E6E6E; padding: 32px 32px 28px; text-align: center; }
  .gc-header h1 { font-family: 'Poppins', sans-serif; font-size: clamp(22px, 4vw, 32px); font-weight: 600; color: #fff; margin-bottom: 8px; }
  .gc-header p { font-size: 14px; color: #ffffff; max-width: 480px; margin: 0 auto; line-height: 1.55; }

  .gc-result { background: #27426E; padding: 28px 24px; text-align: center; }
  .gc-result-label { font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(255,255,255,0.75); margin-bottom: 6px; }
  .gc-result-value { font-family: 'Poppins', sans-serif; font-size: clamp(34px, 7vw, 52px); font-weight: 700; color: #fff; line-height: 1.1; margin-bottom: 16px; }
  .gc-pills { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
  .gc-pill { background: rgba(255,255,255,0.28); border: 1px solid rgba(255,255,255,0.25); border-radius: 100px; padding: 5px 14px; font-size: 12px; color: rgba(255,255,255,0.9); white-space: nowrap; }

  .gc-controls { background: #fff; border-bottom: 1px solid #D3D8E2; padding: 20px 24px; display: flex; gap: 16px; flex-wrap: wrap; }
  .gc-control { flex: 1; min-width: 180px; }
  .gc-control label { display: flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 6px; }
  .gc-control select { width: 100%; background: #F0F2F5; color: #1a2744; border: 1.5px solid #D3D8E2; border-radius: 6px; padding: 9px 36px 9px 12px; font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 600; cursor: pointer; appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%231a2744' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; }
  .gc-control select:focus { outline: none; border-color: #c9a84c; }

  .gc-tabs { background: #fff; display: flex; border-bottom: 2px solid #D3D8E2; padding: 0 24px; }
  .gc-tab { padding: 13px 20px!important; font-size: 13px; font-weight: 600; color: #969696!important; background: none!important; border: none!important; cursor: pointer; position: relative; font-family: 'Poppins', sans-serif; transition: color 0.2s;outline: none!important;box-shadow: none!important;}
  .gc-tab:hover { color: #3a5380!important; }
  .gc-tab.active { color: #27426E!important; }
  .gc-tab.active::after { content: ''; position: absolute; bottom: -2px; left: 0; right: 0; height: 2px; background: #27426E; }

  .gc-table-wrap { background: #fff; padding-bottom: 16px; }
  .gc-thead { display: grid; grid-template-columns: 1fr 120px 80px 120px 36px; gap: 8px; padding: 10px 24px; background: #F0F2F5; border-bottom: 1px solid #D3D8E2; font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #969696; align-items: center; }
  .gc-thead.lumpy { grid-template-columns: 1fr 130px 90px 120px 36px; }
  .gc-row { display: grid; grid-template-columns: 1fr 120px 80px 120px 36px; gap: 8px; padding: 7px 24px; align-items: center; border-bottom: 1px solid #E1E5EB; transition: background 0.1s; }
  .gc-row:hover { background: #F5F6F8!important; }
  .gc-row.lumpy { grid-template-columns: 1fr 130px 90px 120px 36px; }

  .row-name { font-size: 13px; color: #2a3a5c; display: flex; align-items: center; gap: 5px; min-width: 0; }
  .row-label-text { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor: pointer; border-bottom: 1px dotted #D3D8E2; }
  .row-label-text:hover { color: #7B8CAA!important; }
  .row-label-edit { background: #fff; border: 1.5px solid #aaaaaa !important; border-radius: 5px; color: #1a2744; font-family: 'Poppins', sans-serif; font-size: 13px; padding: 3px 8px; width: 100%; outline: none; }

  .row-val { font-size: 13px; font-weight: 600; text-align: right; }
  .row-val.muted { color: #D3D8E2; }
  .row-val.gold { color: #3A5380; }

  .num-input-wrap { display: flex; align-items: center; background: #eef3fb; border: 1.5px solid #E2E2E2; border-radius: 6px; padding: 0 10px; height: 34px; transition: border-color 0.2s; }
  .num-input-wrap:focus-within { border-color: #aaaaaa; background: #fff; }
  .num-prefix { font-size: 12px; color: #969696; margin-right: 3px; flex-shrink: 0; }
  .num-input-wrap input { background: none; border: none; color: #969696; font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 600; width: 100%; outline: none; text-align: right;margin:0!important;padding:0!important; }

  .gc-total { display: grid; grid-template-columns: 1fr 120px 80px 120px 36px; gap: 8px; padding: 12px 24px; border-top: 2px solid #D3D8E2; background: #F0F2F5; }
  .gc-total.lumpy { grid-template-columns: 1fr 130px 90px 120px 36px; }
  .total-lbl { font-size: 12px; font-weight: 700; color: #3A5380; }
  .total-val { font-size: 14px; font-weight: 700; color: #3A5380; text-align: right; }

  .gc-add-btn { display: flex; align-items: center; gap: 7px; margin: 10px 24px 4px; padding: 9px 14px!important; background: none!important; border: 1.5px dashed #7B8CAA!important; border-radius: 6px!important; color: #7B8CAA!important; font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 500; cursor: pointer; transition: all 0.2s; width: calc(100% - 48px); box-shadow:none!important;}
  .gc-add-btn:hover { border-color: #3A5380!important; color: #3A5380!important; background: #E1E5EB!important; }

  button.rm-btn { width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; background: none!important; border: none!important; color: #969696!important; cursor: pointer; border-radius: 5px; transition: all 0.15s; flex-shrink: 0;outline: none!important;box-shadow: none!important;padding:0!important;}
  .rm-btn:hover { background: #fef0f0; color: #d04040; }

  .tip-wrap { position: relative; display: inline-flex; flex-shrink: 0; align-items: center; }
  .tip-icon { cursor: pointer; opacity: 0.45; display: flex; align-items: center; }
  .tip-popup { display: none; position: absolute; bottom: calc(100% + 8px); left: 50%; transform: translateX(-50%); background: #27426E; color: #e0e6f0; font-size: 13px; padding: 12px 16px; border-radius: 8px; width: 280px; z-index: 9999; line-height: 1.6; box-shadow: 0 6px 20px rgba(0,0,0,0.2); pointer-events: none; font-family: 'Poppins', sans-serif; font-weight: 400; }
  .tip-wrap:hover .tip-popup { display: block; }
  .th-flex { display: flex; align-items: center; gap: 4px; justify-content: flex-end; }

  .gc-instructions { padding: 28px 24px 40px; background: #fff; }
  .instr-steps { display: flex; flex-direction: column; gap: 22px; }
  .instr-step { display: flex; gap: 16px; align-items: flex-start; }
  .instr-num { width: 30px; height: 30px; border-radius: 50%; background: #1a2744; color: #fff; font-size: 13px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
  .instr-title { font-size: 14px; font-weight: 700; color: #1a2744; margin-bottom: 5px; }
  .instr-desc { font-size: 13px; color: #5a6070; line-height: 1.65; }
  .instr-eg { margin-top: 8px; padding: 9px 13px; background: #f7f5f2; border-left: 3px solid #AAAAAA; border-radius: 0 6px 6px 0; font-size: 12.5px; color: #6a7080; line-height: 1.6; }
  .instr-eg em { color: #AAAAAA; font-style: normal; font-weight: 600; }

  .gc-footer { background: #27426E; padding: 20px 24px; text-align: center; font-size: 11.5px; color: #efefef; line-height: 1.6; }
  .gc-footer a { color: #7B8CAA; text-decoration: none; }
  .gc-footer a:hover { color: #D3D8E2;}

  @media (max-width: 600px) {
    .gc-controls { padding: 16px; }
    .gc-tabs { padding: 0 12px; }
    .gc-tab { padding: 12px 10px; font-size: 12px; }
    .gc-thead, .gc-row, .gc-total { grid-template-columns: 1fr 88px 56px 88px 28px; gap: 4px; padding: 7px 12px; }
    .gc-thead.lumpy, .gc-row.lumpy, .gc-total.lumpy { grid-template-columns: 1fr 96px 62px 88px 28px; }
    .gc-add-btn { margin: 10px 12px 4px; width: calc(100% - 24px); }
    .gc-instructions { padding: 20px 16px 32px; }
  }/* End custom CSS */