/*!*********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/h5p-pronunciation-task.scss ***!
  \*********************************************************************************************************************************/
@charset "UTF-8";
.questionset-results .h5p-question-scorebar,
.questionset-results .h5p-question-buttons {
  margin: 0.5em !important;
}

.questionset-results .h5p-question-introduction,
.questionset-results .h5p-question-content {
  display: none;
}

.questionset-results .h5p-question-buttons {
  width: auto !important;
}

.h5p-transcript-snippets-container .h5p-correct-answer,
span.h5p-correct-answer {
  font-size: 0.9em;
  padding: 0 0.15em 0.1em 0.15em;
}

.h5p-transcript-transcript-container {
  position: relative;
}

.questionset-results {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(254, 254, 254);
  z-index: 999;
}

.questionset-results .transcript-retrybutton:before {
  font-family: "H5PFontAwesome4";
  padding-right: 0.5em;
  content: "\f01e";
}

.questionset-results .transcript-solutionbutton:before {
  font-family: "H5PFontAwesome4";
  padding-right: 0.5em;
  content: "\f06e";
}

.h5p-joubelui-button, .h5p-pronunciation-task .h5p-joubelui-button {
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0.5em 1em;
  padding: 0.5em 1.25em;
  border-radius: 2em;
  background: #241d7a;
  color: #ffffff;
  cursor: pointer;
  border: none;
  box-shadow: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  display: inline-block;
  text-align: center;
  text-shadow: none;
  text-decoration: none;
  vertical-align: baseline;
}

.h5p-joubelui-button:hover,
.h5p-joubelui-button:focus {
  background-color: #3a2fc6;
}

/*
 * ==========================================================================
 *   H5P Pronunciation Practice - Estilos Globais
 * ==========================================================================
 */
.h5p-pronunciation-practice-container {
  --h5p-pp-color-primary: #4c48d9;
  --h5p-pp-color-primary-dark: #241d7a;
  --h5p-pp-color-primary-light: #d1cdf7;
  --h5p-pp-color-correct: #2ecc71;
  --h5p-pp-color-correct-dark: #27ae60;
  --h5p-pp-color-correct-light: #e8f9f1;
  --h5p-pp-color-incorrect: #e74c3c;
  --h5p-pp-color-incorrect-dark: #c0392b;
  --h5p-pp-color-incorrect-light: #fdedec;
  --h5p-pp-color-text: #34495e;
  --h5p-pp-color-background: #f7f9fc;
  --h5p-pp-color-surface: #ffffff;
  --h5p-pp-border-radius: 8px;
  --h5p-pp-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}
.h5p-pronunciation-practice-container .h5p-pronunciation-practice-wrapper {
  background-color: var(--h5p-pp-color-surface);
  margin: 0 auto;
  padding: 0;
}

/*
 * ==========================================================================
 *   Layout e Componentes
 * ==========================================================================
 */
.h5p-pronunciation-task-placeholder > .h5p-question-content {
  margin: 0 0 1em 0;
}

.h5p-feedback-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75em;
  margin-top: 1em;
}

.h5p-transcript-container {
  font-size: 1.5em;
  line-height: 1.8em;
  color: #7f8c8d;
  flex-shrink: 1;
}
.h5p-transcript-container em {
  font-style: normal;
  font-weight: 500;
  color: #596a7b;
}

.h5p-feedback-wrapper > .h5p-transcript-container.listening-feedback {
  font-style: normal;
  font-weight: bold;
  color: var(--h5p-pp-color-primary);
}

.h5p-feedback-wrapper > .h5p-transcript-container.ppError {
  font-style: normal;
  font-weight: bold;
  color: var(--h5p-pp-color-incorrect-dark);
}

.play-recording-button-inline.h5p-joubelui-button {
  width: 52px;
  height: 52px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.play-recording-button-inline.h5p-joubelui-button svg {
  width: 24px;
  height: 24px;
  stroke-width: 2.5;
  stroke: currentColor;
}
.play-recording-button-inline.h5p-joubelui-button:hover {
  background-color: var(--h5p-pp-color-primary-dark);
}

.h5p-pronunciation-task-wrapper {
  text-align: center;
}

.h5p-pronunciation-task .current-word {
  font-size: clamp(1.5em, 4vw, 2.5em);
  font-weight: 600;
  color: var(--h5p-pp-color-primary);
  margin: 0;
  line-height: 1.4;
}

.target-word.clickable {
  cursor: pointer;
  transition: color 0.2s ease, background-color 0.2s ease;
  padding: 0;
  border-radius: 4px;
}
.target-word.clickable:hover {
  background-color: rgba(52, 152, 219, 0.1);
  color: var(--h5p-pp-color-primary-dark);
}

.target-word.correct {
  color: var(--h5p-pp-color-correct-dark);
}

.target-word.incorrect,
.target-word.missing {
  color: var(--h5p-pp-color-incorrect-dark);
  background-color: var(--h5p-pp-color-incorrect-light);
  padding: 0;
  border-radius: 4px;
}

.word-container {
  margin: 2.5em 0 2em 0;
}

.h5p-pronunciation-task .controls {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
  margin-bottom: 1.5em;
}

/*
 * ==========================================================================
 *   Botões
 * ==========================================================================
 */
.h5p-pronunciation-task .h5p-joubelui-button {
  border: 2px solid var(--h5p-pp-color-primary);
  background-color: var(--h5p-pp-color-primary);
  color: white;
  font-weight: bold;
  padding: 0.4em 0.5em;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin: 0;
}
.h5p-pronunciation-task .h5p-joubelui-button:hover:not(:disabled) {
  background-color: var(--h5p-pp-color-primary-dark);
  border-color: var(--h5p-pp-color-primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.h5p-pronunciation-task .h5p-joubelui-button:active:not(:disabled) {
  transform: translateY(0);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.h5p-pronunciation-task .h5p-joubelui-button.h5p-disabled, .h5p-pronunciation-task .h5p-joubelui-button:disabled {
  background-color: #bdc3c7;
  border-color: #bdc3c7;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.h5p-pronunciation-task .h5p-joubelui-button.record-button.recording {
  background-color: var(--h5p-pp-color-incorrect);
  border-color: var(--h5p-pp-color-incorrect);
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(231, 76, 60, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(231, 76, 60, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(231, 76, 60, 0);
  }
}
/*
 * ==========================================================================
 *   Barra de Navegação entre Frases
 * ==========================================================================
 */
.h5p-pronunciation-task-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2em auto;
  max-width: 400px;
}

.h5p-pronunciation-task-nav-button.h5p-joubelui-button {
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.h5p-pronunciation-task-nav-button::before {
  font-family: "H5P-Icons";
  font-size: 1.6em;
  line-height: 1;
}

.h5p-pronunciation-task-progress-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}
.h5p-pronunciation-task-progress-dots .h5p-pronunciation-task-progress-dot {
  width: 12px;
  height: 12px;
  background-color: #d1d5db;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border: 2px solid transparent;
}
.h5p-pronunciation-task-progress-dots .h5p-pronunciation-task-progress-dot:hover {
  background-color: var(--h5p-pp-color-primary-dark);
}
.h5p-pronunciation-task-progress-dots .h5p-pronunciation-task-progress-dot.active {
  background-color: var(--h5p-pp-color-primary);
  transform: scale(1.3);
  cursor: default;
}
.h5p-pronunciation-task-progress-dots .h5p-pronunciation-task-progress-dot.attempted {
  background-color: var(--h5p-pp-color-surface);
  border-color: var(--h5p-pp-color-primary);
}
.h5p-pronunciation-task-progress-dots .h5p-pronunciation-task-progress-dot.attempted.active {
  background-color: var(--h5p-pp-color-primary);
  border-color: var(--h5p-pp-color-primary);
}

/*
 * ==========================================================================
 *   Feedback de Reconhecimento
 * ==========================================================================
 */
.h5p-pronunciation-task .recognition-result {
  margin-top: 1.5em;
  padding: 1em;
  border-radius: var(--h5p-pp-border-radius);
  text-align: left;
  border-left: 5px solid;
}
.h5p-pronunciation-task .recognition-result.correct {
  background-color: var(--h5p-pp-color-primary-light);
  border-color: var(--h5p-pp-color-correct);
}
.h5p-pronunciation-task .recognition-result.incorrect {
  background-color: var(--h5p-pp-color-primary-light);
  border-color: var(--h5p-pp-color-incorrect);
}
.h5p-pronunciation-task .recognition-result .feedback-header {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.75em;
}
.h5p-pronunciation-task .recognition-result.correct .feedback-header {
  color: var(--h5p-pp-color-correct-dark);
}
.h5p-pronunciation-task .recognition-result.incorrect .feedback-header {
  color: var(--h5p-pp-color-incorrect-dark);
}
.h5p-pronunciation-task .recognition-result .feedback-title {
  font-style: italic;
  color: #7f8c8d;
  margin-bottom: 1em;
}
.h5p-pronunciation-task .recognition-result .feedback-text {
  font-size: 1.1em;
  line-height: 1.8;
}
.h5p-pronunciation-task .recognition-result .feedback-text span {
  padding: 0.2em 0.4em;
  margin: 0 0.1em;
  border-radius: 4px;
  display: inline-block;
  transition: background-color 0.3s;
}

.transcript-feedback {
  font-style: normal;
  font-weight: 500;
}

.word-extra,
.word-substituted {
  background-color: var(--h5p-pp-color-incorrect-light);
  color: var(--h5p-pp-color-incorrect-dark);
  border-radius: 4px;
  padding: 0.1em 0.3em;
  text-decoration: underline wavy var(--h5p-pp-color-incorrect) 1px;
}
.word-extra:hover,
.word-substituted:hover {
  text-decoration: underline wavy var(--h5p-pp-color-primary-dark) 1px;
}

.clickable-word {
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.clickable-word:hover {
  transform: scale(1.05);
}

.clickable-transcript-word {
  cursor: pointer;
  border-radius: 4px;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.clickable-transcript-word:hover {
  background-color: rgba(52, 152, 219, 0.1);
  color: var(--h5p-pp-color-primary-dark);
}

.word-correct.clickable-word:hover {
  background-color: #d0f2e1;
}

.word-incorrect.clickable-word:hover,
.word-missing.clickable-word:hover {
  background-color: #fbe2e0;
}

/* ================================================== */
/*    CÍRCULO DE ACURÁCIA - VERSÃO COM ANIMAÇÃO DE TRAÇO   */
/* ================================================== */
/* MANTIDO: O container principal que posiciona tudo */
.accuracy-circle-container {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto 1em;
}

/* MANTIDO: O SVG que contém os círculos */
.accuracy-circle-svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* MANTIDO: Estilos base para os traços dos círculos */
.accuracy-circle-svg path {
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
}

/* MANTIDO: Círculo de fundo (cinza) */
.accuracy-circle-bg {
  stroke: #eeeeee;
}

/* MANTIDO: Círculo de progresso que será animado */
.accuracy-circle-progress {
  stroke: var(--h5p-pp-color-correct);
  stroke-dashoffset: 100;
  transition: stroke-dashoffset 1s ease-in-out;
  transform: rotate(-90deg);
  transform-origin: center;
}

/* MANTIDO: Cores condicionais para o traço do progresso */
.accuracy-circle-container.correct .accuracy-circle-progress {
  stroke: var(--h5p-pp-color-correct);
}

.accuracy-circle-container.medium .accuracy-circle-progress {
  stroke: #f39c12;
}

.accuracy-circle-container.incorrect .accuracy-circle-progress {
  stroke: var(--h5p-pp-color-incorrect);
}

/* ALTERADO: Estilos para o container de texto centralizado */
.accuracy-circle-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

/* NOVO: Estilo para a porcentagem (texto maior) */
.accuracy-percentage {
  display: block;
  font-size: 2em;
}

/* NOVO: Estilo para o feedback em texto (texto menor) */
.accuracy-feedback-text {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
}

/* ALTERADO: Cores condicionais para o texto, combinando com a cor do traço */
.accuracy-circle-container.correct .accuracy-circle-text {
  color: var(--h5p-pp-color-correct-dark);
}

.accuracy-circle-container.medium .accuracy-circle-text {
  color: #d35400;
}

.accuracy-circle-container.incorrect .accuracy-circle-text {
  color: var(--h5p-pp-color-incorrect-dark);
}

.no-transition {
  transition: none !important;
}

.h5p-pronunciation-task-feedback-score-bar {
  max-width: 300px;
  margin: 0 auto 1.5em;
}

.word-correct {
  background-color: var(--h5p-pp-color-correct-light);
  color: var(--h5p-pp-color-correct-dark);
}
.word-correct::before {
  content: "✓ ";
  color: var(--h5p-pp-color-correct-dark);
  font-weight: bold;
}

.word-missing {
  background-color: #fef3e2;
  color: #d35400;
  border: 1px dashed #d35400;
  opacity: 0.8;
}
.word-missing::before {
  content: "? ";
  color: #d35400;
  font-weight: bold;
}

.word-incorrect {
  background-color: var(--h5p-pp-color-incorrect-light);
  color: var(--h5p-pp-color-incorrect-dark);
}
.word-incorrect::before {
  content: "✗ ";
  color: var(--h5p-pp-color-incorrect-dark);
  font-weight: bold;
}

/*
 * ==========================================================================
 *   Seletor de Dificuldade e Mídia
 * ==========================================================================
 */
.h5p-pronunciation-practice-wrapper .difficulty-container {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}

.file-select-main-button > i.fa.fa-gear {
  position: relative;
}

.h5p-pronunciation-task-wrapper > .difficulty-container > .file-select-main-button {
  position: absolute;
  top: 1em;
  right: 1em;
  width: 2em;
  height: 2em;
  font-size: 1.5rem !important;
  transition: transform 0.2s ease-in-out;
}
.h5p-pronunciation-task-wrapper > .difficulty-container > .file-select-main-button i {
  display: inline-block;
  animation: rotate 3s infinite linear;
  animation-play-state: paused;
  transition: color 0.3s ease;
}
.h5p-pronunciation-task-wrapper > .difficulty-container > .file-select-main-button:hover i {
  animation-play-state: running;
}
.h5p-pronunciation-task-wrapper > .difficulty-container > .file-select-main-button:active {
  transform: translateY(2px);
}

.h5p-pronunciation-practice-medium {
  margin-bottom: 1.5em;
  border-radius: var(--h5p-pp-border-radius);
  overflow: hidden;
}

/* ================================================== */
/*          ESTILOS PARA BOTÕES DE ÍCONE (SVG)        */
/* ================================================== */
.h5p-pronunciation-task .controls .h5p-joubelui-button {
  width: 52px;
  height: 52px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.h5p-pronunciation-task .controls .h5p-joubelui-button svg {
  width: 24px;
  height: 24px;
  stroke-width: 2.5;
  stroke: currentColor;
}

.h5p-pronunciation-task .controls .retry-phrase-button,
.h5p-pronunciation-task .controls .main-action-button {
  width: 100px;
  height: 100px;
  background-color: var(--h5p-pp-color-primary);
  border: 5px var(--h5p-pp-color-primary) solid;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  flex-flow: column;
  color: var(--h5p-pp-color-background);
  gap: 5px;
}
.h5p-pronunciation-task .controls .retry-phrase-button svg,
.h5p-pronunciation-task .controls .main-action-button svg {
  width: 28px;
  height: 28px;
  stroke: var(--h5p-pp-color-background);
  transition: stroke 0.2s ease;
}
.h5p-pronunciation-task .controls .retry-phrase-button:hover:not(.recording),
.h5p-pronunciation-task .controls .main-action-button:hover:not(.recording) {
  background-color: var(--h5p-pp-color-primary-dark);
  border-color: var(--h5p-pp-color-primary-dark);
}
.h5p-pronunciation-task .controls .retry-phrase-button:hover:not(.recording) svg,
.h5p-pronunciation-task .controls .main-action-button:hover:not(.recording) svg {
  stroke: var(--h5p-pp-color-background);
}
.h5p-pronunciation-task .controls .retry-phrase-button.recording,
.h5p-pronunciation-task .controls .main-action-button.recording {
  background-color: var(--h5p-pp-color-incorrect);
  border-color: var(--h5p-pp-color-incorrect);
}
.h5p-pronunciation-task .controls .retry-phrase-button.recording svg,
.h5p-pronunciation-task .controls .main-action-button.recording svg {
  stroke: var(--h5p-pp-color-background);
}
.h5p-pronunciation-task .controls .retry-phrase-button.recording:hover,
.h5p-pronunciation-task .controls .main-action-button.recording:hover {
  background-color: var(--h5p-pp-color-incorrect-dark);
  border-color: var(--h5p-pp-color-incorrect-dark);
}

.h5p-pronunciation-task .controls .h5p-joubelui-button.listen-slow-button,
.h5p-pronunciation-task .controls .h5p-joubelui-button.listen-button {
  width: 80px;
  height: 80px;
  border: 5px var(--h5p-pp-color-primary) solid;
  background-color: var(--h5p-pp-color-background);
  transition: background-color 0.2s ease, border-color 0.2s ease;
  flex-flow: column;
  font-size: 11px;
  color: var(--h5p-pp-color-primary);
}
.h5p-pronunciation-task .controls .h5p-joubelui-button.listen-slow-button svg,
.h5p-pronunciation-task .controls .h5p-joubelui-button.listen-button svg {
  width: 28px;
  height: 28px;
  stroke: var(--h5p-pp-color-primary);
  transition: stroke 0.2s ease;
}
.h5p-pronunciation-task .controls .h5p-joubelui-button.listen-slow-button svg path,
.h5p-pronunciation-task .controls .h5p-joubelui-button.listen-button svg path {
  fill: var(--h5p-pp-color-primary);
}
.h5p-pronunciation-task .controls .h5p-joubelui-button.listen-slow-button:hover,
.h5p-pronunciation-task .controls .h5p-joubelui-button.listen-button:hover {
  background-color: var(--h5p-pp-color-background);
  border-color: var(--h5p-pp-color-primary-dark);
  color: var(--h5p-pp-color-primary-dark);
}
.h5p-pronunciation-task .controls .h5p-joubelui-button.listen-slow-button:hover svg,
.h5p-pronunciation-task .controls .h5p-joubelui-button.listen-button:hover svg {
  stroke: var(--h5p-pp-color-primary-dark);
}
.h5p-pronunciation-task .controls .h5p-joubelui-button.listen-slow-button:hover svg path,
.h5p-pronunciation-task .controls .h5p-joubelui-button.listen-button:hover svg path {
  fill: var(--h5p-pp-color-primary-dark);
}

.play-recording-button-inline.h5p-joubelui-button {
  width: 36px;
  height: 36px;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--h5p-pp-color-primary);
  border: none;
}
.play-recording-button-inline.h5p-joubelui-button svg {
  width: 20px;
  height: 20px;
  stroke-width: 2;
  stroke: white;
}
.play-recording-button-inline.h5p-joubelui-button:hover {
  background-color: var(--h5p-pp-color-primary-dark);
}

.h5p-pronunciation-task-nav-button.h5p-joubelui-button {
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.h5p-pronunciation-task-nav-button.h5p-joubelui-button svg {
  width: 24px;
  height: 24px;
  stroke-width: 4px;
}

.listen-button, .record-button, .retry-phrase-button {
  order: initial;
}

.h5p-transcript-container .interim-text {
  color: #888;
  font-style: italic;
}

.audio-only-placeholder {
  font-style: italic;
  font-weight: 400;
  color: #95a5a6;
  letter-spacing: 0.05em;
}
.audio-only-placeholder::before {
  content: "🎧 ";
}

/* ================================================== */
/*        MODAL DE COMPATIBILIDADE DO NAVEGADOR       */
/* ================================================== */
.pp-compat-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  animation: pp-overlay-in 0.2s ease;
  padding: 1em;
}

@keyframes pp-overlay-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.pp-compat-modal {
  background: #ffffff;
  border-radius: 16px;
  padding: 0.5em 1em 1em;
  max-width: 90%;
  width: auto;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25), 0 4px 16px rgba(0, 0, 0, 0.1);
  animation: pp-modal-in 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes pp-modal-in {
  from {
    opacity: 0;
    transform: scale(0.88) translateY(12px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.pp-compat-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 0.75em;
  color: #f39c12;
}

.pp-compat-title {
  font-size: 1.3em;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 0.75em;
  text-align: center;
}

.pp-compat-body {
  font-size: 0.95em;
  color: #555;
  line-height: 1.6;
  margin: 0 0 0.5em;
}
.pp-compat-body strong {
  color: #2c3e50;
}

.pp-compat-browsers {
  display: flex;
  justify-content: center;
  gap: 2em;
  margin: 1.25em 0 1.5em;
}

.pp-compat-browser-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4em;
  font-size: 0.85em;
  font-weight: 600;
  color: #444;
}
.pp-compat-browser-item svg {
  width: 48px;
  height: 48px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15));
}

.pp-compat-close-btn {
  display: inline-block;
  background: var(--h5p-pp-color-primary, #4c48d9);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 0.65em 2em;
  font-size: 0.95em;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
}
.pp-compat-close-btn:hover {
  background: var(--h5p-pp-color-primary-dark, #241d7a);
  transform: translateY(-1px);
}
.pp-compat-close-btn:active {
  transform: translateY(0);
}
.pp-compat-close-btn:focus-visible {
  outline: 3px solid var(--h5p-pp-color-primary-light, #d1cdf7);
  outline-offset: 2px;
}
