#AccessGovGuidedSearchWidget {
  font-family: "Work Sans";
  font-size: 18px;
}
#AccessGovGuidedSearchWidget .card {
  border-radius: 16px;
  filter: drop-shadow(0px 0px 18px rgba(0, 0, 0, 0.15));
  background-image: url(../images/Rectangle.png);
  background-repeat: repeat;
  border: 0px !important;
  border-left: 6px solid #0166ff !important;
  border-radius: 8px !important;
}
#AccessGovGuidedSearchWidget .watermark {
  display: none !important;
}
#AccessGovGuidedSearchWidget .card-header {
  padding: 20px;
  border: 0px;
  background-color: #d5dce3;
  background: linear-gradient(90deg, #d5dce3 0%, #ffffff 100%);
  border-radius: 0px;
}
#AccessGovGuidedSearchWidget .answered-card {
  border-left: 0px;
  margin-bottom: 20px;
  border-left: 0px!important;
  filter: none;
}
#AccessGovGuidedSearchWidget .answered-card .card-header {
  font-weight: 700;
  background:#0166ff!important;
  font-size: 20px;
  color:#fff;
  margin-bottom: 20px;
  border-radius: 8px;
  transition: all 0.25s ease;
}
#AccessGovGuidedSearchWidget .answered-card .card-header .text-muted {
  color: #fff !important;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
}
#AccessGovGuidedSearchWidget legend {
  color: #595959;
  display: block;
  padding: 0 0 0.4rem 0;
  font-size: 1em;
  font-weight: 800;
  color: #0f0e58;
}
#AccessGovGuidedSearchWidget .check-fieldset legend {
  margin-bottom: 5px;
  font-size: 1.5em;
  width: 100%;
}