.elementor-180433 .elementor-element.elementor-element-ac0c0e4{--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-180433 .elementor-element.elementor-element-f406e68 .eael-breadcrumbs .eael-breadcrumbs__content{background-color:#f8f8fa;font-family:"Roboto Condensed", Sans-serif;font-size:0.9em;letter-spacing:-0.1px;}.elementor-180433 .elementor-element.elementor-element-f406e68 .eael-breadcrumbs .eael-breadcrumbs__content a{color:var( --e-global-color-accent );}.elementor-180433 .elementor-element.elementor-element-f406e68 .eael-breadcrumbs .eael-breadcrumb-separator svg path{fill:#A5A4B0;}.elementor-180433 .elementor-element.elementor-element-f406e68 .eael-breadcrumbs .eael-breadcrumb-separator{color:#A5A4B0;margin:0 10px;}.elementor-180433 .elementor-element.elementor-element-46d256e{--display:flex;}.elementor-widget-theme-post-title .elementor-heading-title{color:var( --e-global-color-primary );}.elementor-180433 .elementor-element.elementor-element-34dc10f{--display:flex;}.elementor-180433 .elementor-element.elementor-element-76470c4{--display:flex;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-180433 .elementor-element.elementor-element-76470c4:not(.elementor-motion-effects-element-type-background), .elementor-180433 .elementor-element.elementor-element-76470c4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-6d56afd8 );}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );}.elementor-180433 .elementor-element.elementor-element-b45af63 > .elementor-widget-container{margin:0px 0px 15px 0px;}.elementor-widget-text-editor{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 );}/* Start custom CSS *//* === DF Question Card Grid Layout === */
.df-card-grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* === Card Container === */
.df-card {
  padding: 0px;
}

.df-comment-card,
.df-annotation-card {
  border: 1px solid #ddd;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

/* === Inner Content === */
.inner-annotation {
  padding: 0 1.5rem;
}

.upper-annotation {
  padding: 4px 15px;
  border-bottom: 2px solid #B91616;
  margin-bottom: 10px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.85em;
  color: #315248;
  background-color: #E7EDDB;
}

.upper-annotation a {
  color: #B91616;
  text-decoration: none;
}

/* === Title === */
.df-card-title {
  margin-top: 0;
  font-size: 1.25rem;
  margin-bottom: 0px;
  font-weight: normal;
}

.df-card-title a {
  text-decoration: none;
  color: inherit;
}

/* === Meta Info === */
.df-card-author {
  margin-bottom: 0px;
}

.df-card-meta {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 1rem;
}

.df-card-count {
  display: block;
  font-style: italic;
}

/* === Comment/Annotation Body === */
.df-section-label {
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  color: #333;
}

.df-quote {
  font-style: italic;
  margin: 1rem 0;
}

/* === Footer === */
.df-card-footer {
  font-size: 0.85rem;
  color: #666;
  font-family: "Roboto Condensed", sans-serif;
}

/* === Icon Styling === */
.df-card-type fas{
  padding-right: 0.4rem;
  color: #B91616;
}

.df-card-module .fas {
  padding-right: 0.4rem;
  color: #B91616;
}

/* === Pagination === */
.df-pagination {
  width: 100%;
  clear: both;
  margin-top: 2rem;
  z-index: 1;
  position: relative;
}

.df-pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  justify-content: center;
}

.df-pagination li {
  margin: 0;
}

.df-pagination a,
.df-pagination span {
  display: block;
  padding: 0.4rem 0.8rem;
  background-color: #EFF0EE;
  color: #315248;
  text-decoration: none;
  border-radius: 4px;
  font-family: "Roboto Condensed", sans-serif;
}

.df-pagination .current,
.df-pagination a:hover {
  background-color: #B91616;
  color: white !important;
}/* End custom CSS */