.results-select-issue {
   margin-bottom: 60px;
}

.label.none,
.label.results {
   color: #fff;
   font-size: 1.4rem;
}

.highlight {
   border-bottom: 2px solid #fff;
}

.result {
   padding: 4px 10px;
   margin-bottom: 15px;
}

.result:first-child {
   padding-top: 10px;
}

.result:last-child {
   padding-bottom: 10px;
}

.result-container {
   background: #fff;
   color: #424242;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-border-radius: 6px;
   border-radius: 6px;
   padding: 5px;
   position: relative;
   border-bottom: 1px solid #ddd;
   border-right: 1px solid #efecec;
}

#help-plan-document .result-container {
   border: 0px;
}

.result.selected .result-container {
   border: 1px solid #62cf62;
   -webkit-box-shadow: none;
   box-shadow: none;
}

.result-container > div {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}

.result-image {
   width: -webkit-calc(100%/12 * 2);
   width: calc(100% / 12 * 2);
   box-sizing: border-box;
   padding-left: 0.75rem;
   padding-right: 0.75rem;
   display: block;
   max-width: 100%;
   color: #aaa;
   margin: auto;
}

.result-image-canvass {
   width: 100%;
   height: 65px;
   background-size: contain;
   background-repeat: no-repeat;
   background-position: 50% 50%;
   margin: 15px auto 0;
}

.logo-placeholder {
   height: 72px;
   width: 90%;
   margin: 0 5%;
   background: #f6f6f6;
   -webkit-border-radius: 6px;
   border-radius: 6px;
   overflow: hidden;
}

.logo-placeholder span {
   display: block;
   margin-left: auto;
   margin-right: auto;
   position: relative;
   top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   font-family: "ceraRound", sans-serif;
   font-weight: 700;
   opacity: 0.7;
   overflow-wrap: break-word;
}

.logo-placeholder span.icon-users-1 {
   font-size: 2.5rem;
}

.result-distance {
   position: absolute;
   top: 0;
   background: #ebf4faf5;
   color: #689dbe;
   padding: 1px 6px;
   border-radius: 5px 0 5px 0;
   left: 0;
}

.result-main {
   width: -webkit-calc(100%/12 * 8);
   width: calc(100% / 12 * 8);
   padding-left: 0.75rem;
   padding-right: 0.75rem;
   display: block;
   max-width: 100%;
   margin: auto 0;
   box-sizing: border-box;
}

.result-servicename {
   margin-top: 5px;
   font-size: 1.1rem;
}

.result-servicename span:first-child {
   font-family: "Poppins", sans-serif;
   font-weight: 700;
   font-size: 1.05rem;
   color: #2e2e2e;
   margin-right: 4px;
}

.service-headline {
   font-size: 1.04rem;
   color: var(--s-purple-text);
}

.result-details {
   margin: 10px 10px 10px 10px;
   overflow: hidden;
   font-size: 1.04rem;
   display: none;
   color: var(--s-purple-text);
}

.result-details.expanded {
   display: block;
}

.result-details p {
   font-size: 1rem;
   padding: 0 15px;
}

.result-details-heading {
   font-size: 1.2rem;
   padding: 4px 15px;
   font-family: "ceraRound", sans-serif;
   color: var(--s-primary);
   border-bottom: 2px solid var(--s-primary);
   margin-bottom: 12px;
   margin-top: 10px;
}

.result-further-info span,
.delivery-tag {
   background-color: #f1f1f1;
   padding: 3px 10px 3px 5px;
   -webkit-border-radius: 15px;
   border-radius: 15px;
   margin: 2px 0px 2px 6px;
   display: inline-block;
   color: #666;
   cursor: default;
   font-size: 1rem;
}

.result-further-info span:before,
.delivery-tag:before {
   margin-right: 6px !important;
   font-size: 1.4rem;
   transform: translateY(2px);
   color: var(--s-primary);
}

.description-footer {
   display: flex;
   margin-top: 15px;
   align-items: baseline;
}

.description-footer > div {
   flex-basis: 0;
   flex-grow: 1;
}

.delivery-label {
   font-family: "ceraRound", "Arial";
   font-size: 1rem;
   border-right: 2px solid #c3c3c3cc;
   padding-right: 15px;
   margin-right: 15px;
   color: #adadad;
}

.result-selection {
   width: -webkit-calc(100%/12 * 2);
   width: calc(100% / 12 * 2);
   padding-left: 0.75rem;
   padding-right: 0.75rem;
   display: block;
   max-width: 100%;
   margin: auto;
}

.result-details {
   width: 100%;
}

.result-details h1,
.result-details h2,
.result-details h3,
.result-details h4 {
   font-size: 1.2rem;
   font-weight: 500;
   padding: 0 0px;
   margin: 10px 0 0px;
   color: #444;
}

.result-description h1 {
   font-size: 1rem;
   font-weight: 400;
   padding: 0 0px;
   margin: 0px;
   color: #424242;
}

.service-headline h1 {
   font-family: "Outfit";
   font-size: 1.04rem;
   color: var(--s-purple-text);
}

.result-details ul {
   margin: 5px 0;
}

.result-details li {
   padding: 0 15px;
}

.result-further-info {
   align-items: center;
   justify-content: space-between;
   margin-top: 5px;
}

.result-selection {
   display: inline-block;
   text-align: center;
}

.result-location-description {
   margin-bottom: 10px;
   border-left: 2px solid #ddd;
   padding-left: 10px;
}

.referral-notice {
   margin: 8px auto;
   background: var(--s-purple);
   color: #fff;
   padding: 2px 8px;
   border-radius: 5px;
   font-family: "poppins";
}

#bad-result-reason-other-submit {
   border-radius: 30px;
   padding: 5px 17px;
   font-size: 1.15rem;
}

.results-component-manual-items-container {
   margin: 40px 0 0 10px;
}

.results-component-manual-items-container:empty {
   display: none;
}

.results-picker .help-plan-item-actions {
   opacity: 1;
}

.results-component-manual-items-container .help-plan.result .result-container,
.results-component-manual-items-container .list-item {
   padding-right: 180px;
}

.results-component-manual-items-container .result-container,
.results-component-manual-items-container .list-item {
   border: 1px solid var(--s-green);
}

.results-component-manual-items-container .help-plan-read-more.service-action {
   display: none;
}

.results-picker .help-plan-item-actions {
   opacity: 1;
   right: 25px;
   top: 25px;
}

.remove-manual-item {
   background: var(--selected);
   font-size: 1.1rem;
   border-radius: 22px;
   padding: 6px 44px;
   transition: all 0.3s;
}

.remove-manual-item:hover {
   background: #73c551;
}

.add-manual-service-container {
   padding: 50px 10px 15px;
}

.add-manual-service {
   display: flex;
   padding: 6px 15px;
   color: #444;
   width: 100%;
   text-align: left;
   background: #f6f4f9;
   border: 1px solid #fff;
   transition: all 0.3s;
   box-sizing: border-box;
   margin: 8px 0;
   white-space: normal;
}

.add-manual-service:before {
   color: var(--s-primary);
}

.add-manual-service:hover {
   background: #f6f4f9 !important;
   color: var(--s-primary) !important;
   border: 1px solid var(--s-primary);
}

.add-manual-service-org-name {
   font-size: 1.1rem;
   color: var(--s-primary);
   font-family: "CeraRound";
}

.add-manual-service.loading > div {
   padding-left: 15px;
}

@media screen and (max-width: 768px) {
   .result-delivery,
   .result-selection {
      display: block;
      width: 100%;
   }
   .result-selection {
      text-align: center;
      margin: 10px 0 4px 0;
   }
}

@media screen and (max-width: 880px) {
   .result-selection {
      width: 100%;
      padding: 15px 0;
   }

   .result-select-tick {
      display: none;
   }

   .result-main {
      width: 100%;
   }

   .result-service-category {
      font-size: 1.2rem;
   }
}

@media screen and (max-width: 480px) {
   .result {
      padding: 0px;
   }

   .result-image {
      position: absolute;
      height: 80px;
      width: 110px;
      padding: 0px;
   }

   .result-image-canvass {
      width: 100px;
      height: 60px;
   }

   .results-display-canvass .result-main {
      width: 100%;
   }

   .result-service-category {
      float: none;
      margin: 6px 0 0 0;
   }

   .result-main {
      width: 100%;
   }

   .result-servicename {
      margin-top: 5px;
      height: auto;
      margin-left: 110px;
      line-height: 1.2rem;
      overflow-wrap: break-word;
      min-height: 80px;
   }

   .results-display-canvass .result-servicename {
      font-size: 1.4rem;
      min-height: 80px;
   }

   .result-servicename span {
      display: block;
   }

   .result-service-category {
      margin-top: 8px;
      display: none;
   }

   .result-further-info {
      display: flex;
      flex-wrap: wrap;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
   }

   .result-further-info span {
      margin-top: 7px;
   }

   .result-more {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2;
      margin-left: 3px;
   }

   .result-selection {
      width: 100%;
      padding: 0px 0;
   }

   .result-panel-details .contact {
      font-size: 1.2rem;
   }

   .delivery-label {
      display: block;
      border-right: 0px;
   }

   .now {
      display: none;
   }

   .results-component-manual-items-container .help-plan.result .result-container,
   .results-component-manual-items-container .list-item {
      padding-right: 10px;
      padding-bottom: 65px;
   }

   .results-picker .help-plan-item-actions {
      right: calc(50% - 85px);
      top: auto;
      bottom: 12px;
   }
}
