.compatibility-checker {
    font-family: "Poppins";
}
.compatibility-checker .cc-search {
    background-color: #ffffff;
    border-color: var( --e-global-color-34e8258c );
    border-radius: 6px 6px 6px 6px;
    font-size: 16px;
    min-height: 47px;
    padding: 6px 16px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    flex-basis: 100%;
    flex-grow: 1;
    max-width: 100%;
    writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: fieldtext;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    -webkit-rtl-ordering: logical;
    cursor: text;
    width: 100%;
}
 .compatibility-checker .protocol{
    background: #eee;
    display: inline-block;
    padding: 0px 5px;
    font-style: inherit;
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 5px;
 }
 .compatibility-checker .cc-description{
     font-family: "Roboto";
     margin-top: 5px;
 }
 .compatibility-checker .device {
     display: flex;
     margin: 5px 0;
     border-bottom: 1px dashed #eee;
     padding: 5px 0;
 }
 .compatibility-checker .device .name{
     flex:1;
     font-size: 18px;
 }
 .compatibility-checker .status {
     text-align: right;
     color: #33CC99;
     font-size: 16px;
 }
 .compatibility-checker .post-search {
     margin: 5px 0;
}
.cc-bold {
    font-weight: bold;
}
