/* Fichier: assets/css/home.css - Accueil marketplace */
.page-accueil .site-footer { margin-top: 0 !important; }
.market-home {
    background:
        linear-gradient(180deg, #f8fbff 0, #edf5fb 360px, #f3f6fa 100%);
    color: var(--text-primary);
}

.market-shell,
.market-section,
.market-strip,
.market-cta,
.market-help {
    width: min(100% - 1.5rem, 1440px);
    margin-inline: auto;
}

.market-hero {
    padding: 1rem 0 0.75rem;
}

.market-shell {
    display: grid;
    grid-template-columns: 248px minmax(0, 1fr) 270px;
    gap: 1rem;
    align-items: stretch;
}

.market-rayons,
.market-side-deals,
.market-mini-card,
.market-product-card,
.market-team-card,
.market-formation-card,
.market-section {
    border: 1px solid rgba(176, 192, 210, 0.85);
    background: #fff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

.market-rayons {
    display: grid;
    align-content: start;
    gap: 0.42rem;
    padding: 1rem;
    border-radius: 8px;
    min-height: 100%;
}

.market-rayons strong {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.35rem;
    color: var(--pharma-blue-dark);
    font-size: 0.9rem;
}

.market-rayons a {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.45rem;
    min-height: 40px;
    padding: 0.45rem 0.55rem;
    border-radius: 6px;
    color: var(--text-secondary);
    font-size: 0.85rem;
    font-weight: 800;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.market-rayons a:hover {
    background: #e0f2fe;
    color: #075985;
    transform: translateX(3px);
}

.market-rayons span {
    color: var(--text-muted);
    font-size: 0.72rem;
}

.market-slider {
    min-height: 452px;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(176, 192, 210, 0.85);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
}

.market-slider .carousel-inner,
.market-slider .carousel-item {
    height: 100%;
    min-height: 452px;
}

.market-slider img {
    width: 100%;
    height: 100%;
    min-height: 452px;
    display: block;
    object-fit: cover;
}

.market-slider .carousel-item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(248, 250, 252, 0.96), rgba(248, 250, 252, 0.74) 42%, rgba(248, 250, 252, 0.12) 72%, rgba(248, 250, 252, 0));
}

.market-slide-copy {
    position: absolute;
    z-index: 2;
    left: clamp(1rem, 4vw, 3rem);
    top: 50%;
    width: min(540px, calc(100% - 2rem));
    transform: translateY(-50%);
    color: var(--pharma-blue-dark);
}

.market-slide-copy span,
.market-section-head span,
.market-cta span {
    color: #f59e0b;
    font-size: 0.76rem;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.market-slide-copy h1 {
    margin: 0.45rem 0 0.6rem;
    font-size: clamp(2.05rem, 4vw, 3.65rem);
    line-height: 1.04;
    font-weight: 950;
    letter-spacing: 0;
}

.market-slide-copy p {
    max-width: 480px;
    color: #475569;
    font-size: 1rem;
    font-weight: 650;
}

.market-slide-copy .btn {
    border: 0;
    border-radius: 999px;
    box-shadow: 0 14px 28px rgba(245, 158, 11, 0.28);
    color: #172554;
    font-weight: 950;
}

.market-side-deals {
    display: grid;
    gap: 1rem;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.market-mini-card {
    display: grid;
    align-content: start;
    gap: 0.6rem;
    padding: 1rem;
    border-radius: 8px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.market-mini-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
}

.market-mini-card i {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #e0f2fe;
    color: #075985;
    font-size: 1.25rem;
}

.market-mini-card strong {
    color: var(--pharma-blue-dark);
    font-size: 1.05rem;
}

.market-mini-card span {
    color: var(--text-muted);
    font-size: 0.86rem;
}

.market-mini-card a {
    justify-self: start;
    color: var(--pharma-blue);
    font-weight: 900;
    text-decoration: none;
}

.market-mini-card--dark {
    background: linear-gradient(135deg, #051a2f, #075985);
    color: #fff;
}

.market-mini-card--dark strong,
.market-mini-card--dark a {
    color: #fff;
}

.market-mini-card--dark span {
    color: rgba(255, 255, 255, 0.78);
}

.market-strip {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.75rem;
    padding: 0.65rem 0 1rem;
}

.market-strip a {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    min-height: 58px;
    padding: 0.8rem;
    border-radius: 8px;
    background: #fff;
    color: var(--text-primary);
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(0, 38, 80, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.market-strip a:hover {
    color: var(--pharma-blue);
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.11);
}

.market-strip i {
    color: #0891b2;
    font-size: 1.2rem;
}

.market-section {
    margin-block: 1rem;
    padding: clamp(1rem, 2vw, 1.35rem);
    border-radius: 8px;
    overflow: hidden;
}

.reveal {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.market-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.market-section-head h2 {
    margin: 0.15rem 0 0;
    color: var(--pharma-blue-dark);
    font-size: clamp(1.35rem, 2.5vw, 2rem);
    font-weight: 950;
}

.market-section-head > a,
.market-section-head p {
    color: var(--text-muted);
    font-weight: 850;
}

.market-section-head > a {
    text-decoration: none;
    white-space: nowrap;
}

.market-new-section {
    background:
        linear-gradient(135deg, rgba(236, 253, 245, 0.92), rgba(239, 246, 255, 0.95)),
        #ffffff;
}

.market-new-grid {
    display: grid;
    grid-template-columns: 1.15fr repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.market-new-card {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    min-height: 156px;
    overflow: hidden;
    border: 1px solid rgba(14, 165, 166, 0.18);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.market-new-card:hover {
    transform: translateY(-2px);
    border-color: rgba(14, 165, 166, 0.36);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.market-new-card--lead {
    grid-row: span 2;
    grid-template-columns: 1fr;
}

.market-new-card__media {
    display: grid;
    min-height: 100%;
    place-items: center;
    background: linear-gradient(145deg, #f8fafc, #e6f7f3);
    color: var(--med-green);
    text-decoration: none;
}

.market-new-card--lead .market-new-card__media {
    min-height: 230px;
}

.market-new-card__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0.6rem;
}

.market-new-card__media span {
    display: inline-grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border-radius: 14px;
    background: #ffffff;
    color: #008060;
    font-size: 1.4rem;
}

.market-new-card__body {
    display: grid;
    align-content: center;
    gap: 0.45rem;
    padding: 0.8rem;
}

.market-new-card__body small {
    color: #008060;
    font-size: 0.72rem;
    font-weight: 950;
    text-transform: uppercase;
}

.market-new-card h3 {
    margin: 0;
    color: var(--text-primary);
    font-size: 0.98rem;
    font-weight: 950;
    line-height: 1.15;
}

.market-new-card h3 a,
.market-new-card__body div a,
.market-new-card--empty a {
    color: inherit;
    text-decoration: none;
}

.market-new-card p {
    margin: 0;
    color: var(--text-muted);
    font-size: 0.82rem;
    font-weight: 750;
    line-height: 1.4;
}

.market-new-card__body div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
    margin-top: 0.2rem;
}

.market-new-card__body strong {
    color: #075985;
    font-weight: 950;
}

.market-new-card__body div a,
.market-new-card--empty a {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    background: #0b7a4b;
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 900;
}

.market-new-card--empty {
    grid-column: 1 / -1;
    display: grid;
    place-items: center;
    gap: 0.5rem;
    min-height: 180px;
    padding: 1.25rem;
    text-align: center;
}

.market-new-card--empty > span {
    display: inline-grid;
    width: 56px;
    height: 56px;
    place-items: center;
    border-radius: 16px;
    background: #e9f8ef;
    color: #008060;
    font-size: 1.4rem;
}

.market-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9rem;
}

.market-product-card {
    overflow: hidden;
    border-radius: 8px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.market-product-card:hover {
    transform: translateY(-3px);
    border-color: rgba(14, 165, 166, 0.38);
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.14);
}

.market-product-card__image {
    aspect-ratio: 1 / 1;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, #f8fafc, #eef7ff);
    color: var(--med-green);
    text-decoration: none;
}

.market-product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0.6rem;
    transition: transform 0.25s ease;
}

.market-product-card:hover .market-product-card__image img {
    transform: scale(1.04);
}

.market-product-card:focus-within,
.market-team-card:focus-within,
.market-formation-card:focus-within {
    outline: 3px solid rgba(255, 153, 0, 0.35);
    outline-offset: 3px;
}

.market-product-card__image span {
    font-size: 2.4rem;
}

.market-product-card__body {
    display: grid;
    gap: 0.45rem;
    padding: 0.85rem;
}

.market-product-card__body small {
    color: var(--text-muted);
    font-weight: 800;
}

.market-product-card h3 {
    min-height: 2.5em;
    margin: 0;
    font-size: 0.96rem;
    line-height: 1.25;
}

.market-product-card h3 a {
    color: var(--text-primary);
    text-decoration: none;
}

.market-rating {
    display: flex;
    align-items: center;
    gap: 0.14rem;
    color: #f59e0b;
    font-size: 0.78rem;
}

.market-rating span {
    margin-left: 0.25rem;
    color: var(--text-muted);
    font-weight: 900;
}

.market-product-card__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
}

.market-product-card__foot strong {
    color: #075985;
    font-size: 1.05rem;
}

.market-product-card__foot .btn {
    width: 38px;
    height: 38px;
    display: inline-grid;
    place-items: center;
    padding: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff9900, #f77f00);
    color: #fff;
    border: 0;
}

.market-product-card.image-failed .market-product-card__image,
.market-team-card.image-failed,
.market-slider .image-failed {
    background: linear-gradient(135deg, #f8fafc, #e0f2fe);
}

.market-team-section {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(238, 247, 255, 0.96)),
        #fff;
}

.market-team-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.9rem;
}

.market-team-card {
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.market-team-card:hover {
    transform: translateY(-4px);
    border-color: rgba(14, 165, 166, 0.42);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.14);
}

.market-team-card figure {
    position: relative;
    margin: 0;
    background: linear-gradient(145deg, #f8fafc, #e0f2fe);
}

.market-team-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    display: block;
    object-fit: cover;
}

.market-team-card__body {
    display: grid;
    gap: 0.34rem;
    padding: 0.85rem;
}

.market-team-card__body small {
    color: #0891b2;
    font-size: 0.7rem;
    font-weight: 950;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.market-team-card strong {
    color: var(--pharma-blue-dark);
    font-size: 0.92rem;
    line-height: 1.2;
}

.market-team-card span {
    color: var(--text-muted);
    font-size: 0.78rem;
    font-weight: 850;
}

.market-team-card p {
    min-height: 3.4em;
    margin: 0;
    color: #64748b;
    font-size: 0.76rem;
    line-height: 1.45;
}

.market-team-card a {
    justify-self: start;
    color: var(--pharma-blue);
    font-size: 0.78rem;
    font-weight: 950;
    text-decoration: none;
}

.market-formation-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
}

.market-formation-card {
    display: grid;
    gap: 0.65rem;
    padding: 1rem;
    border-radius: 8px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.market-formation-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.12);
}

.market-formation-card > i {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--pharma-blue-soft);
    color: var(--pharma-blue);
}

.market-formation-card small {
    color: var(--text-muted);
    font-weight: 850;
}

.market-formation-card h3 {
    margin: 0;
    color: var(--pharma-blue-dark);
    font-size: 1.1rem;
}

.market-formation-card p {
    color: var(--text-secondary);
    font-size: 0.9rem;
}

.market-formation-card div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.market-formation-card a {
    color: var(--med-green);
    font-weight: 950;
    text-decoration: none;
}

.market-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-block: 1rem 0;
    padding: clamp(1.2rem, 3vw, 2rem);
    border-radius: 8px 8px 0 0;
    background: linear-gradient(135deg, #051a2f, #075985, #0891b2);
    color: #fff;
}

.market-cta h2 {
    margin: 0.2rem 0 0;
    max-width: 720px;
    font-size: clamp(1.4rem, 3vw, 2.35rem);
}

.market-help {
    position: relative;
    display: grid;
    grid-template-columns: minmax(240px, 0.85fr) minmax(320px, 1.2fr) minmax(280px, 0.9fr);
    gap: 1rem;
    align-items: stretch;
    margin-block: 1rem 0;
    padding: clamp(1rem, 2.4vw, 1.6rem);
    overflow: hidden;
    border: 1px solid rgba(0, 53, 102, 0.18);
    border-radius: 8px 8px 0 0;
    background:
        linear-gradient(135deg, rgba(5, 26, 47, 0.98), rgba(0, 53, 102, 0.95) 52%, rgba(0, 135, 90, 0.9)),
        #051a2f;
    color: #fff;
    box-shadow: 0 20px 48px rgba(0, 28, 58, 0.2);
}

.market-help::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.88), transparent 78%);
}

.market-help > * {
    position: relative;
    z-index: 1;
}

.market-help__intro {
    display: grid;
    align-content: center;
    gap: 0.75rem;
}

.market-help__intro span:first-child {
    color: #ffbd69;
    font-size: 0.76rem;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.market-help__intro h2 {
    margin: 0;
    font-size: clamp(1.55rem, 3vw, 2.6rem);
    line-height: 1.06;
    font-weight: 950;
}

.market-help__intro p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-weight: 750;
}

.market-help__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 0.2rem;
}

.market-help__trust span {
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;
    padding: 0.42rem 0.58rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 0.76rem;
    font-weight: 850;
}

.market-help__options {
    display: grid;
    gap: 0.72rem;
}

.market-help-option {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 0.72rem;
    align-items: center;
    width: 100%;
    min-height: 82px;
    padding: 0.78rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    text-align: left;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.market-help-option:hover,
.market-help-option:focus-visible,
.market-help-option.active {
    transform: translateY(-2px);
    border-color: rgba(255, 189, 105, 0.78);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

.market-help-option i {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: #ffbd69;
    color: #111827;
}

.market-help-option strong,
.market-help-option small {
    display: block;
}

.market-help-option strong {
    font-size: 0.98rem;
    font-weight: 950;
}

.market-help-option small {
    margin-top: 0.16rem;
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.78rem;
    line-height: 1.35;
}

.market-help__panel {
    display: grid;
    align-content: start;
    gap: 0.85rem;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
}

.market-help__panel-head {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.market-help__panel-head > i {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: #16a34a;
    color: #fff;
    font-size: 1.4rem;
}

.market-help__panel-head small,
.market-help__panel-head strong {
    display: block;
}

.market-help__panel-head small {
    color: rgba(255, 255, 255, 0.68);
    font-weight: 850;
}

.market-help__panel-head strong {
    font-size: 1.08rem;
    font-weight: 950;
}

.market-help__panel p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
}

.market-help__message {
    padding: 0.85rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    color: #172233;
    font-size: 0.88rem;
    font-weight: 750;
    line-height: 1.55;
}

.market-help__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.market-help__actions .btn {
    border-radius: 8px;
    font-weight: 950;
}

.market-help__faq {
    display: grid;
    gap: 0.5rem;
}

.market-help__faq details {
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.12);
}

.market-help__faq summary {
    cursor: pointer;
    padding: 0.7rem 0.78rem;
    font-weight: 900;
}

.market-help__faq p {
    padding: 0 0.78rem 0.78rem;
    font-size: 0.84rem;
}

@media (max-width: 1199px) {
    .market-shell {
        grid-template-columns: 210px minmax(0, 1fr);
    }

    .market-side-deals {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .market-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .market-new-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .market-new-card--lead {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .market-team-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .market-home {
        background: #eef3f8;
    }

    .market-hero {
        padding-top: 0.55rem;
    }

    .market-shell {
        width: min(100% - 0.8rem, 1440px);
        grid-template-columns: 1fr;
        gap: 0.65rem;
    }

    .market-rayons {
        display: none;
    }

    .market-slider,
    .market-slider .carousel-inner,
    .market-slider .carousel-item,
    .market-slider img {
        min-height: 380px;
    }

    .market-slide-copy {
        left: 1rem;
        top: auto;
        bottom: 1.8rem;
        transform: none;
        width: min(92%, 440px);
    }

    .market-slide-copy h1 {
        font-size: 1.85rem;
    }

    .market-slide-copy p {
        font-size: 0.9rem;
    }

    .market-side-deals,
    .market-strip,
    .market-new-grid,
    .market-formation-grid {
        grid-template-columns: 1fr 1fr;
    }

    .market-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.55rem;
    }

    .market-strip {
        width: min(100% - 0.8rem, 1440px);
        overflow-x: auto;
        display: flex;
        padding-bottom: 0.7rem;
    }

    .market-strip a {
        flex: 0 0 170px;
    }

    .market-section,
    .market-cta,
    .market-help {
        width: min(100% - 0.8rem, 1440px);
        border-radius: 8px;
    }

    .market-section-head,
    .market-cta,
    .market-help {
        align-items: stretch;
        flex-direction: column;
    }

    .market-help {
        display: grid;
        grid-template-columns: 1fr;
    }

    .market-team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 430px) {
    .market-side-deals,
    .market-new-grid,
    .market-formation-grid {
        grid-template-columns: 1fr;
    }

    .market-new-card,
    .market-new-card--lead {
        grid-template-columns: 96px minmax(0, 1fr);
        min-height: 136px;
    }

    .market-new-card--lead .market-new-card__media {
        min-height: 100%;
    }

    .market-new-card__body {
        padding: 0.65rem;
    }

    .market-new-card p {
        display: none;
    }

    .market-new-card h3 {
        font-size: 0.86rem;
    }

    .market-new-card__body small {
        font-size: 0.64rem;
    }

    .market-new-card__body strong {
        font-size: 0.76rem;
    }

    .market-product-card__body {
        padding: 0.5rem;
        gap: 0.28rem;
    }

    .market-product-card__body small,
    .market-rating span {
        display: none;
    }

    .market-product-card h3 {
        min-height: 2.4em;
        font-size: 0.72rem;
    }

    .market-rating {
        font-size: 0.58rem;
    }

    .market-product-card__foot strong {
        font-size: 0.72rem;
        line-height: 1.15;
    }

    .market-product-card__foot .btn {
        width: 28px;
        height: 28px;
        font-size: 0.72rem;
    }

    .market-team-card__body {
        padding: 0.65rem;
    }

    .market-team-card p,
    .market-team-card a {
        display: none;
    }

    .market-team-card img {
        aspect-ratio: 1 / 1;
    }

    .market-help {
        padding: 0.9rem;
    }

    .market-help-option {
        grid-template-columns: 38px minmax(0, 1fr);
        min-height: 72px;
    }

    .market-help-option i,
    .market-help__panel-head > i {
        width: 38px;
        height: 38px;
    }

    .market-help__actions .btn {
        width: 100%;
    }
}
