/* Stilizare completă pentru chestionar */

.quiz-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background: #f8f8f8;
  border-radius: 5px;
  font-weight: bold;
}
/* Stilizare pentru navigarea între întrebări */
.quiz-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  background: #f8f8f8;
  padding: 10px 15px;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.quiz-navigation label {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.quiz-navigation input {
  width: 80px;
  padding: 5px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #c7c9d7;
  border-radius: 5px;
  outline: none;
}

.quiz-navigation input:focus {
  border-color: #0b50c1;
  box-shadow: 0 0 5px rgba(11, 80, 193, 0.5);
}

.quiz-navigation button {
  background-color: #0b50c1;
  color: #fff;
  padding: 8px 15px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.quiz-navigation button:hover {
  background-color: #0848a5;
}

/* Stilizare pentru header-ul chestionarului */
.quiz-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8f8f8;
  padding: 12px 20px;
  border-radius: 8px;
  margin-bottom: 15px;
  font-weight: bold;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.quiz-category {
  font-size: 18px;
  color: #333;
}

.quiz-progress {
  font-size: 16px;
  color: #555;
}
/* Stilizare pentru navigarea între întrebări */
.quiz-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  background: #f8f8f8;
  padding: 12px 20px;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  flex-wrap: nowrap;
}

.quiz-navigation label {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
}

.quiz-navigation form {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: nowrap;
}

.quiz-navigation input {
  width: 100px;
  padding: 10px;
  font-size: 18px;
  text-align: center;
  border: 2px solid #c7c9d7;
  border-radius: 8px;
  outline: none;
  flex-shrink: 0;
}

.quiz-navigation input:focus {
  border-color: #0b50c1;
  box-shadow: 0 0 5px rgba(11, 80, 193, 0.5);
}

.quiz-navigation button {
  background-color: #0b50c1;
  color: #fff;
  padding: 12px 20px;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  flex-shrink: 0;
}

.quiz-content {
  background-size: cover;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.quiz-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.quiz-question {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 1%;
}

.quiz-question.questionImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-content {
  max-width: 100% !important;
}
.question-name {
  width: 100%;
  margin-bottom: 2rem;
  line-height: 1.3em;
  font-size: 30px;
  line-height: 1.5em;
  margin-bottom: 3rem;
  text-transform: none;
  text-align: center;
}

.answer-list {
  margin-bottom: 20px;
  flex: 0 0 95%;
  max-width: 95%;
  padding: 0;
  margin: 0 auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 1;
  max-width: 870px;
  padding-right: 30px;
  text-align: left;
}

.answer {
  cursor: pointer;
  max-width: 100%;
  min-width: 0;
  height: auto;
  min-height: 7em;
  border: 1px solid #c7c9d7;
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  height: 7em;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 1.25rem;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0s;
  transition: 0s;
  min-width: 450px;
  max-width: 100%;
}

.answer-v {
  font-size: 28px;
  width: 75px;
  font-size: 36px;
  font-weight: 600;
  color: #454e68;
  width: 90px;
  height: 100%;
  background-color: #dde0e8;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0s;
  transition: 0s;
}

.answer-title {
  margin-left: 100px;
  -webkit-line-clamp: 7;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 400;
  color: #454e68;
  margin-left: 120px;
  text-align: left;
  padding-right: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  width: 100%;
  font-size: 19px;
}

.question-image {
  flex: 1;
  max-width: 50%;
  text-align: right;
  padding-left: 30px;
}

.question-image img {
  max-width: 100%;
  -webkit-box-shadow: 0px 14px 13px -9px rgba(69, 78, 104, 0.8);
  box-shadow: 0px 14px 13px -9px rgba(69, 78, 104, 0.8);
  display: block;
  margin-left: auto;
  margin-right: 0;
  height: auto;
}
.answer-button {
  margin-top: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid #d6dae4;
  border-bottom: 2px solid #d6dae4;
  padding: 0 15px;
  width: 96%;
  max-width: 1200px;
  height: auto;
  min-height: 120px;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: "Fira Sans", sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  padding: 30px;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: 0s;
  transition: 0s;
}

.btn-later {
  cursor: not-allowed;
  opacity: 0.5;
  color: #454e68;
  border: 1px solid #d6dae4;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  padding: 25px 40px;
  margin: 0 10px;
}
/* Răspuns corect - Încercuit cu verde */
.answer.correct {
  border: 3px solid #28a745 !important;
  box-shadow: 0 0 10px rgba(40, 167, 69, 0.6);
}

/* Răspuns greșit - Încercuit cu roșu */
.answer.incorrect {
  border: 3px solid #dc3545 !important;
  box-shadow: 0 0 10px rgba(220, 53, 69, 0.6);
}
/* Stil general pentru mesajul de răspuns */
#quiz-result-message {
  width: 100%;
  min-height: 40px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 40px; /* Aliniere verticală a textului */
  margin-top: 20px;
  border: 3px solid;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Mesaj Corect - Verde */
#quiz-result-message.correct-message {
  color: #28a745;
  border-color: #28a745;
  background-color: rgba(40, 167, 69, 0.2);
}

/* Mesaj Greșit - Roșu */
#quiz-result-message.incorrect-message {
    color: #dc3545;
    border-color: #dc3545;
    background-color: rgba(220, 53, 69, 0.2);
    max-width: 70%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn i,
.btn span {
  display: inline-block;
  vertical-align: middle;
}

.btn.btn-later i {
  font-size: 18px;
  margin-right: 4px;
}

.reload-icon {
  font-size: 18px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}

.reload-icon:hover {
  transform: rotate(360deg);
}

.btn-change span {
  color: #a52525;
  text-transform: uppercase;
}

.btn.btn-change i {
  font-size: 18px;
  margin-right: 4px;
  color: #a52525;
}

.fa-circle-xmark {
  font-size: 24px;
  color: a52525;
  cursor: pointer;
}

.btn-change {
  border: 1px solid #d6dae4;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  padding: 25px 40px;
  margin: 0 10px;
  color: #a52525;
  text-transform: uppercase;
}

.btn-send {
  border: 1px solid #d6dae4;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  padding: 25px 40px;
  margin: 0 10px;
  color: #fff;
  text-transform: uppercase;
  background-color: #59b359;
  border-color: #59b359;
}

.fa.fa-check-circle {
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
}

.btn-send span {
  color: #fff;
}

a,
button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-continue {
  border: 1px solid #d6dae4;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  padding: 25px 40px;
  margin: 0 10px;
  color: #fff;
  background-color: #59b359;
}
.btn-continue span {
  color: #ffffff;
}

.btn-continue i {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
}

.fa-forward-step {
  font-size: 24px;
  color: #ffffff;
  cursor: pointer;
}

.fa-forward-step:hover {
  color: #f1f1f1;
}

.btn-next {
  border: 1px solid #d6dae4;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  padding: 25px 40px;
  margin: 0 10px;
  color: #fff;
  background-color: #0b50c1;
  border-color: #0b50c1;
}

.btn-next span {
  color: #ffffff;
}

.btn-next i {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
}

.fa-arrow-right {
  font-size: 24px;
  color: #ffffff;
  cursor: pointer;
}

.fa-arrow-right:hover {
  color: #f1f1f1;
}

.question-explain {
  margin-top: 3%;
  padding: 0 15px;
  width: 96%;
  max-width: 1200px;
  margin-bottom: 2%;
  text-align: left;
}

.exp {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 2%;
}
.explain {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.question-explain p {
  margin: 2% 0;
}
.question-explain strong {
  font-weight: 700;
}
.btn-send:disabled,
.btn-change:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.answer-list .answer.checked {
  -webkit-box-shadow: inset 0px 7px 7px 0px rgba(198, 152, 9, 0.37);
  box-shadow: inset 0px 7px 7px 0px rgba(198, 152, 9, 0.37);
  background-color: #fee38c;
}

.answer-list .answer.checked .answer-v {
  -webkit-box-shadow: inset 0px 7px 7px 0px rgba(198, 152, 9, 0.37);
  box-shadow: inset 0px 7px 7px 0px rgba(198, 152, 9, 0.37);
  background-color: #f9cb3c;
}
#saveProgressModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.modal-content {
  position: relative;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  width: 300px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.modal-content p {
  margin-bottom: 20px;
  font-size: 16px;
}

.btn-save,
.btn-cancel {
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  font-size: 14px;
  margin: 5px;
}

.btn-save {
  background-color: #28a745;
  color: white;
}

.btn-save:hover {
  background-color: #218838;
}

.btn-cancel {
  background-color: #dc3545;
  color: white;
}

.btn-cancel:hover {
  background-color: #c82333;
}
/* Stilizare progres */
#quiz-user-progress-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: #f9f9f9;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 15px;
}

#quiz-user-progress {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

#quiz-user-progress p {
  margin: 0;
  font-size: 14px;
}

.btn-reset {
  background-color: #dc3545;
  color: white;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 14px;
}

.btn-reset:hover {
  background-color: #c82333;
}

/* Stilizare modal */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.modal-content {
  position: relative;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  width: 300px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.modal-content p {
  margin-bottom: 20px;
  font-size: 16px;
}

.btn-save,
.btn-cancel {
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  font-size: 14px;
  margin: 5px;
}

.btn-save {
  background-color: #28a745;
  color: white;
}

.btn-save:hover {
  background-color: #218838;
}

.btn-cancel {
  background-color: #dc3545;
  color: white;
}

.btn-cancel:hover {
  background-color: #c82333;
}

/* Stilizare buton reluare */
.btn-resume {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 14px;
  display: block;
  margin: 15px auto;
}

.btn-resume:hover {
  background-color: #0056b3;
}
#quiz-progress-summary {
  background: #f8f8f8;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
  text-align: center;
  display: none; /* Inițial ascuns */
}

.quiz-progress-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  max-width: 800px;
  margin: 0 auto;
}

.quiz-progress-item {
  background: white;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.quiz-progress-item h3 {
  font-size: 16px;
  margin-bottom: 5px;
  color: #333;
}

.quiz-progress-item p {
  font-size: 18px;
  font-weight: bold;
  color: #007bff;
}
#startNewSession {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: #f9f9f9;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 15px;
}
#startSession {
  background-color: #0056b3;
  color: white;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 14px;
}
#startNewSessin p {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
/* Responsive styles for screens up to 991px */
@media (max-width: 991px) {
  .btn-later,
  .btn-change,
  .btn-send,
  .btn-next {
    width: 100%;
    font-size: 12px;
    max-height: 70px;
  }
  .quiz-question.questionImg {
    flex-direction: column;
  }
  .quiz-question.questionImg .question-image {
    order: 0; /* Place after h1 (default order) */
  }
  .quiz-question.questionImg .answer-list {
    order: 1; /* Place after question-image */
  }
  .question-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px; /* Adjust as needed */
    margin-bottom: 20px; /* Adjust as needed */
    max-width: 450px;
    padding-left: 0;
  }
  .question-image img {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .answer-list {
    padding-right: 0;
  }
  .answer-button {
    height: auto;
    padding: 15px;
    justify-content: center;
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
    background-color: transparent;
    gap: 15px;
    width: 100%;
  }
  .btn-later,
  .btn-change,
  .btn-send,
  .btn-next,
  .btn-continue {
    width: 100%;
    max-width: 250px;
    font-size: 12px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    min-height: 70px;
  }
}
/* Responsive styles for screens up to 768px – Quiz header and navigation */
@media (max-width: 768px) {
  .adTito iframe {
    width: 100%;
    height: 250px;
    display: block;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
    max-width: 300px;
  }
  .quiz-header {
    flex-direction: column;
    text-align: center;
  }

  .quiz-navigation {
    flex-direction: column;
    gap: 15px;
    padding: 15px;
  }

  .quiz-navigation form {
    flex-direction: column;
    width: 100%;
  }

  .quiz-navigation label {
    font-size: 20px;
    text-align: center;
  }

  .quiz-navigation input {
    width: 100%;
    max-width: 170px;
    font-size: 18px;
    padding: 12px;
  }

  .quiz-navigation button {
    width: 100%;
    max-width: 200px;
    font-size: 18px;
    padding: 14px;
    font-weight: 700;
  }
}
#quiz-complete-message {
  display: flex;
  flex-direction: column;
  color: #000;
  border: 3px solid #28a745;
  max-width: 1200px;
  width: 100%;
  padding: 15px;
  border-radius: 8px;
  background-color: #f8f9fa;
  box-sizing: border-box;
  gap: 10px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.finalMsg {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
}

#complete-category-button {
  padding: 15px 30px;
  background-color: #28a745;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3sease;
  width: 250px;
}

#complete-category-button:hover {
  background-color: #218838;
}

/* Responsive styles for screens up to 768px – Restul elementelor */
@media (max-width: 768px) {
  .finalMsg {
    font-size: 14px;
  }

  #complete-category-button {
    width: 250px;
    padding: 15px 30px;
    margin: 15px;
  }
  .quiz-content {
    margin: 0 auto;
    text-align: center;
  }
  .quiz-container {
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .question-explain {
    max-width: 90%;
    margin: 0 auto;
    text-align: left;
  }
  .answer-list {
    margin: 0 auto;
    text-align: center;
  }
  .question-name {
    max-width: 100%;
    margin: 3% auto;
    text-align: center;
    font-size: 24px;
  }
  .answer {
    min-width: 280px;
    width: 100%;
    max-width: 90%;
    height: auto;
    min-height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    /* Pentru a centra orizontal fără a afecta spațierea verticală,
           am înlocuit margin-left: 7% cu margin: 0 auto 15px auto; */
    margin: 0 auto 15px auto;
  }
  .answer-title {
    font-size: 14px;
  }
  .answer-v {
    font-size: 30px;
  }
  .question-image {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding-left: 0;
    margin: 0 0 5% 0;
  }
  .question-image img {
    width: 90%;
    height: auto;
    max-width: 400px;
  }
  .answer-button {
    height: auto;
    padding: 15px;
    justify-content: center;
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
    background-color: transparent;
    gap: 15px;
    width: 100%;
  }
  .btn {
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 5px auto;
    text-align: center;
  }
  .btn-later,
  .btn-change,
  .btn-send,
  .btn-next,
  .btn-continue {
    width: 100%;
    max-width: 95px;
    font-size: 12px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    min-height: 70px;
  }
  #quiz-user-progress-container {
    display: grid;
    justify-content: center;
  }
  #reset-progress {
    padding: 20px;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #quiz-user-progress {
    display: flex;
    gap: 15px;
    flex-wrap: nowrap;
  }
  .btn-next span {
    padding: 10px;
  }
  .btn-continue span {
    padding: 10px;
  }
}

@media (max-width: 535px) {
  .btn-next{
min-height: 90px;
align-content: center;
align-items: center;
  }
}
@media (max-width: 497px) {
  .btn-next{
min-height: 113px;
align-content: center;
align-items: center;
  }
}
@media (max-width: 322px) {
  .btn-next{
min-height: 135px;
align-content: center;
align-items: center;
  }
}
.btn-later.mobile-only,
.btn-change.mobile-only,
.btn-send.mobile-only {
    width: 100%;
    max-width: 95px !important;
    font-size: 12px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    min-height: 70px;
  }
.btn-next.mobile-only,
.btn-continue.mobile-only {
    width: 100%;
    max-width: 125px !important;
    font-size: 12px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    min-height: 95px;
    max-height: 95px !important;
}

  .answer-button.mobile-only {
  height: auto;
  padding: 15px;
  justify-content: center;
  max-width: 90%;
  margin: 0 auto 15px;
  text-align: center;
  background-color: transparent;
  gap: 15px;
  width: 100%;
}
.btn.mobile-only {
  display: block;
  width: 100%;
  max-width: 250px;
  margin: 5px auto;
  text-align: center;
}