/*
 * Skillfinder Appearance v0.1.23
 * Appearance-owned styles for stable Skillfinder Core frontend markup.
 * Moved out of Core so visual changes can be maintained in the Appearance plugin.
 */

.sfc-profile-strength-dashboard-top {
    max-width: 1320px;
    margin: 0 auto 14px;
    padding: 0 16px;
}

.sfc-profile-strength-strip {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid var(--sf-border, #e5e7eb);
    border-radius: 10px;
    padding: 10px 12px;
    margin: 10px 0;
    color: var(--sf-heading, #121d2c);
    text-decoration: none;
    box-shadow: none;
}

.sfc-profile-strength-strip * {
    box-shadow: none;
}

.sfc-profile-strength-strip:hover {
    color: var(--sf-heading, #121d2c);
    text-decoration: none;
}

.sfc-profile-strength-strip span {
    font-weight: 700;
}

.sfc-profile-strength-strip strong {
    color: var(--sf-primary, #10a5b3);
    white-space: nowrap;
}

.sfc-profile-strength-strip i {
    display: block;
    flex: 1;
    height: 7px;
    background: #eef2f7;
    border-radius: 999px;
    overflow: hidden;
}

.sfc-profile-strength-strip i b {
    display: block;
    height: 100%;
    background: var(--sf-primary, #10a5b3);
    border-radius: 999px;
}

.sfc-profile-strength-strip em {
    font-style: normal;
    color: var(--sf-muted-text, #6b7280);
    font-size: 13px;
    white-space: nowrap;
}

.sfc-profile-strength-strip-low strong,
.sfc-profile-quality-low .sfc-profile-quality-head > span {
    color: #ef4444;
}

.sfc-profile-strength-strip-low i b {
    background: #ef4444;
}

.sfc-profile-strength-strip-medium strong,
.sfc-profile-quality-medium .sfc-profile-quality-head > span {
    color: #d6a84d;
}

.sfc-profile-strength-strip-medium i b {
    background: #d6a84d;
}

.sfc-profile-quality-high .sfc-profile-quality-head > span {
    color: #10a5b3;
}

.sfc-profile-quality {
    background: #fff;
    border: 1px solid var(--sf-border, #e5e7eb);
    border-radius: 14px;
    padding: 16px 18px;
    margin: 16px 0;
    box-shadow: none;
}

.sfc-profile-quality * {
    box-shadow: none;
}

.sfc-profile-quality-head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    color: var(--sf-heading, #121d2c);
}

.sfc-profile-quality-head strong,
.sfc-profile-quality-head small {
    display: block;
}

.sfc-profile-quality-head small {
    margin-top: 3px;
    color: var(--sf-muted-text, #6b7280);
    font-weight: 500;
}

.sfc-profile-quality-head span {
    font-weight: 800;
    color: var(--sf-primary, #10a5b3);
}

.sfc-profile-quality-bar {
    height: 8px;
    background: #eef2f7;
    border-radius: 999px;
    overflow: hidden;
    margin: 12px 0;
}

.sfc-profile-quality-bar i {
    display: block;
    height: 100%;
    background: var(--sf-primary, #10a5b3);
    border-radius: 999px;
}

.sfc-profile-quality p {
    margin: 10px 0 0;
    color: var(--sf-muted-text, #6b7280);
}

.sfc-profile-checklist {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 8px 14px;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.sfc-profile-checklist li {
    font-size: 14px;
    color: var(--sf-muted-text, #6b7280);
}

.sfc-profile-checklist span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin-right: 7px;
    border-radius: 50%;
    border: 1px solid var(--sf-border, #e5e7eb);
    font-size: 12px;
}

.sfc-profile-checklist .is-complete {
    color: var(--sf-heading, #121d2c);
}

.sfc-profile-checklist .is-complete span {
    border-color: var(--sf-primary, #10a5b3);
    color: var(--sf-primary, #10a5b3);
}

.sfc-profile-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 14px;
}

.sfc-profile-actions .sfc-profile-btn {
    display: inline-block;
    border: 1px solid var(--sf-primary, #10a5b3);
    background: var(--sf-primary, #10a5b3);
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    padding: 9px 14px;
    font-weight: 700;
}

.sfc-profile-actions .sfc-profile-btn:hover {
    background: var(--sf-primary-hover, #0f8793);
    border-color: var(--sf-primary-hover, #0f8793);
    color: #fff;
    text-decoration: none;
}

.sfc-profile-actions .sfc-profile-btn-secondary {
    background: #fff;
    color: var(--sf-primary, #10a5b3);
}

.sfc-trust-badge {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--sf-border, #e5e7eb);
    border-radius: 999px;
    padding: 4px 9px;
    font-size: 12px;
    font-weight: 700;
    background: #fff;
    color: var(--sf-heading, #121d2c);
    box-shadow: none;
}

.sfc-trust-badge-high {
    border-color: #10a5b3;
    color: #0b6b75;
    background: #eef9fa;
}

.sfc-trust-badge-medium {
    border-color: #d6a84d;
    color: #8a6100;
    background: #fff8e5;
}

.sfc-trust-badge-low {
    border-color: #fecaca;
    color: #b91c1c;
    background: #fef2f2;
}

.wr-verified-info,
.wr-verification-tag,
.wr-featuretag {
    box-shadow: none;
}

.skillfinder-marketplace-login-button.button {
    color: #fff;
    line-height: 50px;
    font-weight: 600;
}
