
:root {
    --smartcv-navy: #101d2b;
    --smartcv-navy-2: #17283a;
    --smartcv-teal: #0A98AC;
    --smartcv-teal-dark: #087d8e;
    --smartcv-teal-soft: #e7f6f8;
    --smartcv-ink: #1b2732;
    --smartcv-muted: #66727d;
    --smartcv-line: #dfe8ea;
    --smartcv-paper: #ffffff;
}

.smartcv-suite-block,
.smartcv-suite-block * {
    box-sizing: border-box;
}

.smartcv-suite-block {
    width: min(100%, 940px);
    margin: 0 auto;
    color: var(--smartcv-ink);
    font-family: Inter, Arial, Helvetica, sans-serif;
}

.smartcv-suite-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 auto 18px;
    padding: 13px 15px;
    border: 1px solid rgba(16, 29, 43, .12);
    border-radius: 18px;
    background: #fff;
}

.smartcv-suite-toolbar-note {
    color: var(--smartcv-muted);
    font-size: 13px;
    font-weight: 700;
}

.smartcv-suite-toolbar-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.smartcv-suite-toolbar button {
    appearance: none;
    border: 1px solid rgba(16, 29, 43, .16);
    border-radius: 999px;
    padding: 10px 15px;
    background: #fff;
    color: var(--smartcv-navy);
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    transition: .2s ease;
}

.smartcv-suite-toolbar button:hover {
    transform: translateY(-1px);
    border-color: var(--smartcv-teal);
}

.smartcv-suite-toolbar button:disabled {
    cursor: wait;
    opacity: .6;
    transform: none;
}

.smartcv-suite-download,
.smartcv-suite-email {
    border-color: var(--smartcv-teal) !important;
    background: var(--smartcv-teal) !important;
    color: #fff !important;
}

.smartcv-suite-action-status {
    width: 100%;
    min-height: 1px;
    color: var(--smartcv-teal-dark);
    font-size: 12px;
    font-weight: 700;
}

.smartcv-suite-action-status.is-error {
    color: #b42318;
}

.smartcv-suite-stage {
    width: min(794px, 100%);
    height: 1123px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.smartcv-page {
    width: 794px;
    height: 1123px;
    min-height: 1123px;
    transform-origin: top left;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(16, 29, 43, .14);
    color: var(--smartcv-ink);
    font-family: Inter, Arial, Helvetica, sans-serif;
    line-height: 1.35;
}

.smartcv-photo {
    display: block;
    object-fit: cover;
    object-position: center 20%;
    overflow: hidden;
    border-radius: 50%;
    background: #e8f3f5;
}

.smartcv-initials {
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #dff4f7, #91cdd5);
    color: var(--smartcv-navy);
    font-weight: 900;
}

.smartcv-eyebrow {
    color: var(--smartcv-teal);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.smartcv-role {
    color: inherit;
    font-size: 13px;
    font-weight: 800;
}

.smartcv-section {
    margin: 0 0 18px;
    break-inside: avoid;
}

.smartcv-section-heading {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 10px;
    margin-bottom: 9px;
}

.smartcv-section-heading h2 {
    margin: 0;
    color: var(--smartcv-navy);
    font-size: 11px;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.smartcv-section-heading span {
    height: 2px;
    background: linear-gradient(90deg, var(--smartcv-teal) 0 24%, var(--smartcv-line) 24% 100%);
}

.smartcv-section-heading.thin span {
    height: 1px;
}

.smartcv-contact-list {
    display: grid;
    gap: 9px;
    margin: 0;
}

.smartcv-contact-list > div {
    display: grid;
    gap: 2px;
}

.smartcv-contact-list dt {
    color: var(--smartcv-teal);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.smartcv-contact-list dd {
    margin: 0;
    color: var(--smartcv-ink);
    font-size: 9px;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.smartcv-contact-list.is-compact {
    gap: 8px;
}

.smartcv-contact-list.is-compact dt {
    color: #7edce7;
}

.smartcv-contact-list.is-compact dd {
    color: rgba(255, 255, 255, .86);
}

.smartcv-language-row {
    display: grid;
    gap: 3px;
    padding: 6px 0;
    border-bottom: 1px solid var(--smartcv-line);
}

.smartcv-language-row strong {
    color: var(--smartcv-navy);
    font-size: 9px;
}

.smartcv-language-row > div {
    display: flex;
    flex-wrap: wrap;
    gap: 3px 8px;
}

.smartcv-language-row span {
    color: var(--smartcv-muted);
    font-size: 7.5px;
}

.smartcv-language-row.is-compact {
    border-color: rgba(255, 255, 255, .12);
}

.smartcv-language-row.is-compact strong {
    color: #fff;
}

.smartcv-language-row.is-compact span {
    color: rgba(255, 255, 255, .7);
}

.smartcv-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.smartcv-tags span {
    padding: 4px 7px;
    border-radius: 999px;
    background: var(--smartcv-teal-soft);
    color: #176d79;
    font-size: 7.5px;
    font-weight: 800;
}

.smartcv-profile p,
.smartcv-interests p,
.modern-interests p {
    margin: 0;
    color: #46535d;
    font-size: 9px;
    line-height: 1.5;
}

.smartcv-profile p {
    font-size: 9.4px;
}

.smartcv-timeline-item {
    display: grid;
    grid-template-columns: 12px 1fr;
    gap: 8px;
    margin-bottom: 10px;
}

.smartcv-timeline-dot {
    width: 7px;
    height: 7px;
    margin-top: 4px;
    border-radius: 50%;
    background: var(--smartcv-teal);
    box-shadow: 0 0 0 3px var(--smartcv-teal-soft);
}

.smartcv-timeline-copy {
    padding-bottom: 8px;
    border-bottom: 1px solid #e4eaec;
}

.smartcv-item-top {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: var(--smartcv-navy);
    font-size: 9.2px;
}

.smartcv-item-top > span {
    flex: 0 0 auto;
    color: var(--smartcv-teal);
    font-size: 8px;
    font-weight: 800;
    white-space: nowrap;
}

.smartcv-item-sub {
    margin-top: 2px;
    color: #68747e;
    font-size: 8px;
    font-weight: 800;
}

.smartcv-timeline-copy ul {
    margin: 5px 0 0 14px;
    padding: 0;
    color: #46535d;
    font-size: 8px;
    line-height: 1.38;
}

.smartcv-education-item {
    margin-bottom: 10px;
}

.smartcv-education-item strong {
    display: block;
    color: var(--smartcv-navy);
    font-size: 9px;
}

.smartcv-education-item > span {
    display: block;
    margin-top: 2px;
    color: var(--smartcv-teal);
    font-size: 8px;
    font-weight: 800;
}

.smartcv-education-item p {
    margin: 4px 0 0;
    color: #59656f;
    font-size: 8px;
    line-height: 1.35;
}

.smartcv-achievement {
    display: grid;
    gap: 5px;
    padding: 12px 14px;
    border-left: 4px solid var(--smartcv-teal);
    background: var(--smartcv-teal-soft);
}

.smartcv-achievement > span {
    color: var(--smartcv-teal-dark);
    font-size: 7.5px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.smartcv-achievement strong {
    display: block;
    color: var(--smartcv-navy);
    font-size: 8.5px;
    line-height: 1.35;
}

.smartcv-achievement.is-compact {
    padding: 10px;
}

.smartcv-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 36px;
    background: var(--smartcv-navy);
    color: #d8e4e8;
    font-size: 7.5px;
    letter-spacing: .04em;
}

.smartcv-suite-warning {
    margin: 12px auto 0;
    max-width: 794px;
    color: #b54708;
    font-size: 12px;
    font-weight: 700;
}

/* SMART Simple */
.smartcv-page-simple {
    display: grid;
    grid-template-rows: 196px 1fr 38px;
}

.simple-header {
    display: grid;
    grid-template-columns: 188px 1fr;
    align-items: center;
    padding: 28px 36px;
    background: var(--smartcv-navy);
    color: #fff;
}

.simple-photo-wrap {
    display: flex;
    justify-content: center;
}

.simple-photo-wrap .smartcv-photo {
    width: 126px;
    height: 126px;
    border: 4px solid #fff;
    font-size: 36px;
}

.simple-header-copy h1 {
    margin: 8px 0 0;
    color: #fff;
    font-size: 33px;
    line-height: 1;
    letter-spacing: .015em;
    font-weight: 900;
}

.simple-header-copy .smartcv-role {
    margin-top: 11px;
    color: #fff;
}

.simple-contact-strip {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 18px;
    color: #dce5ea;
    font-size: 9px;
}

.simple-contact-strip span:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    margin-left: 18px;
    vertical-align: middle;
    border-radius: 50%;
    background: var(--smartcv-teal);
}

.simple-body {
    min-height: 0;
    display: grid;
    grid-template-columns: 246px 1fr;
}

.simple-sidebar {
    min-height: 0;
    padding: 30px 23px 20px;
    overflow: hidden;
    background: #f2f6f7;
    border-right: 1px solid #dce6e9;
}

.simple-main {
    min-height: 0;
    padding: 24px 30px 18px;
    overflow: hidden;
}

.simple-split {
    display: grid;
    grid-template-columns: 1.06fr .94fr;
    gap: 22px;
}

/* SMART Minimal */
.smartcv-page-minimal {
    position: relative;
    display: grid;
    grid-template-rows: 176px 74px 1fr 36px;
    padding-left: 18px;
}

.minimal-accent {
    position: absolute;
    inset: 0 auto 0 0;
    width: 18px;
    background: var(--smartcv-teal);
}

.minimal-header {
    display: grid;
    grid-template-columns: 1fr 132px;
    align-items: center;
    padding: 30px 42px 18px 34px;
}

.minimal-name h1 {
    margin: 8px 0 8px;
    color: var(--smartcv-navy);
    font-size: 36px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -.02em;
}

.minimal-name .smartcv-role {
    color: var(--smartcv-teal-dark);
}

.minimal-photo {
    display: flex;
    justify-content: flex-end;
}

.minimal-photo .smartcv-photo {
    width: 104px;
    height: 104px;
    border: 3px solid var(--smartcv-teal);
    font-size: 30px;
}

.minimal-contact-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    padding: 14px 42px 14px 34px;
    background: #f6f9fa;
    border-top: 1px solid var(--smartcv-line);
    border-bottom: 1px solid var(--smartcv-line);
}

.minimal-contact-strip span {
    min-width: 0;
    color: var(--smartcv-ink);
    font-size: 8px;
    overflow-wrap: anywhere;
}

.minimal-contact-strip b {
    display: block;
    margin-bottom: 3px;
    color: var(--smartcv-teal-dark);
    font-size: 7px;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.minimal-body {
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr 238px;
    gap: 28px;
    padding: 24px 42px 18px 34px;
}

.minimal-main,
.minimal-aside {
    min-height: 0;
    overflow: hidden;
}

.minimal-aside {
    padding-left: 22px;
    border-left: 1px solid var(--smartcv-line);
}

.minimal-tags span {
    border: 1px solid #d6e9ec;
    background: #fff;
}

.minimal-footer {
    margin-left: -18px;
    background: #f6f9fa;
    color: var(--smartcv-muted);
    border-top: 1px solid var(--smartcv-line);
}

/* SMART Modern */
.smartcv-page-modern {
    display: grid;
    grid-template-columns: 252px 1fr;
}

.modern-panel {
    min-height: 0;
    padding: 32px 24px;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 12%, rgba(10, 152, 172, .25), transparent 28%),
        linear-gradient(180deg, #101d2b 0%, #06161c 100%);
    color: #fff;
}

.modern-photo {
    display: flex;
    justify-content: center;
}

.modern-photo .smartcv-photo {
    width: 126px;
    height: 126px;
    border: 4px solid rgba(255, 255, 255, .92);
    font-size: 36px;
}

.modern-name {
    margin: 20px 0 26px;
    text-align: center;
}

.modern-name h1 {
    margin: 7px 0 0;
    color: #fff;
    font-size: 24px;
    line-height: 1.05;
    font-weight: 900;
}

.modern-section {
    margin-bottom: 23px;
}

.modern-section h2 {
    margin: 0 0 10px;
    padding-bottom: 7px;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
    color: #7edce7;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.modern-tags span {
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

.modern-interests p {
    color: rgba(255, 255, 255, .74);
    font-size: 8px;
}

.modern-main {
    min-height: 0;
    padding: 42px 34px 28px;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(10, 152, 172, .035), transparent 28%),
        #fff;
}

.modern-header {
    margin-bottom: 22px;
}

.modern-header h2 {
    margin: 8px 0 12px;
    color: var(--smartcv-navy);
    font-size: 24px;
    line-height: 1.1;
    font-weight: 900;
}

.modern-header-rule {
    width: 70px;
    height: 5px;
    border-radius: 99px;
    background: var(--smartcv-teal);
}

.modern-split {
    display: grid;
    grid-template-columns: 1.06fr .94fr;
    gap: 22px;
}

.modern-main-tags span {
    border-radius: 6px;
}

.modern-reference {
    margin-top: 16px;
    padding-top: 10px;
    border-top: 1px solid var(--smartcv-line);
    color: var(--smartcv-muted);
    font-size: 8px;
}

/* Content density */
.smartcv-density-compact .smartcv-section {
    margin-bottom: 15px;
}

.smartcv-density-compact .smartcv-profile p,
.smartcv-density-compact .smartcv-interests p {
    font-size: 8.6px;
}

.smartcv-density-dense .smartcv-section {
    margin-bottom: 12px;
}

.smartcv-density-dense .smartcv-section-heading {
    margin-bottom: 7px;
}

.smartcv-density-dense .smartcv-profile p,
.smartcv-density-dense .smartcv-interests p,
.smartcv-density-dense .smartcv-timeline-copy ul,
.smartcv-density-dense .smartcv-education-item p {
    font-size: 7.5px;
}

.smartcv-density-dense .smartcv-timeline-item,
.smartcv-density-dense .smartcv-education-item {
    margin-bottom: 7px;
}

.smartcv-density-overflow .smartcv-section {
    margin-bottom: 9px;
}

.smartcv-density-overflow .smartcv-profile p,
.smartcv-density-overflow .smartcv-interests p,
.smartcv-density-overflow .smartcv-timeline-copy ul,
.smartcv-density-overflow .smartcv-education-item p {
    font-size: 7px;
    line-height: 1.28;
}

.smartcv-density-overflow .smartcv-tags span {
    padding: 3px 6px;
    font-size: 6.8px;
}

/* Preview flow */
.smartcv-preview-body {
    margin: 0;
    min-height: 100vh;
    background:
        radial-gradient(circle at 10% 0%, rgba(10, 152, 172, .16), transparent 28%),
        linear-gradient(180deg, #06161c 0, #0b1920 420px, #eef3f4 420px);
    color: #fff;
    font-family: Inter, Arial, Helvetica, sans-serif;
}

.smartcv-preview-shell {
    width: min(1180px, 94%);
    margin: 0 auto;
    padding: 48px 0 64px;
}

.smartcv-preview-topbar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 30px;
}

.smartcv-preview-brand {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 7px 12px;
    border: 1px solid rgba(126, 220, 231, .34);
    border-radius: 999px;
    color: #7edce7;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .14em;
}

.smartcv-preview-topbar h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1;
    letter-spacing: -.03em;
}

.smartcv-preview-topbar p {
    max-width: 720px;
    margin: 16px 0 0;
    color: rgba(255, 255, 255, .72);
    font-size: 16px;
    line-height: 1.7;
}

.smartcv-ready-badge {
    flex: 0 0 auto;
    padding: 10px 15px;
    border-radius: 999px;
    background: rgba(10, 152, 172, .18);
    border: 1px solid rgba(126, 220, 231, .34);
    color: #b8f4fb;
    font-size: 12px;
    font-weight: 900;
}

.smartcv-preview-content {
    color: var(--smartcv-ink);
}

.smartcv-preview-next {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin: 28px auto 0;
    max-width: 940px;
    padding: 24px;
    border-radius: 22px;
    background: #fff;
    color: var(--smartcv-ink);
}

.smartcv-preview-next h2 {
    margin: 0 0 6px;
    color: var(--smartcv-navy);
    font-size: 21px;
}

.smartcv-preview-next p {
    margin: 0;
    color: var(--smartcv-muted);
}

.smartcv-preview-next a {
    flex: 0 0 auto;
    padding: 12px 18px;
    border-radius: 999px;
    background: var(--smartcv-navy);
    color: #fff;
    font-weight: 800;
    text-decoration: none;
}

.smartcv-processing-card {
    max-width: 720px;
    margin: 50px auto 0;
    padding: 42px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 28px;
    background: rgba(255, 255, 255, .07);
    backdrop-filter: blur(14px);
}

.smartcv-processing-spinner {
    width: 56px;
    height: 56px;
    margin-bottom: 26px;
    border: 5px solid rgba(255, 255, 255, .12);
    border-top-color: var(--smartcv-teal);
    border-radius: 50%;
    animation: smartcv-spin 1s linear infinite;
}

.smartcv-processing-steps {
    display: grid;
    gap: 12px;
}

.smartcv-processing-steps span {
    position: relative;
    padding-left: 30px;
    color: rgba(255, 255, 255, .55);
    font-weight: 700;
}

.smartcv-processing-steps span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 12px;
    height: 12px;
    border: 2px solid rgba(255, 255, 255, .22);
    border-radius: 50%;
}

.smartcv-processing-steps .is-done {
    color: #fff;
}

.smartcv-processing-steps .is-done::before {
    border-color: var(--smartcv-teal);
    background: var(--smartcv-teal);
}

.smartcv-processing-steps .is-active {
    color: #7edce7;
}

.smartcv-processing-steps .is-active::before {
    border-color: #7edce7;
    box-shadow: 0 0 0 5px rgba(126, 220, 231, .12);
}

.smartcv-processing-message {
    margin: 24px 0 0;
    color: rgba(255, 255, 255, .7);
}

.smartcv-pdf-capture {
    position: fixed !important;
    left: -100000px !important;
    top: 0 !important;
    z-index: -9999 !important;
    transform: none !important;
}

@keyframes smartcv-spin {
    to { transform: rotate(360deg); }
}

@media (max-width: 760px) {
    .smartcv-suite-toolbar {
        align-items: stretch;
    }

    .smartcv-suite-toolbar-actions,
    .smartcv-suite-toolbar button {
        width: 100%;
    }

    .smartcv-preview-topbar,
    .smartcv-preview-next {
        flex-direction: column;
    }

    .smartcv-preview-next a {
        width: 100%;
        text-align: center;
    }
}

@media print {
    @page {
        size: A4 portrait;
        margin: 0;
    }

    body,
    .smartcv-preview-body {
        margin: 0 !important;
        background: #fff !important;
    }

    body * {
        visibility: hidden !important;
    }

    .smartcv-page,
    .smartcv-page * {
        visibility: visible !important;
    }

    .smartcv-suite-toolbar,
    .smartcv-preview-topbar,
    .smartcv-preview-next,
    .smartcv-suite-warning {
        display: none !important;
    }

    .smartcv-suite-block,
    .smartcv-suite-stage,
    .smartcv-page {
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        width: 210mm !important;
        height: 297mm !important;
        min-height: 297mm !important;
        margin: 0 !important;
        border: 0 !important;
        transform: none !important;
    }
}

/* SmartCV v3.1 technical skill levels and photo reliability */
.smartcv-photo-wrap{display:inline-grid;place-items:center;overflow:hidden;border-radius:50%;flex:0 0 auto}
.smartcv-photo-wrap>.smartcv-photo{grid-area:1/1;width:100%;height:100%;max-width:none}
.simple-photo-wrap .smartcv-photo-wrap{width:126px;height:126px}
.simple-photo-wrap .smartcv-photo-wrap>.smartcv-photo{width:126px;height:126px;object-fit:cover;object-position:center 20%;border:4px solid #fff}
.minimal-photo .smartcv-photo-wrap{width:86px;height:86px}
.minimal-photo .smartcv-photo-wrap>.smartcv-photo{width:86px;height:86px;object-fit:cover;object-position:center 20%}
.modern-photo .smartcv-photo-wrap{width:112px;height:112px}
.modern-photo .smartcv-photo-wrap>.smartcv-photo{width:112px;height:112px;object-fit:cover;object-position:center 20%}
.smartcv-technical-list{display:grid;gap:9px}
.smartcv-technical-item{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid rgba(102,114,125,.16)}
.smartcv-technical-item:last-child{border-bottom:0}
.smartcv-technical-copy{display:flex;flex-direction:column;min-width:0}
.smartcv-technical-copy strong{font-size:12px;line-height:1.25;color:var(--smartcv-ink)}
.smartcv-technical-copy span{margin-top:2px;font-size:9px;line-height:1.2;color:var(--smartcv-muted);text-transform:uppercase;letter-spacing:.055em}
.smartcv-skill-rank{display:flex;gap:3px;flex:0 0 auto}
.smartcv-skill-rank i{display:block;width:10px;height:5px;border-radius:999px;background:#d9e4e7}
.smartcv-skill-rank i.is-filled{background:var(--smartcv-teal)}
.smartcv-technical-list.is-minimal .smartcv-technical-item{grid-template-columns:1fr;padding:6px 0;gap:5px}
.smartcv-technical-list.is-minimal .smartcv-skill-rank i{width:13px;height:4px}
.smartcv-technical-list.is-modern .smartcv-technical-copy strong{font-size:11px}
.smartcv-preview-help{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:18px;padding:25px 28px;border-radius:22px;background:#fff;border:1px solid #dfe8ea;box-shadow:0 14px 38px rgba(7,24,33,.08)}
.smartcv-preview-help h2{margin:0 0 6px;color:#101d2b}
.smartcv-preview-help p{margin:0;color:#66727d;line-height:1.6}
.smartcv-preview-help a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 20px;border-radius:999px;background:#101d2b;color:#fff;text-decoration:none;font-weight:800;white-space:nowrap}
@media(max-width:700px){.smartcv-preview-help{align-items:flex-start;flex-direction:column}.smartcv-preview-help a{width:100%}.smartcv-technical-item{gap:7px}.smartcv-skill-rank i{width:8px}}
.smartcv-preview-instruction{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px 20px;align-items:center;margin-bottom:18px;padding:18px 22px;border-radius:18px;background:#eaf7f9;border:1px solid rgba(10,152,172,.22);color:#174e5b}
.smartcv-preview-instruction strong{font-size:16px;color:#071821}
.smartcv-preview-instruction span{grid-column:1/2;line-height:1.55}
.smartcv-preview-instruction a{grid-column:2/3;grid-row:1/3;display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 18px;border-radius:999px;background:#0a98ac;color:#fff;text-decoration:none;font-weight:800;white-space:nowrap}
@media(max-width:700px){.smartcv-preview-instruction{grid-template-columns:1fr}.smartcv-preview-instruction span,.smartcv-preview-instruction a{grid-column:auto;grid-row:auto}.smartcv-preview-instruction a{width:100%;margin-top:6px}}

/* v3.1.1 rendering corrections */
.smartcv-education-courses{margin-top:18px}
.smartcv-education-courses .smartcv-education-item{padding-bottom:7px}
.smartcv-technical-item.no-rating{grid-template-columns:1fr}
