.elementor-kit-38982{--e-global-color-primary:#000352;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#AD2115;--e-global-color-5b63dc3c:#FFFFFF;--e-global-typography-primary-font-family:"Libre Baskerville";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:58px;--e-global-typography-secondary-font-family:"Libre Baskerville";--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:39px;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:29px;--e-global-typography-1708df5-font-family:"Inter";--e-global-typography-1708df5-font-size:18px;--e-global-typography-1708df5-font-weight:400;--e-global-typography-1708df5-line-height:29px;--e-global-typography-423248d-font-family:"Inter";--e-global-typography-423248d-font-size:14px;--e-global-typography-423248d-font-weight:400;--e-global-typography-423248d-line-height:16px;}.elementor-kit-38982 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-38982{--e-global-typography-text-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.kurikulum-content {
  background: white;
  padding: 20px;
  border-radius: 8px;
}

.course-description {
  background: #f8f9fa;
  padding: 15px;
  border-left: 4px solid #2f80b7;
  margin-bottom: 20px;
}

.course-description dl {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 10px;
}

.custom-table {
  width: 100%;
  border-collapse: collapse;
}

.custom-table th {
  background: #2f80b7;
  color: white;
  padding: 12px;
}

.custom-table td {
  border: 1px solid #ddd;
  padding: 15px;
  vertical-align: top;
}

.custom-table tr:nth-child(even) {
  background: #f9f9f9;
}/* End custom CSS */