.rc-badge-img-thumb > img {
    max-width: 100px;
}

.rc-badge-img-thumb {
   display: inline-block;
}

.rc-logo {
    margin-bottom: 15px;
}
.rc-logo img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    max-width: 100%;
    height: auto;
}

.rc-actions {
    margin-bottom: 25px;
}

.rc-actions--center {
    text-align: center;
}

.rc-actions:last-child {
    margin-bottom: 0;
}

.rc-actions a {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 12px 30px;
    background-color: #0a854e;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    transition: box-shadow 0.2s;
}

.rc-actions a:hover {
    box-shadow: 0 14px 26px -12px rgb(10 133 78 / 42%), 0 4px 23px 0px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(10 133 78 / 20%);
}

.rc-table-wrapper {
    margin-bottom: 25px;
    padding: 20px;
    background-color: #fff;
}

.rc-table {
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    border: none !important;
    box-shadow: none !important;
    color: #333;
}

.rc-table > tbody > tr:nth-child(odd) {
    background-color: #eee;
}

.rc-table > tbody > tr:hover {
    background-color: #f5f5f5;
}

.rc-table > thead > tr th,
.rc-table > tbody > tr td {
    padding: 15px;
    border: none;
    border-right: 1px solid #ddd;
}

.rc-table > thead > tr th:last-child,
.rc-table > tbody > tr td:last-child {
    border-right: none;
}
.rc-table > thead > tr th {
    font-weight: 400 !important;
    font-size: 18px;
    color: #000;
}
.rc-table > tbody > tr td {
    font-size: 14px;
    vertical-align: middle;
}
.rc-keyword span {
    display: inline-block;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    vertical-align: baseline;
    border-radius: 0.25rem;
    padding: 5px 12px;
    text-transform: uppercase;
    font-size: 10px;
    color: #fff;
    white-space: normal;
    background-color: #0a854e;
}
.rc-flag,
.rc-device {
    text-align: center;
}
.rc-flag img,
.rc-device img {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    max-width: 100%;
    height: auto;
}
.rc-device.rc-device--mobile img {
    width: 15px;
}