.breadcrumbs {
    display: flex;
    background: #ffffff;
    border: 1px solid #dadada;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.breadcrumbs li {
    margin: 0 5px;
}

#main {
    background: #f3f3f3;
}

#ampli-sidebar .widget {
    padding: 15px;
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #dadada;
    margin-bottom: 20px;
}

#ampli-sidebar .widget_search form {
    overflow: hidden;
}
#ampli-sidebar .widget_search form > label {
    display: block;
    width: calc(100% - 80px);
    float: left;
}
#ampli-sidebar .widget input.search-field {
    border-color: #dadada;
    border-style: solid;
    width: 100%;
    height: 36px;
    padding: 4px 6px;
    border-radius: 3px 0 0 3px;
}
#ampli-sidebar .widget input.search-submit {
    background: #088c76;
    border: 1px solid #077866;
    color: #fff;
    width: 80px;
    height: 36px;
    float: right;
    border-radius: 0 3px 3px 0;
}
#ampli-sidebar .widget input.search-field:focus-visible {
    outline: 0 !important;
}

#faq-banner {
    height: 15vw;
    max-height: 360px;
    min-height: 120px;
    overflow: hidden;
}
#faq-banner img {
    object-fit: cover;
    object-position: center;
    min-width: 100%;
    min-height: 100%;
}

.related-faqs {
    padding: 15px;
    border: 1px solid #dadada;
    border-radius: 5px;
    background: #ffffff;
}
.related-faqs .dictionary-word {
    margin-bottom: 20px;
    border-radius: 5px;
    background: #ffffff;
    position: relative;
}
.related-faqs .dictionary-word {
    background: #f3f3f3;
    border: 1px solid #dadada;
}
.related-faqs .dictionary-word .dictionary-words-letter {
    background: #088c76;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    padding: 5px 15px;
    border-radius: 5px 5px 0 0;
    height: 40px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.related-faqs .dictionary-word .dictionary-words-letter {
    margin-top: -1px;
    margin-left: -1px;
    margin-right: -1px;
}
.related-faqs .dictionary-word .dictionary-words-letter:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 300%;
    background: linear-gradient(90deg, #ffffff, transparent);
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
    top: -60%;
    left: 20px;
    opacity: 0.2;
}
.related-faqs .dictionary-word .dictionary-word-info {
    position: relative;
    z-index: 5;
    padding: 15px 0;
}
.related-faqs .dictionary-word a {
    font-size: 18px;
    padding: 2px 15px;
    text-decoration: none !important;
    color: #333333;
    display: block;
}
@media (max-width: 479px) {
    #dictionary-words .dictionary-word a,
    #related-letters .dictionary-word a,
    .related-faqs .dictionary-word a {
        font-size: 16px;
    }
}
#related-terms {
    margin: 1rem 0;
}
.related-faqs .dictionary-word {
    width: 100%;
}

.faq-category-wrapper {
    background: #fff;
    border: 1px solid #dadada;
    border-radius: 5px;
    position: relative;
    width: 100%;
    margin-bottom: 1rem;
}
.faq-category-wrapper h3 {
    margin-top: -1px;
    margin-left: -1px;
    margin-right: -1px;
    background: #088c76;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 5px 15px;
    border-radius: 5px 5px 0 0;
    height: 40px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.faq-category-wrapper h3:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 300%;
    background: linear-gradient(90deg, #ffffff, transparent);
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
    top: -50%;
    left: 44%;
    opacity: 0.2;
}
.faq-category-wrapper .faq-category-content {
    position: relative;
    z-index: 5;
    padding: 15px 0;
}
.faq-category-wrapper .faq-category-content a {
    font-size: 18px;
    padding: 2px 15px;
    text-decoration: none !important;
    color: #333;
    display: block;
}
@media (max-width: 479px) {
    .faq-category-wrapper .faq-category-content a {
        font-size: 16px;
    }
}
