.elementor-3769 .elementor-element.elementor-element-d215cfe{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3769 .elementor-element.elementor-element-1fa126c{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 60px) 0px;text-align:end;}.elementor-3769 .elementor-element.elementor-element-1fa126c.elementor-element{--align-self:flex-start;}.elementor-3769 .elementor-element.elementor-element-1fa126c .elementor-heading-title{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );color:var( --e-global-color-text );}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-3769 .elementor-element.elementor-element-1fa126c .elementor-heading-title{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-3769 .elementor-element.elementor-element-1fa126c .elementor-heading-title{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}}/* Start custom CSS for shortcode, class: .elementor-element-3639664 */.option-content.styled {
  display: flex;
  align-items: flex-start;
  padding: 1em 0;
  gap: 1.5em;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  transition: background 0.3s ease;
}

.option-content.styled:hover {
  background: #f9f9f9;
}

.letter-container {
  min-width: 48px;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}

.option-letter {
  color: rgb(102, 153, 255);
  font-family: "Półtawski Nowy", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
}

.option-text {
  font-size: 17px;
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.4;
  max-width: 800px;
}

.quiz-option.correct .option-content { background-color: #e4f9e4; }
.quiz-option.incorrect .option-content { background-color: #f9e4e4; }

button:hover {
    background-color:#6699FF;
    color:#fff !important;
}

.result-card {
  text-align: center;
  max-width: 600px;
  margin: 3em auto;
  padding: 2em;
  background: #f9f9f9;
  font-family: "Helvetica Neue", sans-serif;
}

.score-large {
  font-size: 48px;
  font-weight: 600;
  color: #222;
   font-family: "Półtawski Nowy", sans-serif;
}

.score-scale {
  font-size: 24px;
  color: #666;
  margin-left: 0.2em;
   font-family: "Półtawski Nowy", sans-serif;
}

.score-label {
  font-size: 20px;
  font-weight: 500;
  color: rgb(102, 153, 255);
  margin-top: 0.5em;
   font-family: "Półtawski Nowy", sans-serif;
}

.score-feedback {
  font-size: 17px;
  color: #333;
  margin-top: 1em;
  line-height: 1.5;
}/* End custom CSS */