.elementor-140254 .elementor-element.elementor-element-3ac87d9{--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-140254 .elementor-element.elementor-element-820cc4e{--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-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-140254 .elementor-element.elementor-element-2acc644 img{border-radius:20px 20px 20px 20px;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-140254 .elementor-element.elementor-element-e565156{--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-140254 .elementor-element.elementor-element-4a6aae2{--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-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-140254 .elementor-element.elementor-element-197699e{--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-140254 .elementor-element.elementor-element-e935d5f{--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-140254 .elementor-element.elementor-element-cfd1742 .ova-heading{text-align:center;}.elementor-140254 .elementor-element.elementor-element-cfd1742 .ova-heading .subtitle{font-family:"Roboto", Sans-serif;font-size:25px;}.elementor-140254 .elementor-element.elementor-element-d7ff6b8 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-140254 .elementor-element.elementor-element-d7ff6b8{text-align:center;font-family:"Roboto", Sans-serif;font-weight:400;color:#000000;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-140254 .elementor-element.elementor-element-3ee0ab7 .elementor-button{background-color:var( --e-global-color-9118242 );border-radius:20px 20px 20px 20px;}.elementor-140254 .elementor-element.elementor-element-3ee0ab7 > .elementor-widget-container{margin:-10px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-6eeb754 *//* ===== PREMIUM DETAILS LAYOUT UPGRADE ===== */

/* Headings remain red */
.candidate-section .details h3,
.candidate-section .details h4 {
  color: #9B0008;
}

/* Normal text in black */
.candidate-section .details p,
.candidate-section .details li,
.candidate-section .summary-box {
  color: #000;
}

.candidate-section .details h3 {
  margin-bottom: 10px;
}

.candidate-section .details h4 {
  margin-top: 20px;
  margin-bottom: 8px;
  border-bottom: 2px solid #f1f1f1;
  padding-bottom: 5px;
}

/* Summary highlighted box */
.candidate-section .summary-box {
  background: #f9f9f9;
  padding: 18px;
  border-left: 5px solid #9B0008;
  border-radius: 6px;
  line-height: 1.7;
  font-size: 15px;
}

/* Skill grid layout */
.candidate-section .skill-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 20px;
  padding-left: 18px;
}

.candidate-section .skill-list li {
  list-style: disc;
}/* End custom CSS */