/* LS Leap To Blue Styles START */
* {
    outline: 0;
}


.sme-matches,
.sme-voucher-history {
    border-collapse: collapse;
}

.sme-matches th, .sme-matches td,
.sme-voucher-history th, .sme-voucher-history td {
    border: 1px solid #ccc;
    padding: 10px;
}

.sme-connect-declined {
    width: 100%;
}

.sme-matches td:last-of-type a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 2px;
}

#signup .acf-field .acf-input {
    z-index: 1;
}

.single-voucher-inner {
    padding: 40px 0 70px;
}

.sv-meta-row {
    border-bottom: 1px solid #ccc;
    display: flex;
}

.sv-meta-row:last-of-type {
    border-bottom: none;
}

.sv-meta-row-col {
    padding: 10px 0;
}

.sv-meta-row-col-label {
    font-weight: 700;
    padding-right: 10px;
}

.sv-progress {
    padding: 40px 0;
}

.sv-progress-title {
    font-weight: 700;
    margin-bottom: 6px;
}

.sv-progress-track {
    background: #e6e6e6;
    border-radius: 6px;
    height: 22px;
    overflow: hidden;
    width: 100%;
}

.sv-progress-fill {
    background: #00255b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-width: 32px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

.sv-phase-row {
    display: flex;
    border: 1px solid #ccc;
}

.sv-phase-row.green {
    background-color: #4ce98e;
}

.sv-phase-col {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    border-right: 1px solid #ccc;
}

.sv-phase-col p:last-of-type {
    margin-bottom: 0;
}

.sv-phase-col:nth-child(1) {
    width: 20%;
}
.sv-phase-col:nth-child(2) {
    width: 70%;
}

.sv-phase-col:nth-child(3) {
    border-right: none;
}

.ltb-status--approved {
    color: #1f8b4c;
    font-weight: 600;
}

.ltb-status--declined {
    color: #c0392b;
    font-weight: 600;
}

.ltb-status--review {
    color: #e67e22;
    font-weight: 600;
}

.ltb-status--draft {
    color: #6c757d;
    font-weight: 600;
}

.ltb-call-applied {
    color: #1f8b4c;
    font-weight: 600;
}

.ltb-directory {
    margin-bottom: 20px;
}

.ltb-directory-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: flex-end;
    margin-bottom: 12px;
}

.ltb-directory-filters label {
    display: flex;
    flex-direction: column;
    font-weight: 600;
}

.ltb-directory-table,
.ltb-shortlist-table {
    width: 100%;
}

.ltb-directory-table,
.ltb-shortlist-table {
    border-collapse: collapse;
}

.ltb-directory-table th,
.ltb-directory-table td,
.ltb-shortlist-table th,
.ltb-shortlist-table td {
    border: 1px solid #ccc;
    padding: 10px;
}

.ltb-shortlist {
    margin: 20px 0;
}

.ltb-add-shortlist,
.ltb-shortlist-remove {
    background: #f36f2a;
    color: #fff;
    border: 0;
    padding: 6px 10px;
    white-space: nowrap;
    border-radius: 4px;
    cursor: pointer;
}

.ltb-directory-pagination {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
}

.ltb-page-btn {
    background: #00255b;
    color: #fff;
    border: 0;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
}

.ltb-kpi-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.ltb-kpi-table th,
.ltb-kpi-table td {
    border: 1px solid #ccc;
    padding: 10px;
}

.ltb-kpi-status--green {
    color: #1f8b4c;
    font-weight: 600;
}

.ltb-kpi-status--yellow {
    color: #e67e22;
    font-weight: 600;
}

.ltb-kpi-status--red {
    color: #c0392b;
    font-weight: 600;
}

.sv-kpi-chart {
    margin-top: 20px;
}

#my-ltb-matches {
    select {
        padding: 0 10px;
        height: 34px;
    }
    label {
        margin: 0;
    }
}

.ltb-apply-form {
    display: flex;
    gap: 12px;
    select {
        padding: 0 10px;
        height: 34px;
    }
}
/* LS Leap To Blue Styles END */
