.elementor-3514 .elementor-element.elementor-element-c67dd45{--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;}.elementor-3514 .elementor-element.elementor-element-bc46f58{--spacer-size:25px;}.elementor-3514 .elementor-element.elementor-element-806f4ce{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-3514 .elementor-element.elementor-element-c0fa183{--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;}.elementor-3514 .elementor-element.elementor-element-2ffc7ed{--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;}@media(min-width:768px){.elementor-3514 .elementor-element.elementor-element-c0fa183{--width:33.3333%;}.elementor-3514 .elementor-element.elementor-element-2ffc7ed{--width:66.6666%;}}/* Start custom CSS for shortcode, class: .elementor-element-952224e *//* ===============================
   The Malayan Council – Contact Form
================================ */

.tmc-contact-form{
  --gold: #C8A24A;
  --gold-hover: #B08A2E;
  font-family: "Lato", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Spacing */
.tmc-row{
  margin-bottom: 28px;
}

/* Two-column layout */
.tmc-2col{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}

@media (max-width: 768px){
  .tmc-2col{
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* Labels */
.tmc-label{
  display: block;
  font-weight: 900; /* Lato Heavy */
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* Inputs */
.tmc-input,
.tmc-select,
.tmc-textarea{
  width: 100%;
  border: 2px solid var(--gold);
  padding: 16px 18px;
  font-size: 15px;
  background: #fff;
  outline: none;
  box-sizing: border-box;
  transition: all .2s ease;
}

.tmc-textarea{
  min-height: 180px;
  resize: vertical;
}

/* Focus */
.tmc-input:focus,
.tmc-select:focus,
.tmc-textarea:focus{
  border-color: var(--gold-hover);
  box-shadow: 0 0 0 3px rgba(200,162,74,.2);
}

/* Dropdown arrow */
.tmc-select{
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--gold) 50%),
    linear-gradient(135deg, var(--gold) 50%, transparent 50%);
  background-position:
    calc(100% - 22px) 50%,
    calc(100% - 16px) 50%;
  background-size: 6px 6px;
  background-repeat: no-repeat;
  padding-right: 52px;
}

/* ===============================
   BUTTON ALIGNMENT (LEFT)
================================ */

.tmc-actions{
  width: 100%;
  display: flex;
  justify-content: flex-start; /* LEFT aligned */
  align-items: center;
  gap: 18px;
  margin-top: 10px;
}

/* Buttons */
.tmc-btn{
  font-weight: 900;
  letter-spacing: 0.15em;
  padding: 14px 34px;
  border: 2px solid var(--gold);
  background: #fff;
  cursor: pointer;
  text-transform: uppercase;
  transition: all .2s ease;
  line-height: 1;
}

.tmc-btn:hover{
  background: var(--gold-hover);
  color: #fff;
  border-color: var(--gold-hover);
}

/* Ghost (Clear) */
.tmc-btn--ghost:hover{
  background: #fff;
  color: var(--gold-hover);
}

/* Mobile: stack buttons */
@media (max-width: 768px){
  .tmc-actions{
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .tmc-btn{
    width: 100%;
    text-align: center;
  }
}

/* CF7 messages */
.wpcf7-not-valid-tip{
  font-size: 13px;
  margin-top: 8px;
}

.wpcf7-response-output{
  border: 1px solid var(--gold) !important;
  padding: 12px 16px !important;
  margin-top: 20px !important;
}/* End custom CSS */