/************************ SIL Table Accordion *************************/
body{
    background: none !important;
}

.partner-store .title {
    font-size: 5.3125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 7rem;
    letter-spacing: -0.07288rem;
    color: #785AFF;
    text-align: center;
    max-width: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.partner-store .row--higlighted {
    margin-bottom: 28px;
}


.partner-store .title {
    @media (max-width: 768px){
        font-size: 57px;
        line-height: 1.5;
        max-width: 100%;
        margin: 30px 0;
    }
    @media (max-width: 480px) {
        font-size: 10vw;
        line-height: 1.2;
        max-width: 100%;
        margin: 30px 0;
    }
}

@media (max-width: 320px) {
    .partner-store .panel-body table td {
        padding: 6px;
    }
}

/**************** OLD SEARCH ******************/

#block-partnerstoresearchform {
    /* font-weight: bold; */
    max-width: 775px;
    margin: 0 auto;
    position: relative;
}


#block-partnerstoresearchform form .form-text {
    border-radius: 25px;
    padding: 30px;
    border: 0;
    filter: drop-shadow(0px 8px 16px rgba(30, 30, 31, 0.08));
    font-weight: 400;
    font-size: 19px;
    position: relative;
    color: #373739;
}

#block-partnerstoresearchform form .form-text {
    border-radius: 25px;
    padding: 30px;
    border: 0;
    filter: drop-shadow(0px 8px 16px rgba(30, 30, 31, 0.08));
    font-weight: 400;
    font-size: 19px;
    position: relative;
    color: #373739;
}


#block-partnerstoresearchform #edit-submit {
    margin-top: -30px;
}

#block-partnerstoresearchform form button {
    width: 50px;
    background: transparent url(../images/search.svg) no-repeat;
    background-position: right 20px center;
    border: 0;
    text-indent: -999px;
    background-size: 32px;
    position: absolute;
    bottom: 30px;
    right: 0;
    overflow: hidden;
}

/**************** OLD SEARCH ******************/



/**************** EXPOSED SEARCH BLOCK ******************/

#block-exposedformpartner-store-searchpage-1 {
    /* font-weight: bold; */
    max-width: 775px;
    margin: 0 auto;
    position: relative;
}


#block-exposedformpartner-store-searchpage-1 form .form-text {
    border-radius: 25px;
    padding: 30px;
    border: 0;
    filter: drop-shadow(0px 8px 16px rgba(30, 30, 31, 0.08));
    font-weight: 400;
    font-size: 19px;
    position: relative;
    color: #373739;
}

#block-exposedformpartner-store-searchpage-1 form .form-text {
    border-radius: 25px;
    padding: 30px;
    border: 0;
    filter: drop-shadow(0px 8px 16px rgba(30, 30, 31, 0.08));
    font-weight: 400;
    font-size: 19px;
    position: relative;
    color: #373739;
}


#block-exposedformpartner-store-searchpage-1 #edit-submit {
    margin-top: -30px;
}

#block-exposedformpartner-store-searchpage-1 form button {
    width: 50px;
    background: transparent url(../images/search.svg) no-repeat;
    background-position: right 20px center;
    border: 0;
    text-indent: -999px;
    background-size: 32px;
    position: absolute;
    bottom: 30px;
    right: 0;
    overflow: hidden;
}

.partner-store .btn-info.btn:focus {
    outline: none;
}

.partner-store .btn-info.btn:active {
    box-shadow: none;
}

/**************** EXPOSED SEARCH BLOCK ******************/


/**************** EXPOSED SEARCH BLOCK ******************/

#block-views-block-partner-search-block-1 {
    /* font-weight: bold; */
    max-width: 775px;
    margin: 0 auto;
    position: relative;
}


#block-views-block-partner-search-block-1 form .form-text {
    border-radius: 25px;
    padding: 30px;
    border: 0;
    filter: drop-shadow(0px 8px 16px rgba(30, 30, 31, 0.08));
    font-weight: 400;
    font-size: 19px;
    position: relative;
    color: #373739;
}

#block-views-block-partner-search-block-1 form .form-text {
    border-radius: 25px;
    padding: 30px;
    border: 0;
    filter: drop-shadow(0px 8px 16px rgba(30, 30, 31, 0.08));
    font-weight: 400;
    font-size: 19px;
    position: relative;
    color: #373739;
}


#block-views-block-partner-search-block-1 #edit-submit {
    margin-top: -30px;
}

#block-views-block-partner-search-block-1 form button {
    width: 50px;
    background: transparent url(../images/search.svg) no-repeat;
    background-position: right 20px center;
    border: 0;
    text-indent: -999px;
    background-size: 32px;
    position: absolute;
    bottom: 30px;
    right: 0;
    overflow: hidden;
}

/**************** EXPOSED SEARCH BLOCK ******************/


.partner-store .panel-default{
    border-color: transparent;
}

.partner-store .panel-group {
    margin-bottom: 0px;
}

.partner-store .panel-title {
    margin: 0px 0px 0px;
    padding: 10px 0;
}

.partner-store .panel-title a, .partner-store .panel-title a:hover, .partner-store .panel-title a:focus {
    color: #333333;
}

.partner-store .panel-heading {
    color: #333333;
    border-color: #ddd;
    background-color: #fff;
    padding: 10px 2px;
}

/* .partner-store .table .table-bordered {
    border: 1px solid black;
    border-radius: 10px;
} */

.partner-store .panel-heading a {
    display: block;
    position: relative;
    font-weight: bold;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 2rem;
    letter-spacing: -0.0285rem;
    
    &::after {
      content: "";
      border: solid black;
      border-width: 0 3px 3px 0;
      display: inline-block;
      padding: 5px;
      position: absolute;
      right: 0;
      top: 0;
      transform: rotate(45deg);
    }
  
    &[aria-expanded="true"]::after {
      transform: rotate(-135deg);
      top: 5px;
    }
  }

.partner-store .panel-body {
    padding: 5px;
    @media (max-width: 320px) {
        padding: 0;
    }
}

.partner-store .panel-body .table {
    margin-top: 20px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 10px;
    border-collapse: unset;
}

.partner-store .table th, .partner-store .table tr td{
    font-size: 16px;
}

.partner-store .panel-body tr td {
    vertical-align: middle;
}

.partner-store .panel-body tr {
    height: 6rem;
}

.partner-store .panel-body .accordion-head {
    height: 6rem;
}

.partner-store .panel-body .accordion-head .header {
    vertical-align: middle;
}

    /* top-left border-radius */
.partner-store table tr:first-child th:first-child {
    border-top-left-radius: 6px;
}
  
  /* top-right border-radius */
.partner-store table tr:first-child th:last-child {
    border-top-right-radius: 6px;
}
  
  /* bottom-left border-radius */
.partner-store table tr:last-child td:first-child {
    border-bottom-left-radius: 6px;
}
  
  /* bottom-right border-radius */
.partner-store table tr:last-child td:last-child {
    border-bottom-right-radius: 6px;
}

.partner-store .header {
    border-bottom-width: 0;
}