
/* =========================================================
   FIX246 – GUIDE ENTRY: JOB REQUESTS
   ========================================================= */

.fix246-guide-entry {
    max-width: 900px;
    margin: 0 auto;
}

.fix246-guide-entry h2 {
    margin: 1.75rem 0 1rem;
    color: var(--fix246-dark);
    font-size: 1.7rem;
    line-height: 1.25;
}

.fix246-guide-card {
    margin: 1rem 0;
    padding: 1.25rem 1.4rem;
    background: #ffffff;
    border: 1px solid var(--fix246-border);
    box-shadow: 0 8px 22px rgba(16, 66, 145, 0.05);
}

.fix246-guide-card--job {
    border-left: 4px solid var(--fix246-blue);
}

.fix246-guide-card--highlight {
    border-left: 4px solid var(--fix246-yellow);
    background: #fffdf5;
}

.fix246-guide-card h3 {
    margin: 0 0 0.55rem;
    color: var(--fix246-dark);
    font-size: 1.18rem;
    line-height: 1.3;
}

.fix246-guide-card--job h3 {
    color: var(--fix246-blue);
}

.fix246-guide-card p {
    margin: 0 0 0.65rem;
    color: var(--fix246-text);
    font-size: 1rem;
    line-height: 1.6;
}

.fix246-guide-card p:last-child {
    margin-bottom: 0;
}

.fix246-guide-note,
.fix246-guide-example {
    margin-top: 0.85rem;
    padding: 0.85rem 1rem;
    background: var(--fix246-light);
    color: var(--fix246-text);
    font-size: 0.95rem;
    line-height: 1.55;
}

.fix246-guide-note strong,
.fix246-guide-example strong {
    color: var(--fix246-dark);
}

.fix246-guide-checklist {
    list-style: none;
    margin: 0.75rem 0 0;
    padding: 0;
}

.fix246-guide-checklist li {
    position: relative;
    margin: 0;
    padding: 0.35rem 0 0.35rem 1.45rem;
    color: var(--fix246-text);
    font-size: 0.98rem;
    line-height: 1.5;
    border-bottom: 1px solid var(--fix246-border);
}

.fix246-guide-checklist li:last-child {
    border-bottom: 0;
}

.fix246-guide-checklist li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0.35rem;
    color: var(--fix246-blue);
    font-weight: 800;
}

/* Mobile */
@media (max-width: 700px) {
    .fix246-guide-entry {
        padding: 0 0.35rem;
    }

    .fix246-guide-entry h2 {
        font-size: 1.45rem;
    }

    .fix246-guide-card {
        padding: 1rem;
    }

    .fix246-guide-card h3 {
        font-size: 1.08rem;
    }

    .fix246-guide-card p,
    .fix246-guide-checklist li,

    .fix246-guide-entry--job-request .fix246-guide-lead {
        font-size: 1.05rem !important;
        line-height: 1.55 !important;
    }
}

/* =========================================================
   FIX246 – GUIDE ENTRY: ADD YOUR SERVICE
   ========================================================= */

.fix246-guide-card--service {
    border-left: 4px solid var(--fix246-green);
}

.fix246-guide-card--service h3 {
    color: var(--fix246-green);
}

.fix246-guide-note--service {
    border-left-color: var(--fix246-green);
    background: #f1fdf7;
}

.fix246-guide-entry--add-service .fix246-guide-example {
    border-left-color: var(--fix246-green);
    background: #f1fdf7;
}

/* =========================================================
   FIX246 – GUIDE ENTRY: SERVICE NETWORK
   Uses separate guide-only classes, not the real plugin classes.
   ========================================================= */

.fix246-guide-card--commercial {
    border-left: 4px solid var(--fix246-blue);
}

.fix246-guide-card--commercial h3 {
    color: var(--fix246-blue);
}

.fix246-guide-note--commercial {
    border-left-color: var(--fix246-blue);
    background: #f4f8ff;
}

.fix246-guide-sn-preview {
    margin-top: 1rem;
    padding: 1rem;
    background: #f8fafc;
    border: 1px solid rgba(16, 66, 145, 0.14);
}

.fix246-guide-sn-hero {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: linear-gradient(135deg, #ffffff 0%, #f3f7ff 100%);
    border: 1px solid rgba(16, 66, 145, 0.16);
}

.fix246-guide-sn-avatar {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: var(--fix246-blue);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.6rem;
    box-shadow: 0 8px 20px rgba(16, 66, 145, 0.18);
    flex: 0 0 auto;
}

.fix246-guide-sn-label {
    color: var(--fix246-blue);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.fix246-guide-sn-title {
    margin-top: 0.15rem;
    color: var(--fix246-dark);
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.2;
}

.fix246-guide-sn-subtitle {
    margin-top: 0.25rem;
    color: var(--fix246-muted);
    font-size: 0.95rem;
    line-height: 1.35;
}

.fix246-guide-sn-filter {
    background: #ffffff;
    border: 1px solid rgba(16, 66, 145, 0.16);
}

.fix246-guide-sn-filter-title {
    padding: 0.85rem 1rem;
    color: var(--fix246-blue);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(16, 66, 145, 0.12);
}

.fix246-guide-sn-calendar {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 1px;
    background: #e5edf8;
}

.fix246-guide-sn-weekday {
    padding: 0.45rem 0.25rem;
    background: var(--fix246-blue);
    color: #ffffff;
    text-align: center;
    font-size: 0.72rem;
    font-weight: 800;
}

.fix246-guide-sn-day {
    min-height: 74px;
    padding: 0.5rem 0.25rem;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.fix246-guide-sn-day span {
    color: var(--fix246-text);
    font-size: 0.72rem;
    line-height: 1.2;
}

.fix246-guide-sn-day strong {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(23, 205, 115, 0.12);
    border: 1px solid rgba(23, 205, 115, 0.45);
    color: #0f7a42;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
}

.fix246-guide-sn-day--active {
    outline: 2px solid var(--fix246-blue);
    outline-offset: -2px;
}

.fix246-guide-sn-day--empty strong {
    background: #f3f4f6;
    border-color: #e5e7eb;
    color: #9ca3af;
}

.fix246-guide-sn-accordion {
    display: grid;
    gap: 0.75rem;
}

.fix246-guide-sn-category {
    background: #ffffff;
    border: 1px solid rgba(16, 66, 145, 0.16);
}

.fix246-guide-sn-category-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem 1rem;
    color: var(--fix246-blue);
    font-weight: 800;
}

.fix246-guide-sn-category-head::after {
    content: "+";
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #eef4ff;
    color: var(--fix246-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

.fix246-guide-sn-category--open .fix246-guide-sn-category-head::after {
    content: "–";
}

.fix246-guide-sn-category-head strong {
    margin-left: auto;
    min-width: 28px;
    height: 28px;
    padding: 0 0.5rem;
    border-radius: 999px;
    background: #eef4ff;
    color: var(--fix246-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.82rem;
}

.fix246-guide-sn-provider-card {
    margin: 0 1rem 1rem;
    padding: 1rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.fix246-guide-sn-provider-top {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.9rem;
}

.fix246-guide-sn-provider-icon {
    min-width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(23, 205, 115, 0.12);
    border: 2px solid rgba(23, 205, 115, 0.35);
    color: #0f7a42;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

.fix246-guide-sn-provider-name {
    color: var(--fix246-dark);
    font-weight: 800;
    line-height: 1.25;
}

.fix246-guide-sn-provider-meta {
    margin-top: 0.15rem;
    color: var(--fix246-muted);
    font-size: 0.82rem;
}

.fix246-guide-sn-mini-calendar {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    border: 1px solid rgba(23, 205, 115, 0.25);
    background: #e5edf8;
    gap: 1px;
}

.fix246-guide-sn-mini-day {
    min-height: 74px;
    padding: 0.5rem 0.35rem;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}

.fix246-guide-sn-mini-day span {
    color: #0f7a42;
    font-size: 0.75rem;
    font-weight: 800;
}

.fix246-guide-sn-mini-day strong {
    color: var(--fix246-muted);
    font-size: 0.72rem;
    line-height: 1.25;
}

.fix246-guide-sn-mini-day--available {
    background: rgba(23, 205, 115, 0.08);
}

.fix246-guide-sn-mini-day--available strong {
    color: var(--fix246-blue);
}

.fix246-guide-sn-mini-day--ask strong {
    color: var(--fix246-blue);
}

@media (max-width: 700px) {
    .fix246-guide-sn-preview {
        padding: 0.75rem;
    }

    .fix246-guide-sn-hero {
        align-items: flex-start;
        padding: 0.85rem;
    }

    .fix246-guide-sn-avatar {
        width: 54px;
        height: 54px;
        font-size: 1.25rem;
    }

    .fix246-guide-sn-title {
        font-size: 1.08rem;
    }

    .fix246-guide-sn-calendar {
        grid-template-columns: repeat(7, minmax(38px, 1fr));
        overflow-x: auto;
    }

    .fix246-guide-sn-weekday,
    .fix246-guide-sn-day span {
        font-size: 0.62rem;
    }

    .fix246-guide-sn-day {
        min-height: 62px;
    }

    .fix246-guide-sn-mini-calendar {
        grid-template-columns: 1fr;
    }

    .fix246-guide-sn-mini-day {
        min-height: auto;
        gap: 0.35rem;
    }
}

/* =========================================================
   FIX246 – GUIDE ENTRY: BUSINESS OPPORTUNITY HUB
   Guide-only classes. Does not style the real plugin directly.
   ========================================================= */
.fix246-guide-oh-avatar {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: var(--fix246-green);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.6rem;
    box-shadow: 0 8px 20px rgba(16, 66, 145, 0.18);
    flex: 0 0 auto;
}

.fix246-guide-card--opportunity {
    border-left: 4px solid var(--fix246-green);
}

.fix246-guide-card--opportunity h3 {
    color: var(--fix246-green);
}

.fix246-guide-note--opportunity {
    border-left-color: var(--fix246-green);
    background: #f1fdf7;
}

.fix246-guide-boh-preview {
    margin-top: 1rem;
    padding: 1rem;
    background: #f8fafc;
    border: 1px solid rgba(23, 205, 115, 0.16);
}

.fix246-guide-boh-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem;
    background: linear-gradient(135deg, #ffffff 0%, #f1fdf7 100%);
    border: 1px solid rgba(23, 205, 115, 0.22);
}

.fix246-guide-boh-kicker {
    color: var(--fix246-green);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.fix246-guide-boh-title {
    margin-top: 0.25rem;
    color: var(--fix246-dark);
    font-size: 1.18rem;
    font-weight: 850;
    line-height: 1.25;
}

.fix246-guide-boh-text {
    margin-top: 0.35rem;
    color: var(--fix246-muted);
    font-size: 0.92rem;
    line-height: 1.45;
}

.fix246-guide-boh-button,
.fix246-guide-boh-small-button,
.fix246-guide-boh-panel-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--fix246-green);
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
}

.fix246-guide-boh-button {
    min-width: 128px;
    padding: 0.75rem 0.95rem;
}

.fix246-guide-boh-small-button {
    padding: 0.55rem 0.75rem;
}

.fix246-guide-boh-panel {
    background: #ffffff;
    border: 1px solid rgba(16, 66, 145, 0.16);
    padding: 1rem;
}

.fix246-guide-boh-panel strong {
    display: block;
    color: var(--fix246-blue);
    font-size: 1rem;
    line-height: 1.25;
}

.fix246-guide-boh-panel p {
    margin: 0.35rem 0 0;
    color: var(--fix246-muted);
    font-size: 0.9rem;
    line-height: 1.45;
}

.fix246-guide-boh-panel-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
    margin-top: 0.9rem;
}

.fix246-guide-boh-panel-button {
    min-height: 42px;
    padding: 0.65rem 0.8rem;
    background: #eef2f7;
    color: var(--fix246-blue);
}

.fix246-guide-boh-panel-button--primary {
    background: var(--fix246-blue);
    color: #ffffff;
}

.fix246-guide-boh-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
}

.fix246-guide-boh-stat {
    padding: 1rem;
    background: #ffffff;
    border: 1px solid rgba(16, 66, 145, 0.14);
    text-align: center;
}

.fix246-guide-boh-stat strong {
    display: block;
    color: var(--fix246-green);
    font-size: 1.7rem;
    line-height: 1;
    font-weight: 900;
}

.fix246-guide-boh-stat span {
    display: block;
    margin-top: 0.45rem;
    color: var(--fix246-dark);
    font-size: 0.85rem;
    font-weight: 850;
    line-height: 1.25;
}

.fix246-guide-boh-stat small {
    display: block;
    margin-top: 0.3rem;
    color: var(--fix246-muted);
    font-size: 0.72rem;
    line-height: 1.3;
}

.fix246-guide-boh-availability {
    background: #ffffff;
    border: 1px solid rgba(23, 205, 115, 0.22);
}

.fix246-guide-boh-section-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.95rem 1rem;
    border-bottom: 1px solid rgba(23, 205, 115, 0.18);
}

.fix246-guide-boh-section-top strong {
    display: block;
    color: var(--fix246-dark);
    font-weight: 850;
}

.fix246-guide-boh-section-top span {
    display: block;
    margin-top: 0.2rem;
    color: var(--fix246-muted);
    font-size: 0.85rem;
    line-height: 1.35;
}

.fix246-guide-boh-calendar {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 1px;
    background: rgba(23, 205, 115, 0.2);
}

.fix246-guide-boh-weekday {
    padding: 0.45rem 0.25rem;
    background: var(--fix246-green);
    color: #ffffff;
    text-align: center;
    font-size: 0.72rem;
    font-weight: 850;
}

.fix246-guide-boh-day {
    min-height: 76px;
    padding: 0.5rem 0.35rem;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}

.fix246-guide-boh-day span {
    color: #0f7a42;
    font-size: 0.72rem;
    font-weight: 850;
    line-height: 1.2;
}

.fix246-guide-boh-day strong {
    color: var(--fix246-muted);
    font-size: 0.7rem;
    line-height: 1.25;
}

.fix246-guide-boh-day--available {
    background: rgba(23, 205, 115, 0.08);
}

.fix246-guide-boh-day--available strong,
.fix246-guide-boh-day--appointment strong {
    color: #0f7a42;
}

.fix246-guide-boh-day--appointment {
    background: #f7fff9;
}

.fix246-guide-boh-table {
    background: #ffffff;
    border: 1px solid rgba(16, 66, 145, 0.16);
    overflow: hidden;
}

.fix246-guide-boh-table-head,
.fix246-guide-boh-table-row {
    display: grid;
    grid-template-columns: 1.45fr 1fr 1fr 1.25fr 0.7fr;
    gap: 0;
}

.fix246-guide-boh-table-head {
    background: var(--fix246-blue);
    color: #ffffff;
}

.fix246-guide-boh-table-head span {
    padding: 0.7rem 0.65rem;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.fix246-guide-boh-table-row {
    border-top: 1px solid #edf0f4;
}

.fix246-guide-boh-table-row span {
    padding: 0.75rem 0.65rem;
    color: var(--fix246-text);
    font-size: 0.82rem;
    line-height: 1.35;
    border-right: 1px solid #edf0f4;
}

.fix246-guide-boh-table-row span:last-child {
    border-right: 0;
}

.fix246-guide-boh-table-row strong {
    display: block;
    color: var(--fix246-dark);
    font-weight: 850;
}

.fix246-guide-boh-table-row small {
    display: block;
    margin-top: 0.2rem;
    color: var(--fix246-muted);
    font-size: 0.72rem;
}

.fix246-guide-boh-status {
    display: inline-flex;
    align-items: center;
    padding: 0.22rem 0.45rem;
    background: rgba(23, 205, 115, 0.12);
    color: #0f7a42;
    font-style: normal;
    font-size: 0.72rem;
    font-weight: 850;
    line-height: 1.2;
}

.fix246-guide-boh-status--waiting {
    background: rgba(255, 193, 7, 0.18);
    color: #8a6400;
}

.fix246-guide-boh-status-flow {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.fix246-guide-boh-status-flow span {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.65rem;
    background: #ffffff;
    border: 1px solid rgba(23, 205, 115, 0.24);
    color: var(--fix246-dark);
    font-size: 0.82rem;
    font-weight: 800;
}

.fix246-guide-boh-status-flow span:nth-child(5),
.fix246-guide-boh-status-flow span:nth-child(6),
.fix246-guide-boh-status-flow span:nth-child(7) {
    border-color: rgba(16, 66, 145, 0.22);
    background: #f7f9fc;
}

.fix246-guide-boh-two-cols {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.fix246-guide-boh-mini-section {
    padding: 1rem;
    background: #ffffff;
    border: 1px solid rgba(16, 66, 145, 0.14);
}

.fix246-guide-boh-mini-section > strong {
    display: block;
    margin-bottom: 0.7rem;
    color: var(--fix246-blue);
    font-size: 0.9rem;
    font-weight: 900;
}

.fix246-guide-boh-client,
.fix246-guide-boh-action {
    padding: 0.65rem 0;
    border-top: 1px solid #edf0f4;
}

.fix246-guide-boh-client:first-of-type,
.fix246-guide-boh-action:first-of-type {
    border-top: 0;
}

.fix246-guide-boh-client span {
    display: block;
    color: var(--fix246-dark);
    font-weight: 850;
    font-size: 0.85rem;
}

.fix246-guide-boh-client small {
    display: block;
    margin-top: 0.15rem;
    color: var(--fix246-muted);
    font-size: 0.75rem;
}

.fix246-guide-boh-action {
    color: var(--fix246-text);
    font-size: 0.85rem;
    line-height: 1.35;
}

.fix246-guide-boh-action::before {
    content: "→";
    margin-right: 0.35rem;
    color: var(--fix246-green);
    font-weight: 900;
}

@media (max-width: 800px) {
    .fix246-guide-boh-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fix246-guide-boh-table {
        overflow-x: auto;
    }

    .fix246-guide-boh-table-head,
    .fix246-guide-boh-table-row {
        min-width: 720px;
    }
}

@media (max-width: 700px) {
	
	.fix246-guide-oh-avatar {
		margin-bottom: 0.8rem;
}
	
    .fix246-guide-boh-preview {
        padding: 0.75rem;
    }

    .fix246-guide-boh-hero,
    .fix246-guide-boh-section-top {
        display: block;
    }

    .fix246-guide-boh-button,
    .fix246-guide-boh-small-button {
        margin-top: 0.8rem;
        width: 100%;
    }

    .fix246-guide-boh-panel-actions {
        grid-template-columns: 1fr;
    }

    .fix246-guide-boh-stats {
        grid-template-columns: 1fr;
    }

    .fix246-guide-boh-calendar {
        grid-template-columns: repeat(7, minmax(42px, 1fr));
        overflow-x: auto;
    }

    .fix246-guide-boh-weekday {
        font-size: 0.62rem;
    }

    .fix246-guide-boh-day {
        min-height: 64px;
    }

    .fix246-guide-boh-day span,
    .fix246-guide-boh-day strong {
        font-size: 0.62rem;
    }

    .fix246-guide-boh-two-cols {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   FIX246 – GUIDE ENTRY: AVAILABILITY
   Guide-only classes. Does not style the real availability tool directly.
   ========================================================= */

.fix246-guide-card--availability {
    border-left: 4px solid var(--fix246-green);
}

.fix246-guide-card--availability h3 {
    color: var(--fix246-green);
}

.fix246-guide-note--availability {
    border-left-color: var(--fix246-green);
    background: #f1fdf7;
}

.fix246-guide-entry--availability .fix246-guide-example {
    border-left-color: var(--fix246-green);
    background: #f1fdf7;
}

.fix246-guide-av-preview {
    margin-top: 1rem;
    padding: 1rem;
    background: #f8fafc;
    border: 1px solid rgba(23, 205, 115, 0.16);
}

.fix246-guide-av-calendar {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.65rem;
}

.fix246-guide-av-day {
    min-height: 86px;
    padding: 0.7rem 0.55rem;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}

.fix246-guide-av-day span {
    color: var(--fix246-light);
    font-size: 0.78rem;
    font-weight: 850;
}

.fix246-guide-av-day strong {
    color: var(--fix246-muted);
    font-size: 0.72rem;
    line-height: 1.25;
}

.fix246-guide-av-day--available {
    background: var(--fix246-green);
    border-color: rgba(23, 205, 115, 0.35);
}

.fix246-guide-av-day--available strong {
    color: var(--fix246-light);
}

.fix246-guide-av-day--appointment {
    background: var(--fix246-blue);
    border-color: rgba(16, 66, 145, 0.22);
}

.fix246-guide-av-day--appointment strong {
    color: var(--fix246-light);
}

.fix246-guide-av-day--unavailable {
    background: #777777;
		opacity: 0.62;
}

.fix246-guide-av-day--unavailable strong {
    color: var(--fix246-light);
}

.fix246-guide-av-editor {
    background: #ffffff;
    border: 1px solid rgba(16, 66, 145, 0.14);
}

.fix246-guide-av-editor-header {
    padding: 0.9rem 1rem;
    border-bottom: 1px solid #edf0f4;
}

.fix246-guide-av-editor-header strong {
    display: block;
    color: var(--fix246-green);
    font-size: 1rem;
    font-weight: 900;
}

.fix246-guide-av-editor-header span {
    display: block;
    margin-top: 0.15rem;
    color: var(--fix246-muted);
    font-size: 0.82rem;
}

.fix246-guide-av-editor-row {
    display: grid;
    grid-template-columns: 1fr 1.25fr 1fr;
    gap: 0.75rem;
    align-items: center;
    padding: 0.75rem 1rem;
    border-top: 1px solid #edf0f4;
}

.fix246-guide-av-editor-row:first-of-type {
    border-top: 0;
}

.fix246-guide-av-editor-row span {
    color: var(--fix246-dark);
    font-size: 0.85rem;
    font-weight: 850;
}

.fix246-guide-av-editor-row em {
    display: inline-flex;
    justify-content: center;
    padding: 0.35rem 0.55rem;
    background: #f1fdf7;
    color: #0f7a42;
    font-style: normal;
    font-size: 0.76rem;
    font-weight: 800;
}

.fix246-guide-av-editor-row strong {
    color: var(--fix246-text);
    font-size: 0.8rem;
    text-align: right;
}

.fix246-guide-av-editor-row--muted em {
    background: #f3f4f6;
    color: #6b7280;
}

.fix246-guide-av-public-card {
    background: #ffffff;
    border: 1px solid rgba(16, 66, 145, 0.14);
    padding: 1rem;
}

.fix246-guide-av-public-top {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.fix246-guide-av-public-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--fix246-green);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    flex: 0 0 auto;
}

.fix246-guide-av-public-top strong {
    display: block;
    color: var(--fix246-dark);
    font-size: 0.95rem;
    font-weight: 900;
}

.fix246-guide-av-public-top span {
    display: block;
    margin-top: 0.15rem;
    color: var(--fix246-muted);
    font-size: 0.82rem;
    line-height: 1.35;
}

.fix246-guide-av-public-days {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 0.9rem;
}

.fix246-guide-av-public-days span {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 0.6rem;
    background: #f3f4f6;
    color: var(--fix246-muted);
    font-size: 0.78rem;
    font-weight: 800;
}

.fix246-guide-av-public-days span.is-available {
    background: rgba(23, 205, 115, 0.12);
    color: #0f7a42;
}

@media (max-width: 700px) {
    .fix246-guide-av-preview {
        padding: 0.75rem;
    }

    .fix246-guide-av-day {
        min-height: auto;
        gap: 0.35rem;
    }

    .fix246-guide-av-editor-row {
        grid-template-columns: 1fr;
        gap: 0.4rem;
    }
	
	.fix246-guide-av-calendar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.35rem;
}

    .fix246-guide-av-editor-row em {
        justify-content: flex-start;
    }

    .fix246-guide-av-editor-row strong {
        text-align: left;
    }
}

.fix246-guide-meta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.fix246-guide-reading-time {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    width: fit-content;
		min-width: 170px !important;
    padding: 0.35rem 0.7rem;
    border-left: 4px solid var(--fix246-yellow, #17CD73);
    background: #f8fafc;
    color: #4b5563;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.2;
    border-radius: 0;
}

.fix246-guide-reading-time::before {
    content: "";
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 999px;
    background: var(--fix246-yellow, #17CD73);
}

.fix246-job-title-date-range {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 0.5rem;
    align-items: center;
}

.fix246-job-title-date-range span {
    color: #6b7280;
    font-size: 0.85rem;
    font-weight: 600;
}

@media (max-width: 640px) {
    .fix246-job-title-date-range {
        grid-template-columns: 1fr;
    }

    .fix246-job-title-date-range span {
        text-align: center;
    }
}
