body.has-wp-polls .p-entry-page__inner {
  padding: 20px 0px 50px;
  border: 1px solid #DFDFDF;
  box-sizing: border-box;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1); }
  @media (min-width: 992px) {
    body.has-wp-polls .p-entry-page__inner {
      padding: 35px 0px 50px; } }
  body.has-wp-polls .p-entry-page__inner h3.wp-polls-heading {
    margin-bottom: 0;
    padding: 0 20px 20px;
    font-size: 24px !important;
    line-height: 38.45px;
    border-bottom: 1px solid #dfdfdf;
    font-weight: 700;
    color: #333; }
    @media (min-width: 992px) {
      body.has-wp-polls .p-entry-page__inner h3.wp-polls-heading {
        padding: 0 40px 20px; } }
  body.has-wp-polls .p-entry-page__inner .wp-polls-ul {
    margin: 0; }
    body.has-wp-polls .p-entry-page__inner .wp-polls-ul li {
      padding: 15px 20px;
      border-bottom: 1px solid #dfdfdf; }
      @media (min-width: 992px) {
        body.has-wp-polls .p-entry-page__inner .wp-polls-ul li {
          padding: 15px 40px; } }
      body.has-wp-polls .p-entry-page__inner .wp-polls-ul li input[type="radio"],
      body.has-wp-polls .p-entry-page__inner .wp-polls-ul li input[type="checkbox"] {
        display: none; }
        body.has-wp-polls .p-entry-page__inner .wp-polls-ul li input[type="radio"]:checked + label span,
        body.has-wp-polls .p-entry-page__inner .wp-polls-ul li input[type="checkbox"]:checked + label span {
          background-color: #0093C5;
          border: 3px solid #C6ECF9;
          transition: background-color 0.24s linear; }
      body.has-wp-polls .p-entry-page__inner .wp-polls-ul li label {
        color: #444;
        line-height: 25.63px;
        font-weight: 700;
        cursor: pointer; }
        body.has-wp-polls .p-entry-page__inner .wp-polls-ul li label:hover {
          color: #0093C5; }
        body.has-wp-polls .p-entry-page__inner .wp-polls-ul li label span {
          background-color: #dfdfdf;
          display: inline-block;
          width: 20px;
          height: 20px;
          margin: -3px 10px 0 0;
          vertical-align: middle;
          cursor: pointer;
          border-radius: 50%;
          border: 3px solid #dfdfdf; }
      body.has-wp-polls .p-entry-page__inner .wp-polls-ul li.active {
        color: #0093C5; }
        body.has-wp-polls .p-entry-page__inner .wp-polls-ul li.active label {
          color: #0093C5; }
  body.has-wp-polls .p-entry-page__inner .wp-polls-bar-wrapper {
    width: 100%;
    max-width: 293px;
    display: flex;
    align-items: center;
    margin: 0 auto; }
    @media (min-width: 992px) {
      body.has-wp-polls .p-entry-page__inner .wp-polls-bar-wrapper {
        margin: 0; } }
    body.has-wp-polls .p-entry-page__inner .wp-polls-bar-wrapper > span {
      margin-right: 8px;
      font-size: 14px;
      width: 45px;
      text-align: right;
      color: #444; }
  body.has-wp-polls .p-entry-page__inner .wp-polls-bar {
    background: #DFDFDF;
    max-width: 250px;
    width: 100%;
    height: 8px; }
    @media (max-width: 600px) {
      body.has-wp-polls .p-entry-page__inner .wp-polls-bar {
        max-width: 100%; } }
    body.has-wp-polls .p-entry-page__inner .wp-polls-bar .pollbar {
      margin: 0;
      background-image: none;
      background: #0093C5;
      height: 8px;
      border: 0; }
      body.has-wp-polls .p-entry-page__inner .wp-polls-bar .pollbar[style='width: 1%'] {
        width: 0 !important; }
  body.has-wp-polls .p-entry-page__inner .wp-polls-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 20px 0; }
    @media (min-width: 992px) {
      body.has-wp-polls .p-entry-page__inner .wp-polls-action {
        padding: 30px 40px 0; } }
    body.has-wp-polls .p-entry-page__inner .wp-polls-action.wp-polls-action-archive > p {
      margin-bottom: 0;
      line-height: 22.43px;
      font-size: 14px;
      color: #333; }
      @media (max-width: 600px) {
        body.has-wp-polls .p-entry-page__inner .wp-polls-action.wp-polls-action-archive > p {
          margin-bottom: 10px;
          flex-basis: 100%; } }
    @media (max-width: 600px) {
      body.has-wp-polls .p-entry-page__inner .wp-polls-action.wp-polls-action-archive {
        flex-wrap: wrap; } }
    body.has-wp-polls .p-entry-page__inner .wp-polls-action .wp-polls-action-view {
      display: flex;
      align-items: center; }
      body.has-wp-polls .p-entry-page__inner .wp-polls-action .wp-polls-action-view .wp-polls-loading {
        margin-left: 13px;
        margin-top: -3px; }
    body.has-wp-polls .p-entry-page__inner .wp-polls-action > a {
      font-size: 16px;
      line-height: 25.63px; }
    body.has-wp-polls .p-entry-page__inner .wp-polls-action input[type="button"] {
      background: #0093C5;
      padding: 0 53px;
      height: 45px;
      font-weight: 700;
      font-size: 16px;
      line-height: 25.63px;
      color: #fff;
      border: 0;
      cursor: pointer; }
      body.has-wp-polls .p-entry-page__inner .wp-polls-action input[type="button"]:hover, body.has-wp-polls .p-entry-page__inner .wp-polls-action input[type="button"]:focus {
        opacity: 0.8; }
  body.has-wp-polls .p-entry-page__inner .wp-polls-ans .wp-polls-ul li {
    display: flex;
    align-items: center; 
    flex-wrap: wrap;}
    body.has-wp-polls .p-entry-page__inner .wp-polls-ans .wp-polls-ul li .poll_desc{
      padding-left: 30px;
      font-size: 0.9em;
      width: 100%;}
    @media (max-width: 600px) {
      body.has-wp-polls .p-entry-page__inner .wp-polls-ans .wp-polls-ul li {
        flex-wrap: wrap; } }
    body.has-wp-polls .p-entry-page__inner .wp-polls-ans .wp-polls-ul li .wp-polls-result-col {
      flex-basis: calc(100% - 120px);
      max-width: calc(100% - 120px);
      padding-right: 20px;
      line-height: 25.63px;
      font-weight: 700;
      font-size: 16px;
      color: #444; }
      body.has-wp-polls .p-entry-page__inner .wp-polls-ans .wp-polls-ul li .wp-polls-result-col .poll_desc_result{
        display: block;
        font-size: 0.9em;
        margin-bottom: 5px;
      }
      @media (max-width: 600px) {
        body.has-wp-polls .p-entry-page__inner .wp-polls-ans .wp-polls-ul li .wp-polls-result-col {
          flex-basis: 100%;
          max-width: 100%;
          padding-right: 0; } }
      @media (min-width: 992px) {
        body.has-wp-polls .p-entry-page__inner .wp-polls-ans .wp-polls-ul li .wp-polls-result-col {
          flex-basis: 100%;
          max-width: 100%;
        } 
      }
      body.has-wp-polls .p-entry-page__inner .wp-polls-ans .wp-polls-ul li .wp-polls-result-col small {
        font-size: 14px;
        line-height: 22.43px; }
        @media (max-width: 600px) {
          body.has-wp-polls .p-entry-page__inner .wp-polls-ans .wp-polls-ul li .wp-polls-result-col small {
            display: block;
            margin-bottom: 10px; } }
  body.has-wp-polls .p-entry-page__inner .wp-polls-button {
    background: #fff;
    padding: 0 35px;
    height: 45px;
    line-height: 25.63px;
    font-size: 16px;
    border: 1px solid #DFDFDF; }
    body.has-wp-polls .p-entry-page__inner .wp-polls-button span {
      font-weight: 700; }

.ant-custom-editor-quicklinks {
  margin-top: 50px;
  text-align: center; }
  .ant-custom-editor-quicklinks .ant-custom-editor-quicklinks-box {
    display: inline-block;
    padding: 25px;
    background: #F4F4F4;
    font-weight: 500;
    line-height: 25.63px;
    opacity: 0.7;
    border: 1px solid #dfdfdf; }
    @media (min-width: 992px) {
      .ant-custom-editor-quicklinks .ant-custom-editor-quicklinks-box {
        padding: 25px 135px; } }
    .ant-custom-editor-quicklinks .ant-custom-editor-quicklinks-box a {
      color: #0093C5; }

.wp-polls.wp-polls-archive .wp-polls-archive-item {
  margin-bottom: 80px; 
  margin-top: 50px;
}
  @media (max-width: 600px) {
    .wp-polls.wp-polls-archive .wp-polls-archive-item {
      margin-bottom: 60px; } }
  .wp-polls.wp-polls-archive .wp-polls-archive-item:last-child {
    margin-bottom: 0; }

.wp-polls-no-results {
  margin: 25px 0 0;
  padding-bottom: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 25.63px; }

.wp-polls-paging{
  margin-top: 30px;
}

.poll-answer-text{
  width: 100%;
  margin-top: 5px;
  height: 70px;
}