.lx-exames-recentes-box {
    background: #fff;
    border: 1px solid #e5ebf3;
    border-radius: 14px;
    padding: 16px;
    margin-top: 16px;
    box-shadow: 0 6px 18px rgba(33, 52, 74, 0.05);
}

.lx-exames-recentes-desc {
    font-size: 12px;
    color: #7c8a98;
    margin-top: -6px;
    margin-bottom: 14px;
}

.lx-exames-recentes-list {
    display: block;
}

.lx-exame-recente-item {
    position: relative;
    display: table;
    width: 100%;
    table-layout: fixed;
    background: #fbfcfe;
    border: 1px solid #e8eef5;
    border-left: 4px solid #9fb3c8;
    border-radius: 12px;
    padding: 0;
    margin-bottom: 12px;
    overflow: hidden;
}

.lx-exame-recente-item.is-normal {
    border-left-color: #90a4b8;
}

.lx-exame-recente-item.is-urgente {
    border-left-color: #d9534f;
    background: #fff8f8;
}

.lx-exame-recente-main,
.lx-exame-recente-actions {
    display: table-cell;
    vertical-align: top;
}

.lx-exame-recente-main {
    padding: 14px 16px;
}

.lx-exame-recente-actions {
    width: 130px;
    padding: 14px 12px;
    border-left: 1px solid #edf2f7;
    background: #f9fbfd;
    text-align: right;
}

.lx-exame-recente-actions .btn {
    display: block;
    width: 100%;
    margin-bottom: 8px;
    border-radius: 8px;
    font-weight: 700;
}

.lx-exame-recente-actions .btn:last-child {
    margin-bottom: 0;
}

.lx-exame-recente-top {
    position: relative;
    margin-bottom: 8px;
    padding-right: 110px;
}

.lx-exame-recente-titulo {
    font-size: 16px;
    font-weight: 700;
    color: #213548;
    line-height: 1.35;
}

.lx-exame-recente-badge {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    min-width: 88px;
    text-align: center;
    padding: 4px 10px;
    border-radius: 999px;
    background: #eef3f8;
    color: #5f7388;
    font-size: 12px;
    font-weight: 700;
}

.lx-exame-recente-item.is-urgente .lx-exame-recente-badge {
    background: #fde8e7;
    color: #b42318;
}

.lx-exame-recente-meta {
    font-size: 13px;
    line-height: 1.55;
    color: #516273;
    margin-bottom: 4px;
}

.lx-exame-recente-meta span {
    display: inline-block;
    margin-right: 14px;
}

.lx-exame-recente-footer {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px dashed #e5ebf2;
}

.lx-exame-recente-date {
    font-size: 12px;
    color: #7c8a98;
    font-weight: 600;
}

.lx-exames-recentes-empty {
    border: 1px dashed #d7e0ea;
    background: #fafcff;
    border-radius: 12px;
    padding: 20px 16px;
    text-align: center;
    font-size: 13px;
    color: #7c8a98;
}

.lx-exames-recentes-empty .glyphicon {
    margin-right: 6px;
    color: #9aa9b8;
}


.lx-exame-mini-item {
    display: table;
    width: 100%;
    table-layout: fixed;
    background: #fff;
    border: 1px solid #e6ebf2;
    border-left: 4px solid #95a5a6;
    border-radius: 10px;
    margin-bottom: 8px;
    overflow: hidden;
    transition: all 0.15s ease;
}

.lx-exame-mini-item:hover {
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.lx-exame-mini-main,
.lx-exame-mini-actions {
    display: table-cell;
    vertical-align: middle;
}

.lx-exame-mini-main {
    padding: 10px 12px;
}

.lx-exame-mini-actions {
    width: 60px;
    text-align: center;
    border-left: 1px solid #edf2f7;
    background: #f9fbfd;
}

.lx-exame-mini-actions .btn {
    border-radius: 8px;
    width: 34px;
    height: 34px;
    padding: 0;
}

.lx-exame-mini-top {
    display: block;
    margin-bottom: 4px;
}

.lx-exame-mini-nome {
    font-size: 14px;
    font-weight: 700;
    color: #22313f;
    display: inline-block;
}

.lx-exame-mini-status {
    float: right;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 20px;
    background: #eef3f8;
    color: #5f7388;
}

.lx-exame-mini-meta {
    font-size: 12px;
    color: #6c7a89;
}

.lx-exame-mini-meta span {
    margin-right: 12px;
}

/* Estados */
.lx-exame-mini-item.is-pendente {
    border-left-color: #f39c12;
}

.lx-exame-mini-item.is-finalizado {
    border-left-color: #27ae60;
}

.lx-exame-mini-item.is-cancelado {
    border-left-color: #e74c3c;
}

.lx-exame-mini-item.default{
    border-left-color: #dddddd;
}

.lx-exame-mini-item.is-pendente .lx-exame-mini-status {
    background: #fff4e5;
    color: #c77700;
}

.lx-exame-mini-item.is-finalizado .lx-exame-mini-status {
    background: #e9f7ef;
    color: #1e8449;
}

.lx-exame-mini-item.is-cancelado .lx-exame-mini-status {
    background: #fdecea;
    color: #c0392b;
}