.cv-dashboard-wrapper > .tabs .tab:hover,
.cv-dashboard-wrapper > .tabs .active-tab {
    background: #4338ca !important;
    color: #fff !important;
}

.cv-dashboard-wrapper > .tabs .tab:hover a,
.cv-dashboard-wrapper > .tabs .tab:hover i,
.cv-dashboard-wrapper > .tabs .active-tab a,
.cv-dashboard-wrapper > .tabs .active-tab i {
    color: #fff !important;
}

.bwdcv-job-details,
.bwdcv-job-card h3 a {
    color: #1d4ed8;
    font-weight: 700;
}

.bwdcv-job-details-list {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    display: grid;
    gap: 8px;
    list-style: none;
    padding: 18px;
}

.bwdcv-single-job {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, .08);
    margin: 24px auto;
    max-width: 980px;
    padding: clamp(22px, 4vw, 44px);
}

.bwdcv-single-job > header {
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 24px;
    padding-bottom: 20px;
}

.bwdcv-single-job > header h2 { font-size: clamp(30px, 5vw, 52px); line-height: 1.08; margin: 7px 0 0; }
.bwdcv-single-job .bwdcv-job-details-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.bwdcv-single-job .bwdcv-job-details-list li { display: grid; gap: 3px; min-width: 0; }
.bwdcv-single-job .bwdcv-job-details-list li > span { color: #64748b; font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.bwdcv-single-job .bwdcv-job-details-list li > strong { color: #172033; overflow-wrap: anywhere; }
.bwdcv-job-description { color: #334155; line-height: 1.7; margin-block: 25px; }
.bwdcv-job-description h3 { color: #172033; font-size: 24px; }

.bwdcv-mobile-fit-host {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.bwdcv-dashboard-download-history { margin-bottom: 24px; }

.bwdcv-single-job-apply {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-top: 24px;
}

.bwdcv-single-job-apply select {
    min-height: 44px;
}

.bwdcv-single-job-apply button {
    background: #1d4ed8;
    border: 0;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    min-height: 44px;
    padding: 0 18px;
}

.bwdcv-employer-job-form {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bwdcv-employer-job-form label {
    color: #172033;
    display: grid;
    font-size: 13px;
    font-weight: 700;
    gap: 6px;
}

.bwdcv-employer-job-form .bwdcv-employer-job-description,
.bwdcv-employer-job-form > button {
    grid-column: 1 / -1;
}

.bwdcv-employer-job-form textarea {
    min-height: 150px;
    resize: vertical;
}

.bwdcv-job-board {
    margin-inline: auto;
    max-width: 1180px;
    padding: clamp(20px, 4vw, 56px) 20px;
}

.bwdcv-job-board-header {
    background: linear-gradient(135deg, #172554, #312e81 58%, #2563eb);
    border-radius: 24px;
    box-shadow: 0 22px 55px rgba(30, 41, 99, .2);
    color: #fff;
    margin-bottom: 22px;
    overflow: hidden;
    padding: clamp(28px, 5vw, 52px);
    position: relative;
}

.bwdcv-job-board-header::after {
    background: rgba(255,255,255,.08);
    border-radius: 999px;
    content: '';
    height: 220px;
    position: absolute;
    right: -55px;
    top: -75px;
    width: 220px;
}

.bwdcv-job-board-header h2 { color: #fff; font-size: clamp(28px, 4vw, 48px); line-height: 1.08; margin: 7px 0 10px; }
.bwdcv-job-board-header p { color: #dbeafe; font-size: 17px; margin: 0; max-width: 680px; }
.bwdcv-job-board-header .bwdcv-eyebrow { color: #bfdbfe; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.bwdcv-job-search {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .08);
    display: flex;
    gap: 10px;
    margin: -42px 24px 30px;
    padding: 10px;
    position: relative;
    z-index: 2;
}

.bwdcv-job-search input { border: 0; box-shadow: none; flex: 1; font-size: 16px; min-height: 48px; padding-inline: 14px; }
.bwdcv-job-search button,
.bwdcv-job-apply-form button,
.bwdcv-register-to-apply {
    align-items: center;
    background: #2454dc;
    border: 0;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-weight: 750;
    justify-content: center;
    min-height: 46px;
    padding: 10px 18px;
    text-decoration: none;
}

.bwdcv-job-grid { display: grid; gap: 20px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.bwdcv-job-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 18px; box-shadow: 0 8px 28px rgba(15,23,42,.06); display: flex; flex-direction: column; gap: 15px; min-width: 0; padding: 24px; transition: transform .2s ease, box-shadow .2s ease; }
.bwdcv-job-card:hover { box-shadow: 0 18px 38px rgba(37, 84, 220, .12); transform: translateY(-3px); }
.bwdcv-job-card h3 { font-size: 23px; line-height: 1.25; margin: 12px 0 7px; overflow-wrap: anywhere; }
.bwdcv-job-type { background: #eef2ff; border-radius: 999px; color: #3730a3; display: inline-flex; font-size: 12px; font-weight: 800; padding: 6px 10px; }
.bwdcv-job-meta { color: #64748b; min-height: 22px; }
.bwdcv-job-excerpt { color: #475569; line-height: 1.65; overflow-wrap: anywhere; }
.bwdcv-job-details { margin-top: auto; }
.bwdcv-job-apply-form { border-top: 1px solid #e2e8f0; display: grid; gap: 9px; padding-top: 15px; }
.bwdcv-job-apply-form select { background: #fff; border: 1px solid #cbd5e1; border-radius: 9px; min-height: 44px; padding: 8px 10px; width: 100%; }
.bwdcv-job-apply-form button:disabled { cursor: wait; opacity: .65; }
.bwdcv-apply-notice { color: #475569; font-size: 13px; margin: 0; }
.bwdcv-apply-notice.is-success { color: #047857; font-weight: 700; }
.bwdcv-apply-notice.is-error { color: #b91c1c; }
.bwdcv-job-applied { align-items: center; background: #ecfdf5!important; border: 1px solid #a7f3d0!important; border-radius: 10px; color: #047857!important; cursor: default; display: inline-flex; font-weight: 800; gap: 8px; justify-content: center; min-height: 46px; opacity: 1!important; padding: 10px 16px; }
.bwdcv-no-jobs { grid-column: 1 / -1; text-align: center; }

.bwdcv-dashboard-notice { border-radius: 12px; margin-bottom: 18px; padding: 14px 16px; }
.bwdcv-dashboard-notice.is-success { background: #ecfdf5; border: 1px solid #a7f3d0; color: #047857; }
.bwdcv-review-card { align-items: center; display: flex; gap: 25px; justify-content: space-between; margin-top: 20px; }
.bwdcv-review-dialog { border: 0; border-radius: 18px; box-shadow: 0 28px 80px rgba(15,23,42,.3); max-width: 540px; padding: 30px; position: relative; width: calc(100% - 32px); }
.bwdcv-review-dialog.is-checkout { max-width: 1080px; }
.bwdcv-review-dialog::backdrop { background: rgba(15,23,42,.6); backdrop-filter: blur(3px); }
.bwdcv-review-dialog [data-bwdcv-review-setup] > form { display: grid; gap: 13px; }
.bwdcv-review-dialog label { color: #334155; display: grid; font-size: 14px; font-weight: 700; gap: 7px; }
.bwdcv-review-dialog select,
.bwdcv-review-dialog textarea { border: 1px solid #cbd5e1; border-radius: 9px; min-height: 46px; padding: 10px; width: 100%; }
.bwdcv-review-dialog textarea { min-height: 110px; }
.bwdcv-review-dialog button[type="submit"] { background: #2454dc; border: 0; border-radius: 9px; color: #fff; cursor: pointer; font-weight: 750; min-height: 46px; }
.bwdcv-dialog-close-form { inset-inline-end: 14px; margin: 0; position: absolute; top: 14px; z-index: 3; }
.bwdcv-dialog-close-form button { align-items: center; background: #e2e8f0; border: 0; border-radius: 50%; color: #0f172a; cursor: pointer; display: flex; font-size: 24px; height: 36px; justify-content: center; line-height: 1; padding: 0; width: 36px; }
.bwdcv-review-dialog [data-bwdcv-review-setup] > h3 { padding-inline-end: 42px; }
.bwdcv-workspace-menu-heading { color: #a5b4fc; font-size: 11px; font-weight: 800; letter-spacing: .11em; margin: 20px 12px 7px; text-transform: uppercase; }
.bwdcv-workspace-menu-link { align-items: center; background: transparent; border: 0; border-radius: 9px; color: #e0e7ff; cursor: pointer; display: flex; font: inherit; gap: 9px; margin: 3px 0; padding: 12px; text-align: left; width: 100%; }
.bwdcv-workspace-menu-link:hover,
.bwdcv-workspace-menu-link.is-active { background: rgba(255,255,255,.13); color: #fff; }
.bwdcv-workspace-anchor { display: block; position: relative; top: -16px; visibility: hidden; }
.bwdcv-review-payment[hidden],
.bwdcv-review-dialog [hidden] { display: none!important; }
.bwdcv-review-payment > header { align-items: center; display: flex; gap: 20px; justify-content: space-between; }
.bwdcv-review-payment > header h3 { margin: 3px 0 0; }
.bwdcv-review-payment > header button { background: #eef2ff; border: 1px solid #c7d2fe; border-radius: 8px; color: #3730a3; cursor: pointer; font-weight: 700; padding: 8px 12px; }
.bwdcv-review-payment iframe { background: #fff; border: 1px solid #dbe3ef; border-radius: 12px; height: min(700px, 72vh); margin-top: 8px; width: 100%; }
.bwdcv-review-payment iframe[hidden] { display: none!important; }
.bwdcv-review-status-list { display: grid; gap: 8px; list-style: none; margin: 14px 0 0; padding: 0; }
.bwdcv-review-status-list li { align-items: center; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 10px; display: flex; flex-wrap: wrap; gap: 10px; padding: 9px 12px; }
.bwdcv-review-status-list li > span { font-weight: 700; }
.bwdcv-review-status-list li > a { margin-left: auto; }
.bwdcv-review-state { background: #eef2ff; border-radius: 999px; color: #3730a3; font-size: 11px; padding: 4px 8px; }
.bwdcv-review-state.is-completed { background: #dcfce7; color: #166534; }
.bwdcv-review-state.is-pending-payment { background: #fff7ed; color: #9a3412; }
.bwdcv-heading-with-state { align-items: center; display: flex; flex-wrap: wrap; gap: 10px; }
.bwdcv-state-badge { border-radius: 999px; display: inline-flex; font-size: 12px; font-weight: 800; padding: 5px 10px; }
.bwdcv-state-badge.is-enabled { background: #dcfce7; color: #166534; }
.bwdcv-state-badge.is-disabled { background: #f1f5f9; color: #64748b; }
.bwdcv-history-table-wrap { overflow-x: auto; }
.bwdcv-history-table { border-collapse: collapse; min-width: 480px; width: 100%; }
.bwdcv-history-table th,
.bwdcv-history-table td { border-bottom: 1px solid #e2e8f0; padding: 10px 8px; text-align: left; }
.bwdcv-format-badge { background: #eef2ff; border-radius: 6px; color: #3730a3; font-size: 11px; font-weight: 800; padding: 4px 7px; }
.bwdcv-job-board-block-preview { background: #eef2ff; border: 1px dashed #6366f1; border-radius: 12px; padding: 24px; text-align: center; }

@media (max-width: 680px) {
    .bwdcv-single-job-apply { align-items: stretch; flex-direction: column; }
    .bwdcv-employer-job-form { grid-template-columns: 1fr; }
	.bwdcv-job-grid { grid-template-columns: 1fr; }
	.bwdcv-job-search { align-items: stretch; flex-direction: column; margin-inline: 8px; }
	.bwdcv-review-card { align-items: stretch; flex-direction: column; }
	.bwdcv-review-dialog { padding: 20px; }
	.bwdcv-review-payment > header { align-items: flex-start; flex-direction: column; }
	.bwdcv-review-payment iframe { height: 72vh; }
	.bwdcv-single-job .bwdcv-job-details-list { grid-template-columns: 1fr; }
	.cv-dashboard-container,
	.cv-dashboard-wrapper,
	.wpcv-tab-content-wrap,
	.wpcv-dashboard-wrap,
	.wpcv-download-wrap,
	.wpcv-profile-wrap,
	.bwdcv-account-modules,
	.bwdcv-account-two-col,
	.bwdcv-cv-grid,
	.bwdcv-module-card,
	.bwdcv-review-card,
	.bwdcv-renewal-card {
		box-sizing: border-box!important;
		max-width: 100%!important;
		min-width: 0!important;
		width: 100%!important;
	}
	.bwdcv-account-two-col,
	.bwdcv-cv-grid { display: grid!important; grid-template-columns: minmax(0, 1fr)!important; }
	.bwdcv-account-modules { overflow: hidden; padding-inline: 0!important; }
	.bwdcv-history-table { min-width: 420px; }
	.wpcv-tab-content-wrap { overflow: hidden; padding-inline: 10px!important; }
}

@media (min-width: 681px) and (max-width: 980px) {
	.bwdcv-job-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
