html,
body {
    min-height: 100%;
}

:root {
    --body-bg-rgb: 251, 246, 240;
    --body-bg-rgb2: 244, 231, 218;
    --primary-rgb: 159, 116, 80;
    --primary-tint1-rgb: 221, 194, 166;
    --primary-tint2-rgb: 194, 154, 116;
    --primary-tint3-rgb: 118, 103, 91;
    --default-body-bg-color: #fbf6f0;
    --default-background: #f4e7da;
    --primary-color: #9f7450;
    --primary-border: #9f7450;
    --menu-bg: #2d2520;
    --header-bg: #ffffff;
    --custom-white: #ffffff;
}

body {
    color: #2d2520;
    background-color: #fbf6f0;
}

.admin-mail-html-editor {
    min-height: 18rem;
    font-family: var(--bs-font-monospace);
}

.admin-mail-html-panel {
    border: 1px solid rgba(221, 194, 166, .65);
    border-radius: .75rem;
    background: #fffdfa;
    overflow: hidden;
}

.admin-mail-content-header {
    display: grid;
    gap: .4rem;
    width: 100%;
}

.admin-mail-content-header__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
}

.admin-mail-content-header__meta p {
    flex: 1 1 auto;
    min-width: 0;
}

.admin-mail-content-header__meta .btn {
    margin-left: auto;
}

.admin-mail-html-tabs {
    display: flex;
    gap: .5rem;
    padding: .85rem .85rem 0;
    border-bottom: 1px solid rgba(221, 194, 166, .65);
    background: rgba(244, 231, 218, .45);
}

.admin-mail-html-tab {
    border: 0;
    border-bottom: 2px solid transparent;
    background: transparent;
    color: #6c5a4d;
    font-weight: 600;
    padding: .7rem .25rem;
}

.admin-mail-html-tab.is-active {
    color: #9f7450;
    border-bottom-color: #9f7450;
}

.admin-mail-html-preview {
    min-height: 18rem;
    padding: 1rem;
    background: #fffdfa;
}

.admin-mail-html-preview-empty {
    color: #8b7a6d;
    min-height: 16rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px dashed rgba(159, 116, 80, .35);
    border-radius: .75rem;
    background: rgba(244, 231, 218, .2);
    padding: 1rem;
}

.admin-mail-html-panel .admin-mail-html-editor {
    border: 0;
    border-radius: 0;
}

.admin-mail-toast-host {
    z-index: 1200;
}

.admin-mail-send {
    display: grid;
    gap: 1rem;
}

.admin-mail-send__from {
    background: rgba(244, 231, 218, .55);
    border-color: rgba(221, 194, 166, .85);
    color: #7a4f35;
    margin: 0;
}

.admin-mail-recipient-card {
    background: #fffdfa;
    border: 1px solid rgba(221, 194, 166, .78);
    border-radius: 0.65rem;
    display: grid;
    gap: 0.85rem;
    padding: 1rem;
}

.admin-mail-recipient-card__header {
    align-items: flex-start;
    border-bottom: 1px solid rgba(221, 194, 166, .45);
    display: flex;
    gap: 0.75rem;
    padding-bottom: 0.8rem;
}

.admin-mail-recipient-card__header-icon {
    color: #9f7450;
    font-size: 1.35rem;
    line-height: 1;
}

.admin-mail-recipient-card__header h2 {
    color: #2d2f31;
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
}

.admin-mail-recipient-card__header p {
    color: #7d6f64;
    font-size: 0.86rem;
    margin: 0.15rem 0 0;
}

.admin-mail-recipient-card__search {
    display: grid;
    gap: 0.35rem;
}

.admin-mail-recipient-results {
    display: grid;
    gap: 0.45rem;
}

.admin-mail-recipient-result {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(221, 194, 166, .55);
    border-radius: 0.5rem;
    color: #2d2f31;
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
    min-height: 2.75rem;
    padding: 0.6rem 0.75rem;
    text-align: left;
}

.admin-mail-recipient-result small {
    color: #8b7a6d;
}

.admin-mail-recipient-result:hover,
.admin-mail-recipient-result.is-selected {
    border-color: rgba(159, 116, 80, .75);
    box-shadow: 0 0 0 2px rgba(159, 116, 80, .08);
}

.admin-mail-recipient-card__selected {
    align-items: center;
    background: #fffaf5;
    border: 1px solid rgba(221, 194, 166, .85);
    border-radius: 0.55rem;
    display: grid;
    gap: 1rem;
    grid-template-columns: auto minmax(13rem, 1fr) auto minmax(10rem, .45fr) auto;
    padding: 0.75rem 0.9rem;
}

.admin-mail-recipient-card__avatar {
    align-items: center;
    background: rgba(159, 116, 80, .35);
    border: 1px solid rgba(159, 116, 80, .18);
    border-radius: 50%;
    color: #ffffff;
    display: inline-flex;
    flex: 0 0 3rem;
    font-size: 1rem;
    font-weight: 700;
    height: 3rem;
    justify-content: center;
    width: 3rem;
}

.admin-mail-recipient-card__summary {
    display: grid;
    gap: 0.2rem;
    min-width: 0;
}

.admin-mail-recipient-card__name {
    color: #2d2f31;
    font-weight: 700;
}

.admin-mail-recipient-card__email,
.admin-mail-recipient-card__fact {
    color: #8b7a6d;
    font-size: 0.85rem;
    overflow-wrap: anywhere;
}

.admin-mail-recipient-card__status {
    justify-self: center;
}

.admin-mail-recipient-card__fact {
    align-items: center;
    display: flex;
    gap: 0.65rem;
}

.admin-mail-recipient-card__fact i {
    color: #2d2f31;
    font-size: 1.15rem;
}

.admin-mail-recipient-card__fact small {
    display: block;
    line-height: 1.1;
}

.admin-mail-recipient-card__fact strong {
    color: #4d4037;
    display: block;
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.2;
}

.admin-mail-recipient-card__view {
    justify-self: end;
    white-space: nowrap;
}

.admin-mail-recipient-card__empty {
    border: 1px dashed rgba(159, 116, 80, .35);
    border-radius: 0.55rem;
    color: #8b7a6d;
    padding: 0.85rem;
    text-align: center;
}

.admin-mail-attachment-list {
    display: grid;
    gap: 0.75rem;
}

.admin-mail-attachment-item {
    align-items: center;
    background: #fffdfa;
    border: 1px solid rgba(221, 194, 166, .65);
    border-radius: 0.5rem;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 0.75rem 1rem;
}

.admin-mail-attachment-item > div {
    min-width: 0;
    overflow-wrap: anywhere;
}

.admin-mail-attachment-item .btn {
    flex: 0 0 auto;
}

.admin-mail-variable-list {
    display: grid;
    gap: 0.55rem;
}

.admin-mail-variable-pill {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    border: 1px solid rgba(221, 194, 166, .75);
    border-radius: 0.85rem;
    background: #fffdfa;
    padding: 0.55rem 0.75rem;
    text-align: left;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.admin-mail-variable-pill:hover {
    border-color: rgba(159, 116, 80, .8);
    box-shadow: 0 12px 24px rgba(159, 116, 80, .08);
    transform: translateY(-1px);
}

.admin-mail-variable-pill.is-selected {
    border-color: rgba(159, 116, 80, 1);
    background: rgba(244, 231, 218, .55);
    box-shadow: 0 0 0 2px rgba(159, 116, 80, .12);
}

.admin-mail-variable-token {
    font-family: var(--bs-font-monospace);
    color: #7a5a43;
    font-size: .88rem;
}

.admin-mail-variable-label {
    color: #8b7a6d;
    font-size: .8rem;
}

.admin-mail-preview-modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(45, 37, 32, .45);
    backdrop-filter: blur(2px);
    z-index: 1190;
}

.admin-mail-preview-modal {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    z-index: 1200;
}

.admin-mail-preview-dialog {
    width: min(920px, 100%);
    max-height: calc(100vh - 3rem);
    overflow: auto;
    border-radius: 1.25rem;
    background: #fffdfa;
    box-shadow: 0 24px 80px rgba(45, 37, 32, .22);
    padding: 1.5rem;
}

.admin-mail-attachment-preview-dialog {
    width: min(80vw, 1200px);
    height: min(80vh, 900px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.admin-mail-preview-header,
.admin-mail-preview-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.admin-mail-preview-meta {
    display: grid;
    gap: 0.75rem;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(221, 194, 166, .65);
}

.admin-mail-preview-meta span {
    display: inline-block;
    min-width: 4rem;
    color: #8b7a6d;
}

.admin-mail-preview-body {
    margin-top: 1.25rem;
    min-height: 18rem;
    border-radius: 1rem;
    background: #ffffff;
    border: 1px solid rgba(221, 194, 166, .75);
    padding: 1.5rem;
    overflow: auto;
}

.admin-mail-attachment-preview-body {
    flex: 1 1 auto;
    min-height: 0;
    margin-top: 1.25rem;
    border-radius: 1rem;
    background: #ffffff;
    border: 1px solid rgba(221, 194, 166, .75);
    overflow: hidden;
    position: relative;
}

.admin-mail-attachment-preview-body iframe,
.admin-mail-attachment-preview-body img {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.admin-mail-attachment-preview-body img {
    object-fit: contain;
    background: #f8f3ee;
}

.admin-mail-attachment-csv-preview {
    height: 100%;
    overflow: auto;
}

.admin-mail-attachment-csv-preview table {
    min-width: 100%;
}

.admin-mail-attachment-csv-preview th {
    background: #fff7ef;
    color: #5f4634;
    font-weight: 700;
    position: sticky;
    top: 0;
    z-index: 1;
}

.admin-mail-attachment-csv-preview th,
.admin-mail-attachment-csv-preview td {
    border-color: rgba(221, 194, 166, .65);
    max-width: 24rem;
    overflow-wrap: anywhere;
    vertical-align: top;
    white-space: normal;
}

.admin-mail-attachment-preview-loading {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    background: rgba(255, 253, 250, .92);
    color: #7a5a43;
    font-weight: 600;
}

.admin-mail-attachment-preview-empty {
    height: 100%;
    min-height: 18rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8b7a6d;
    text-align: center;
    padding: 1.5rem;
}

.admin-mail-sent-kpi .card-body {
    align-items: center;
    display: flex;
    gap: 1rem;
    min-height: 6.25rem;
}

.admin-mail-sent-kpi__icon {
    align-items: center;
    border-radius: .65rem;
    display: inline-flex;
    flex: 0 0 2.85rem;
    font-size: 1.35rem;
    height: 2.85rem;
    justify-content: center;
    width: 2.85rem;
}

.admin-mail-sent-kpi__icon--success {
    background: rgba(38, 191, 148, .14);
    color: #20a678;
}

.admin-mail-sent-kpi__icon--primary {
    background: rgba(159, 116, 80, .14);
    color: #845e40;
}

.admin-mail-sent-kpi__icon--info {
    background: rgba(73, 182, 245, .14);
    color: #2d8fc4;
}

.admin-mail-sent-kpi__icon--delivery {
    background: rgba(132, 94, 64, .12);
    color: #6e4f39;
}

.admin-mail-sent-filter-card .card-body {
    padding-block: 1.25rem;
}

.admin-mail-sent-search {
    position: relative;
}

.admin-mail-sent-search i {
    color: #8b7a6d;
    left: .85rem;
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.admin-mail-sent-search .form-control {
    padding-left: 2.35rem;
}

.admin-mail-sent-attachment-filter {
    align-items: center;
    background: #fffdfa;
    border: 1px solid rgba(221, 194, 166, .65);
    border-radius: .5rem;
    display: flex;
    gap: .75rem;
    min-height: 2.375rem;
    padding: .45rem .75rem;
}

.admin-mail-sent-attachment-filter .form-check-input {
    flex: 0 0 auto;
    margin-left: 0;
    margin-top: 0;
}

.admin-mail-sent-attachment-filter .form-check-label {
    color: #6c5a4d;
    font-weight: 600;
    white-space: nowrap;
}

.admin-mail-sent-filter-actions,
.admin-mail-sent-active-filters,
.admin-mail-sent-table-header,
.admin-mail-sent-table-footer {
    align-items: center;
    display: flex;
    gap: .75rem;
}

.admin-mail-sent-filter-actions {
    flex-wrap: wrap;
    justify-content: flex-end;
}

.admin-mail-sent-active-filters {
    border-top: 1px solid rgba(221, 194, 166, .45);
    flex-wrap: wrap;
    margin-top: 1rem;
    padding-top: 1rem;
}

.admin-mail-sent-table-header,
.admin-mail-sent-table-footer {
    justify-content: space-between;
}

.admin-mail-sent-table-footer {
    border-top: 1px solid rgba(221, 194, 166, .45);
    margin-top: 1rem;
    padding-top: 1rem;
}

.admin-mail-inbox-subtitle {
    margin-top: -1rem;
}

.admin-mail-inbox-kpi .card-body {
    align-items: center;
    display: flex;
    gap: 1rem;
    min-height: 6.25rem;
}

.admin-mail-inbox-kpi__icon {
    align-items: center;
    border-radius: .65rem;
    display: inline-flex;
    flex: 0 0 2.85rem;
    font-size: 1.35rem;
    height: 2.85rem;
    justify-content: center;
    width: 2.85rem;
}

.admin-mail-inbox-kpi__icon--unread {
    background: rgba(159, 116, 80, .14);
    color: #845e40;
}

.admin-mail-inbox-kpi__icon--today {
    background: rgba(38, 191, 148, .14);
    color: #20a678;
}

.admin-mail-inbox-kpi__icon--attachments {
    background: rgba(73, 182, 245, .14);
    color: #2d8fc4;
}

.admin-mail-inbox-kpi__icon--reply {
    background: rgba(214, 143, 124, .16);
    color: #b06450;
}

.admin-mail-inbox-filter-card .card-body {
    padding-block: 1rem;
}

.admin-mail-inbox-toolbar {
    align-items: center;
    display: grid;
    gap: .85rem;
    grid-template-columns: minmax(16rem, 1fr) auto minmax(10rem, 12rem) auto;
}

.admin-mail-inbox-search {
    position: relative;
}

.admin-mail-inbox-search i {
    color: #8b7a6d;
    left: .85rem;
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.admin-mail-inbox-search .form-control {
    padding-left: 2.35rem;
}

.admin-mail-inbox-filter-chips {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.admin-mail-inbox-chip {
    align-items: center;
    background: #fffdfa;
    border: 1px solid rgba(221, 194, 166, .72);
    border-radius: .5rem;
    color: #6c5a4d;
    display: inline-flex;
    font-weight: 600;
    gap: .4rem;
    min-height: 2.375rem;
    padding: .45rem .8rem;
}

.admin-mail-inbox-chip.is-active {
    background: rgba(159, 116, 80, .12);
    border-color: rgba(159, 116, 80, .42);
    color: #6e4f39;
}

.admin-mail-inbox-date-filter {
    min-height: 2.375rem;
}

.admin-mail-inbox-layout {
    align-items: stretch;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(19rem, .42fr) minmax(0, 1fr);
}

.admin-mail-inbox-list-card,
.admin-mail-inbox-detail-card {
    min-height: 34rem;
}

.admin-mail-inbox-list-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.admin-mail-inbox-list {
    display: flex;
    flex-direction: column;
}

.admin-mail-inbox-row {
    align-items: flex-start;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(221, 194, 166, .42);
    color: inherit;
    display: grid;
    gap: .7rem;
    grid-template-columns: .55rem minmax(0, 1fr) auto;
    min-height: 5.75rem;
    padding: 1rem;
    text-align: left;
    width: 100%;
}

.admin-mail-inbox-row:hover,
.admin-mail-inbox-row.is-selected {
    background: #fffdfa;
}

.admin-mail-inbox-row.is-selected {
    box-shadow: inset 3px 0 0 #9f7450;
}

.admin-mail-inbox-row.is-unread .admin-mail-inbox-row__sender,
.admin-mail-inbox-row.is-unread .admin-mail-inbox-row__subject {
    color: #2f2a26;
    font-weight: 700;
}

.admin-mail-inbox-unread-dot {
    background: transparent;
    border-radius: 999px;
    height: .5rem;
    margin-top: .45rem;
    width: .5rem;
}

.admin-mail-inbox-row.is-unread .admin-mail-inbox-unread-dot {
    background: #9f7450;
}

.admin-mail-inbox-row__main,
.admin-mail-inbox-row__meta {
    display: flex;
    flex-direction: column;
}

.admin-mail-inbox-row__main {
    gap: .2rem;
    min-width: 0;
}

.admin-mail-inbox-row__sender,
.admin-mail-inbox-row__subject,
.admin-mail-inbox-row__snippet {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-mail-inbox-row__subject {
    color: #4a4038;
}

.admin-mail-inbox-row__snippet {
    color: #8b7a6d;
    font-size: .8125rem;
}

.admin-mail-inbox-row__meta {
    align-items: flex-end;
    color: #8b7a6d;
    font-size: .75rem;
    gap: .35rem;
    white-space: nowrap;
}

.admin-mail-inbox-detail-header {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.admin-mail-inbox-detail-title-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
}

.admin-mail-inbox-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    justify-content: flex-end;
}

.admin-mail-inbox-detail-actions .btn {
    align-items: center;
    display: inline-flex;
    gap: .35rem;
}

.admin-mail-inbox-meta {
    display: grid;
    gap: .75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 1rem;
}

.admin-mail-inbox-meta div,
.admin-mail-inbox-provider-meta div {
    background: #fffdfa;
    border: 1px solid rgba(221, 194, 166, .55);
    border-radius: .5rem;
    padding: .75rem;
}

.admin-mail-inbox-meta dt,
.admin-mail-inbox-provider-meta span {
    color: #8b7a6d;
    display: block;
    font-size: .75rem;
    font-weight: 700;
    margin-bottom: .25rem;
    text-transform: uppercase;
}

.admin-mail-inbox-meta dd {
    color: #4a4038;
    margin-bottom: 0;
    overflow-wrap: anywhere;
}

.admin-mail-contact-panel {
    background: linear-gradient(180deg, #fffdfa 0%, #ffffff 100%);
    border: 1px solid rgba(221, 194, 166, .6);
    border-radius: .5rem;
    display: grid;
    gap: 1rem;
    margin-bottom: 1rem;
    padding: 1rem;
}

.admin-mail-contact-panel__header {
    align-items: flex-start;
    display: flex;
    gap: .75rem;
}

.admin-mail-contact-panel__icon {
    align-items: center;
    background: rgba(159, 116, 80, .12);
    border-radius: .65rem;
    color: #845e40;
    display: inline-flex;
    flex: 0 0 2.35rem;
    font-size: 1.15rem;
    height: 2.35rem;
    justify-content: center;
    width: 2.35rem;
}

.admin-mail-contact-panel h3 {
    color: #4a4038;
    font-size: .98rem;
    font-weight: 700;
    margin: 0 0 .15rem;
}

.admin-mail-contact-panel p,
.admin-mail-contact-panel__empty span,
.admin-mail-contact-card__location {
    color: #8b7a6d;
    margin: 0;
}

.admin-mail-contact-panel__empty {
    background: rgba(255, 255, 255, .7);
    border: 1px dashed rgba(159, 116, 80, .34);
    border-radius: .5rem;
    display: grid;
    gap: .15rem;
    padding: .85rem;
}

.admin-mail-contact-panel__empty strong {
    color: #4a4038;
}

.admin-mail-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.admin-mail-contact-search {
    display: grid;
    gap: .65rem;
}

.admin-mail-contact-results {
    display: grid;
    gap: .5rem;
}

.admin-mail-contact-suggestion {
    display: grid;
    gap: .5rem;
}

.admin-mail-contact-suggestion__label {
    align-items: center;
    color: #845e40;
    display: inline-flex;
    font-size: .75rem;
    font-weight: 800;
    gap: .35rem;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.admin-mail-contact-result,
.admin-mail-contact-card {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(221, 194, 166, .55);
    border-radius: .5rem;
    display: grid;
    gap: .75rem;
    grid-template-columns: minmax(0, 1fr) auto;
    min-width: 0;
    padding: .75rem;
}

.admin-mail-contact-result {
    color: inherit;
    text-align: left;
    width: 100%;
}

.admin-mail-contact-result:hover,
.admin-mail-contact-result:focus {
    background: rgba(159, 116, 80, .06);
}

.admin-mail-contact-result span:first-child,
.admin-mail-contact-card__main {
    display: grid;
    gap: .15rem;
    min-width: 0;
}

.admin-mail-contact-result strong,
.admin-mail-contact-result small,
.admin-mail-contact-card__name,
.admin-mail-contact-card__email {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-mail-contact-result strong,
.admin-mail-contact-card__name {
    color: #4a4038;
    font-weight: 700;
}

.admin-mail-contact-result small,
.admin-mail-contact-card__email {
    color: #8b7a6d;
}

.admin-mail-contact-card {
    grid-template-columns: auto minmax(0, 1fr) auto auto;
}

.admin-mail-contact-card--linked {
    grid-template-columns: auto minmax(0, 1fr) auto auto auto;
}

.admin-mail-contact-card--suggested {
    background: linear-gradient(180deg, rgba(255, 250, 244, .98) 0%, #ffffff 100%);
    border-color: rgba(159, 116, 80, .34);
    box-shadow: 0 .75rem 1.75rem rgba(74, 64, 56, .06);
}

.admin-mail-contact-card__avatar {
    align-items: center;
    background: rgba(38, 191, 148, .13);
    border-radius: 999px;
    color: #1f8e6a;
    display: inline-flex;
    font-size: .82rem;
    font-weight: 800;
    height: 2.5rem;
    justify-content: center;
    width: 2.5rem;
}

.admin-mail-follow-up-context {
    align-items: center;
    background: rgba(159, 116, 80, .07);
    border: 1px solid rgba(159, 116, 80, .2);
    border-radius: .5rem;
    display: flex;
    gap: .75rem;
    margin-bottom: 1rem;
    padding: .75rem;
}

.admin-mail-follow-up-context__icon {
    align-items: center;
    background: rgba(159, 116, 80, .12);
    border-radius: 999px;
    color: #845e40;
    display: inline-flex;
    flex: 0 0 2.25rem;
    height: 2.25rem;
    justify-content: center;
    width: 2.25rem;
}

.admin-mail-follow-up-context div {
    display: grid;
    gap: .15rem;
    min-width: 0;
}

.admin-mail-follow-up-context strong,
.admin-mail-follow-up-context span:not(.admin-mail-follow-up-context__icon) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-mail-follow-up-context strong {
    color: #4a4038;
}

.admin-mail-follow-up-context span:not(.admin-mail-follow-up-context__icon) {
    color: #8b7a6d;
    font-size: .82rem;
}

.admin-mail-inbox-body-card {
    margin-bottom: 1rem;
}

.admin-mail-inbox-body-preview,
.admin-mail-inbox-text-body {
    min-height: 12rem;
}

.admin-mail-inbox-text-body {
    background: #fffdfa;
    border: 1px solid rgba(221, 194, 166, .55);
    border-radius: .5rem;
    color: #4a4038;
    margin-bottom: 0;
    padding: 1rem;
    white-space: pre-wrap;
}

.admin-mail-inbox-attachments {
    margin-bottom: 1rem;
}

.admin-mail-inbox-attachments h3 {
    color: #4a4038;
    font-size: .95rem;
    margin-bottom: .75rem;
}

.admin-mail-inbox-provider-meta {
    display: grid;
    gap: .75rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.admin-mail-inbox-provider-meta strong {
    color: #4a4038;
    display: block;
    overflow-wrap: anywhere;
}

.admin-mail-inbox-detail-empty {
    align-items: center;
    color: #8b7a6d;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 28rem;
    text-align: center;
}

.admin-mail-inbox-detail-empty i {
    color: #9f7450;
    font-size: 2.75rem;
    margin-bottom: .75rem;
}

.admin-mail-inbox-detail-empty h2 {
    color: #4a4038;
    font-size: 1.1rem;
    margin-bottom: .35rem;
}

.admin-mail-reply-context {
    align-items: flex-start;
    background: #fffdfa;
    border: 1px solid rgba(221, 194, 166, .62);
    border-radius: .5rem;
    display: grid;
    gap: .85rem;
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding: 1rem;
}

.admin-mail-reply-context__icon {
    align-items: center;
    background: rgba(159, 116, 80, .12);
    border-radius: 999px;
    color: #9f7450;
    display: inline-flex;
    height: 2.25rem;
    justify-content: center;
    width: 2.25rem;
}

.admin-mail-reply-context__content {
    min-width: 0;
}

.admin-mail-reply-context__eyebrow {
    color: #8b7a6d;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: .25rem;
    text-transform: uppercase;
}

.admin-mail-reply-context h2 {
    color: #4a4038;
    font-size: 1rem;
    margin-bottom: .25rem;
}

.admin-mail-reply-context p,
.admin-mail-reply-context__snippet {
    color: #8b7a6d;
    margin-bottom: 0;
}

.admin-mail-reply-context__snippet {
    font-size: .8125rem;
    margin-top: .45rem;
}

@media (max-width: 1199.98px) {
    .admin-mail-inbox-toolbar {
        grid-template-columns: 1fr;
    }

    .admin-mail-inbox-layout {
        grid-template-columns: 1fr;
    }

    .admin-mail-inbox-provider-meta {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .admin-mail-inbox-list-card,
    .admin-mail-inbox-detail-card {
        min-height: auto;
    }
}

@media (max-width: 767.98px) {
    .admin-mail-inbox-detail-header,
    .admin-mail-inbox-detail-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .admin-mail-inbox-detail-actions .btn {
        justify-content: center;
        width: 100%;
    }

    .admin-mail-inbox-meta,
    .admin-mail-inbox-provider-meta {
        grid-template-columns: 1fr;
    }

    .admin-mail-contact-actions,
    .admin-mail-contact-card,
    .admin-mail-contact-result {
        align-items: stretch;
        grid-template-columns: 1fr;
    }

    .admin-mail-contact-card .btn,
    .admin-mail-contact-actions .btn {
        justify-content: center;
        width: 100%;
    }

    .admin-mail-reply-context {
        grid-template-columns: 1fr;
    }

    .admin-mail-inbox-row {
        grid-template-columns: .55rem minmax(0, 1fr);
    }

    .admin-mail-inbox-row__meta {
        align-items: flex-start;
        flex-direction: row;
        grid-column: 2;
        justify-content: space-between;
    }
}

.admin-contacts-kpi .card-body {
    align-items: center;
    display: flex;
    gap: 1rem;
    min-height: 6.25rem;
}

.admin-contacts-kpi__icon {
    align-items: center;
    border-radius: .65rem;
    display: inline-flex;
    flex: 0 0 2.85rem;
    font-size: 1.35rem;
    height: 2.85rem;
    justify-content: center;
    width: 2.85rem;
}

.admin-contacts-kpi__icon--success {
    background: rgba(38, 191, 148, .14);
    color: #20a678;
}

.admin-contacts-kpi__icon--info {
    background: rgba(73, 182, 245, .14);
    color: #2d8fc4;
}

.admin-contacts-kpi__icon--warning {
    background: rgba(245, 184, 73, .18);
    color: #ad7623;
}

.admin-contacts-kpi__icon--primary {
    background: rgba(159, 116, 80, .14);
    color: #845e40;
}

.admin-contacts-filter-card .card-body {
    padding-block: 1.25rem;
}

.admin-contacts-search {
    position: relative;
}

.admin-contacts-search i {
    color: #8b7a6d;
    left: .85rem;
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.admin-contacts-search .form-control {
    padding-left: 2.35rem;
}

.admin-contacts-filter-actions,
.admin-contacts-active-filters,
.admin-contacts-table-header,
.admin-contacts-table-footer {
    align-items: center;
    display: flex;
    gap: .75rem;
}

.admin-contacts-filter-actions {
    flex-wrap: wrap;
    justify-content: flex-end;
}

.admin-contacts-active-filters {
    border-top: 1px solid rgba(221, 194, 166, .45);
    flex-wrap: wrap;
    margin-top: 1rem;
    padding-top: 1rem;
}

.admin-contacts-table-header,
.admin-contacts-table-footer {
    justify-content: space-between;
}

.admin-contacts-table-footer {
    border-top: 1px solid rgba(221, 194, 166, .45);
    color: #6c5a4d;
    font-size: .825rem;
    padding: 1rem 1.25rem;
}

.admin-contacts-master-detail {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(21rem, .85fr);
    min-height: 33rem;
}

.admin-contacts-master {
    min-width: 0;
}

.admin-contacts-detail {
    background: #fffdfa;
    border-left: 1px solid rgba(221, 194, 166, .55);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-width: 0;
    padding: 1.25rem;
}

.admin-contacts-detail__header {
    align-items: flex-start;
    display: flex;
    gap: .75rem;
    justify-content: space-between;
}

.admin-contacts-detail__header h3 {
    color: #1f2937;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: .25rem;
}

.admin-contacts-detail__header p,
.admin-contacts-followup-row__meta,
.admin-contacts-followup-row p,
.admin-contacts-detail__empty p {
    color: #8b7a6d;
    font-size: .825rem;
    margin-bottom: 0;
}

.admin-contacts-detail__empty {
    align-items: center;
    color: #8b7a6d;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
    text-align: center;
}

.admin-contacts-empty-state {
    align-items: center;
    color: #8b7a6d;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 18rem;
    padding: 2.5rem 1.5rem;
    text-align: center;
}

.admin-contacts-empty-state i {
    align-items: center;
    background: rgba(159, 116, 80, .12);
    border-radius: .65rem;
    color: #9f7450;
    display: inline-flex;
    font-size: 1.65rem;
    height: 3.2rem;
    justify-content: center;
    margin-bottom: 1rem;
    width: 3.2rem;
}

.admin-contacts-empty-state h3 {
    color: #1f2937;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: .35rem;
}

.admin-contacts-empty-state p {
    color: #8b7a6d;
    font-size: .875rem;
    margin-bottom: 0;
    max-width: 22rem;
}

.admin-contacts-detail__empty i {
    color: #9f7450;
    font-size: 2rem;
    margin-bottom: .75rem;
}

.admin-contacts-detail__empty h3 {
    color: #1f2937;
    font-size: 1rem;
    margin-bottom: .35rem;
}

.admin-contacts-table__row--selected {
    background: rgba(159, 116, 80, .08);
}

.admin-contacts-select {
    background: transparent;
    border: 0;
    color: #1f2937;
    font-weight: 700;
    padding: 0;
    text-align: left;
}

.admin-contacts-select:hover,
.admin-contacts-select:focus {
    color: #845e40;
    text-decoration: underline;
}

.admin-contacts-followup-tabs {
    background: #f7f1eb;
    border: 1px solid rgba(221, 194, 166, .65);
    border-radius: .6rem;
    display: grid;
    gap: .25rem;
    grid-template-columns: repeat(3, 1fr);
    padding: .25rem;
}

.admin-contacts-followup-tabs__button {
    background: transparent;
    border: 0;
    border-radius: .45rem;
    color: #6c5a4d;
    font-size: .825rem;
    font-weight: 700;
    min-height: 2rem;
}

.admin-contacts-followup-tabs__button.is-active {
    background: #ffffff;
    box-shadow: 0 .35rem 1rem rgba(66, 48, 33, .08);
    color: #1f2937;
}

.admin-contacts-followup-list {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.admin-contacts-followup-row {
    border-bottom: 1px solid rgba(221, 194, 166, .45);
    display: flex;
    gap: .75rem;
    justify-content: space-between;
    padding-bottom: .85rem;
}

.admin-contacts-followup-row__main {
    min-width: 0;
}

.admin-contacts-followup-row__title {
    color: #1f2937;
    font-size: .92rem;
    font-weight: 700;
    margin-bottom: .4rem;
}

.admin-contacts-followup-row__badges {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
    margin-bottom: .4rem;
}

.admin-contacts-followup-row__actions {
    display: flex;
    flex: 0 0 auto;
    gap: .4rem;
}

.admin-contacts-followup-empty {
    background: #ffffff;
    border: 1px dashed rgba(159, 116, 80, .35);
    border-radius: .65rem;
    color: #8b7a6d;
    font-size: .875rem;
    padding: 1rem;
    text-align: center;
}

.admin-contacts-followup-form {
    background: #ffffff;
    border: 1px solid rgba(221, 194, 166, .72);
    border-radius: .75rem;
    box-shadow: 0 .75rem 2rem rgba(66, 48, 33, .08);
    padding: 1rem;
}

.admin-contacts-followup-form__header,
.admin-contacts-followup-form__actions {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.admin-contacts-followup-form__header {
    margin-bottom: .85rem;
}

.admin-contacts-followup-form__header h4 {
    color: #1f2937;
    font-size: .95rem;
    font-weight: 700;
    margin-bottom: 0;
}

.admin-contacts-followup-form__actions {
    gap: .5rem;
    justify-content: flex-end;
    margin-top: 1rem;
}

@media (max-width: 1399.98px) {
    .admin-contacts-master-detail {
        grid-template-columns: 1fr;
    }

    .admin-contacts-detail {
        border-left: 0;
        border-top: 1px solid rgba(221, 194, 166, .55);
    }
}

.admin-products-kpi .card-body {
    align-items: center;
    display: flex;
    gap: 1rem;
    min-height: 6.25rem;
}

.admin-products-kpi__icon {
    align-items: center;
    border-radius: .65rem;
    display: inline-flex;
    flex: 0 0 2.85rem;
    font-size: 1.35rem;
    height: 2.85rem;
    justify-content: center;
    width: 2.85rem;
}

.admin-products-kpi__icon--products {
    background: rgba(38, 191, 148, .14);
    color: #1d8c6b;
}

.admin-products-kpi__icon--warning {
    background: rgba(245, 184, 73, .18);
    color: #9f6a13;
}

.admin-products-kpi__icon--draft {
    background: rgba(159, 116, 80, .14);
    color: #845e40;
}

.admin-products-kpi__icon--published {
    background: rgba(73, 182, 245, .14);
    color: #2d8fc4;
}

.admin-products-filter-card .card-body {
    padding-block: 1.25rem;
}

.admin-products-filter-card .product-filter-color-dropdown {
    min-width: 0;
    width: 100%;
}

.admin-products-search {
    position: relative;
}

.admin-products-search i {
    color: #8b7a6d;
    left: .85rem;
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.admin-products-search .form-control {
    padding-left: 2.35rem;
}

.admin-products-filter-actions,
.admin-products-active-filters,
.admin-products-table-header,
.admin-products-table-actions,
.admin-products-table-footer {
    align-items: center;
    display: flex;
    gap: .75rem;
}

.admin-products-filter-actions {
    flex-wrap: wrap;
    justify-content: flex-end;
}

.admin-products-add-button {
    background: #9f7450;
    border-color: #9f7450;
}

.admin-products-add-button:hover,
.admin-products-add-button:focus {
    background: #845e40;
    border-color: #845e40;
}

.admin-products-active-filters {
    border-top: 1px solid rgba(221, 194, 166, .45);
    flex-wrap: wrap;
    margin-top: 1rem;
    padding-top: 1rem;
}

.admin-products-filter-chip {
    align-items: center;
    background: rgba(159, 116, 80, .12);
    border: 0;
    border-radius: 999px;
    color: #594232;
    display: inline-flex;
    gap: .35rem;
    line-height: 1.2;
    padding: .45rem .75rem;
}

.admin-products-filter-chip:hover,
.admin-products-filter-chip:focus {
    background: rgba(159, 116, 80, .2);
    color: #2d2520;
}

.admin-products-table-header,
.admin-products-table-footer {
    justify-content: space-between;
}

.admin-products-table-actions {
    justify-content: flex-end;
}

.admin-products-table-footer {
    border-top: 1px solid rgba(221, 194, 166, .45);
    margin-top: 1rem;
    padding-top: 1rem;
}

.admin-products-table th {
    color: #2f3d4d;
    font-weight: 700;
    white-space: nowrap;
}

.admin-products-table td {
    color: #2f3d4d;
}

.admin-products-product-cell {
    align-items: center;
    display: flex;
    gap: .85rem;
    min-width: 220px;
}

.admin-products-product-copy {
    min-width: 0;
}

.admin-products-product-copy > div {
    overflow-wrap: anywhere;
}

.product-inbox-banner {
    align-items: center;
    background: #fffdfa;
    border: 1px solid rgba(102, 124, 104, .24);
    border-radius: 8px;
    color: #536956;
    display: flex;
    gap: .65rem;
    margin-bottom: 1rem;
    padding: .8rem 1rem;
}

.product-inbox-banner i {
    align-items: center;
    background: rgba(102, 124, 104, .12);
    border-radius: 999px;
    display: inline-flex;
    flex: 0 0 auto;
    height: 2rem;
    justify-content: center;
    width: 2rem;
}

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

.product-inbox-card {
    background: linear-gradient(180deg, #fff 0%, #fffdfc 100%);
    border: 1px solid rgba(159, 116, 80, .18);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
}

.product-inbox-card__image {
    align-items: center;
    aspect-ratio: 4 / 3;
    background: #fbf7f4;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.product-inbox-card__image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.product-inbox-card__image-placeholder {
    align-items: center;
    color: rgba(159, 116, 80, .65);
    display: grid;
    gap: .45rem;
    justify-items: center;
    padding: 1rem;
}

.product-inbox-card__image-placeholder i {
    font-size: 2.35rem;
}

.product-inbox-card__thumbnails {
    background: #fffdfa;
    border-top: 1px solid rgba(221, 194, 166, .45);
    display: flex;
    gap: .45rem;
    min-height: calc(54px + 1.2rem);
    overflow-x: auto;
    padding: .6rem .75rem;
    scrollbar-width: thin;
}

.product-inbox-card__thumbnails.is-empty {
    overflow: hidden;
    pointer-events: none;
}

.product-inbox-card__thumbnail {
    background: #ffffff;
    border: 2px solid transparent;
    border-radius: 8px;
    flex: 0 0 54px;
    height: 54px;
    overflow: hidden;
    padding: 0;
}

.product-inbox-card__thumbnail img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.product-inbox-card__thumbnail.is-selected {
    border-color: #df7377;
    box-shadow: 0 0 0 2px rgba(223, 115, 119, .18);
}

.product-inbox-card__thumbnail:focus-visible {
    border-color: #9f7450;
    box-shadow: 0 0 0 .18rem rgba(159, 116, 80, .2);
    outline: 0;
}

.product-inbox-card__body {
    display: grid;
    flex: 1 1 auto;
    gap: .8rem;
    padding: 1rem;
}

.product-inbox-card__header {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
}

.product-inbox-card__status,
.product-inbox-card__type {
    border-radius: 999px;
    display: inline-flex;
    font-size: .72rem;
    font-weight: 700;
    line-height: 1.2;
    padding: .35rem .55rem;
}

.product-inbox-card__status {
    background: rgba(221, 130, 133, .13);
    color: #b75f64;
}

.product-inbox-card__type {
    background: rgba(102, 124, 104, .12);
    color: #536956;
}

.product-inbox-card h2 {
    color: #242424;
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.25;
    margin: 0;
    overflow-wrap: anywhere;
}

.product-inbox-card__subtitle {
    color: #6d7b75;
    font-size: .86rem;
    line-height: 1.35;
    margin: -.45rem 0 0;
    overflow-wrap: anywhere;
}

.product-inbox-card__meta {
    display: grid;
    gap: .5rem;
    margin: 0;
}

.product-inbox-card__meta div {
    display: grid;
    gap: .2rem;
}

.product-inbox-card__meta dt {
    color: #8b7a6d;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.product-inbox-card__meta dd {
    color: #2f3d4d;
    font-size: .88rem;
    line-height: 1.35;
    margin: 0;
    overflow-wrap: anywhere;
}

.product-inbox-card__notes {
    -webkit-box-orient: vertical;
    color: #5f5f5f;
    display: -webkit-box;
    font-size: .86rem;
    line-height: 1.45;
    margin: 0;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

.product-inbox-card__actions {
    border-top: 1px solid rgba(221, 194, 166, .45);
    display: grid;
    gap: .55rem;
    grid-template-columns: 1fr;
    padding: 1rem;
}

.product-inbox-card__action {
    align-items: center;
    border-radius: 8px;
    display: grid;
    gap: .1rem .5rem;
    grid-template-columns: auto minmax(0, 1fr);
    justify-items: start;
    min-height: 48px;
    text-align: left;
}

.product-inbox-card__action i {
    font-size: 1.05rem;
    grid-row: span 2;
}

.product-inbox-card__action span,
.product-inbox-card__action small {
    min-width: 0;
    overflow-wrap: anywhere;
}

.product-inbox-card__action span {
    font-weight: 700;
}

.product-inbox-card__action small {
    color: #8b7a6d;
    font-size: .72rem;
    line-height: 1.2;
}

.product-inbox-card__action--single-line {
    align-content: center;
}

.product-inbox-card__action--single-line i {
    grid-row: auto;
}

.product-inbox-card__action:disabled {
    background: #f7f3ef;
    border-color: #eee2d8;
    color: #7c7169;
    opacity: 1;
}

.product-inbox-empty {
    align-items: center;
    color: #5f5f5f;
    display: grid;
    gap: .65rem;
    justify-items: center;
    min-height: 280px;
    padding: 2rem;
    text-align: center;
}

.product-inbox-empty i {
    color: #667c68;
    font-size: 2.8rem;
}

.product-inbox-empty strong {
    color: #242424;
    font-size: 1.1rem;
}

.product-inbox-empty .btn {
    margin-top: .25rem;
}

.product-inbox-move {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: minmax(220px, .85fr) minmax(0, 1fr);
}

.product-inbox-move__preview {
    align-items: center;
    aspect-ratio: 1 / 1;
    background: #fbf7f4;
    border: 1px solid rgba(221, 194, 166, .55);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.product-inbox-move__preview img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.product-inbox-move__placeholder {
    align-items: center;
    color: rgba(159, 116, 80, .65);
    display: grid;
    gap: .5rem;
    justify-items: center;
}

.product-inbox-move__placeholder i {
    font-size: 2.5rem;
}

.product-inbox-move__hint {
    align-items: center;
    background: rgba(102, 124, 104, .1);
    border: 1px solid rgba(102, 124, 104, .18);
    border-radius: 8px;
    color: #536956;
    display: flex;
    gap: .55rem;
    padding: .7rem .85rem;
}

.product-inbox-draft-modal .modal-dialog {
    height: calc(100vh - 2rem);
    max-width: min(1440px, calc(100vw - 1.5rem));
}

.product-inbox-draft {
    background: #fffdfa;
    border: 1px solid rgba(159, 116, 80, .2);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 2rem);
    overflow: hidden;
}

.product-inbox-draft__header {
    align-items: flex-start;
    background: #ffffff;
    border-bottom: 1px solid rgba(221, 194, 166, .45);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 1.1rem 1.25rem;
}

.product-inbox-draft__header h2 {
    color: #242424;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
}

.product-inbox-draft__header p {
    color: #6d7b75;
    margin: .3rem 0 0;
}

.product-inbox-draft__layout {
    display: grid;
    flex: 1 1 auto;
    grid-template-columns: minmax(280px, .85fr) minmax(0, 1.45fr);
    min-height: 0;
    overflow: hidden;
}

.product-inbox-draft-source {
    background: #fbf7f4;
    border-right: 1px solid rgba(221, 194, 166, .45);
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow-y: auto;
}

.product-inbox-draft-source__image {
    align-items: center;
    aspect-ratio: 16 / 9;
    background: #f5eee9;
    display: flex;
    justify-content: center;
    max-height: 300px;
    overflow: hidden;
    position: relative;
}

.product-inbox-draft-source__image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.product-inbox-draft-source__download {
    align-items: center;
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(221, 194, 166, .65);
    border-radius: 999px;
    box-shadow: 0 8px 20px rgba(47, 38, 31, .12);
    color: #7f5c3f;
    display: inline-flex;
    height: 2.25rem;
    justify-content: center;
    position: absolute;
    right: .75rem;
    top: .75rem;
    transition: background-color .18s ease, color .18s ease, transform .18s ease;
    width: 2.25rem;
    z-index: 2;
}

.product-inbox-draft-source__download:hover,
.product-inbox-draft-source__download:focus {
    background: #ffffff;
    color: #242424;
    transform: translateY(-1px);
}

.product-inbox-draft-source__download:disabled,
.product-inbox-draft-source__download.is-loading {
    cursor: progress;
    opacity: .96;
    transform: none;
}

.product-inbox-draft-source__download .spinner-border {
    border-width: .14em;
    height: 1rem;
    width: 1rem;
}

.product-inbox-draft-source__meta,
.product-inbox-draft-source__attempts {
    display: grid;
    gap: .75rem;
    padding: 1rem;
}

.product-inbox-draft-source__meta h3,
.product-inbox-draft-source__attempts h3 {
    color: #242424;
    font-size: .92rem;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
}

.product-inbox-draft-source__meta dl {
    display: grid;
    gap: .55rem;
    margin: 0;
}

.product-inbox-draft-source__meta div {
    display: grid;
    gap: .18rem;
}

.product-inbox-draft-source__meta dt {
    color: #8b7a6d;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.product-inbox-draft-source__meta dd,
.product-inbox-draft-source__attempts span {
    color: #2f3d4d;
    font-size: .86rem;
    line-height: 1.35;
    margin: 0;
    overflow-wrap: anywhere;
}

.product-inbox-draft-source__attempts {
    border-top: 1px solid rgba(221, 194, 166, .45);
}

.product-inbox-draft-main {
    display: grid;
    gap: 1rem;
    grid-template-rows: auto minmax(0, 1fr);
    min-width: 0;
    overflow-y: auto;
    padding: 1.25rem;
}

.product-inbox-draft-stepper {
    display: grid;
    gap: .45rem;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.product-inbox-draft-stepper__step {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(221, 194, 166, .65);
    border-radius: 8px;
    color: #6d7b75;
    display: flex;
    gap: .45rem;
    justify-content: flex-start;
    min-height: 44px;
    padding: .55rem .65rem;
    text-align: left;
}

.product-inbox-draft-stepper__step span {
    align-items: center;
    background: rgba(102, 124, 104, .12);
    border-radius: 999px;
    color: #536956;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: .78rem;
    font-weight: 800;
    height: 1.45rem;
    justify-content: center;
    width: 1.45rem;
}

.product-inbox-draft-stepper__step.is-active {
    border-color: rgba(223, 115, 119, .52);
    color: #242424;
    font-weight: 800;
}

.product-inbox-draft-stepper__step.is-active span {
    background: rgba(223, 115, 119, .18);
    color: #b75f64;
}

.product-inbox-draft-stepper__step.is-complete {
    background: rgba(102, 124, 104, .08);
}

.product-inbox-draft-panel {
    background: #ffffff;
    border: 1px solid rgba(159, 116, 80, .18);
    border-radius: 8px;
    display: grid;
    gap: 1rem;
    padding: 1rem;
}

.product-inbox-draft-panel--source {
    gap: .85rem;
    grid-template-rows: auto auto 1fr;
}

.product-inbox-draft-panel--supplier-identify {
    align-content: start;
    gap: .75rem;
}

.product-inbox-draft-source-step__header {
    display: grid;
    gap: .4rem;
}

.product-inbox-draft-panel h3 {
    color: #242424;
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.25;
    margin: 0;
}

.product-inbox-draft-panel p {
    color: #6d7b75;
    margin: -.35rem 0 0;
}

.product-inbox-draft-info-label {
    align-items: flex-start;
    align-self: start;
    background: linear-gradient(180deg, rgba(255, 248, 239, .98), rgba(250, 244, 236, .98));
    border: 1px solid rgba(178, 126, 76, .28);
    border-radius: 8px;
    color: #4f5f55;
    display: flex;
    gap: .8rem;
    padding: .95rem 1rem;
}

.product-inbox-draft-info-label__icon {
    align-items: center;
    background: rgba(178, 126, 76, .12);
    border: 1px solid rgba(178, 126, 76, .28);
    border-radius: 50%;
    color: #a36f42;
    display: inline-flex;
    flex: 0 0 30px;
    font-size: 1.1rem;
    height: 30px;
    justify-content: center;
    margin-top: .05rem;
    width: 30px;
}

.product-inbox-draft-info-label__copy {
    display: grid;
    gap: .2rem;
}

.product-inbox-draft-info-label__copy strong {
    color: #2f3f36;
    font-size: .96rem;
    font-weight: 800;
    line-height: 1.25;
}

.product-inbox-draft-info-label__copy span {
    color: #66796d;
    line-height: 1.45;
}

.product-inbox-draft-attempt-override {
    display: grid;
    gap: .65rem;
}

.product-inbox-draft-attempt-override .form-label,
.product-inbox-draft-attempt-override .form-text {
    margin: 0;
}

.product-inbox-draft-source-step__button {
    align-items: center;
    align-self: end;
    background: #a87952;
    border: 1px solid rgba(128, 82, 47, .2);
    border-radius: 8px;
    box-shadow: 0 10px 22px rgba(128, 82, 47, .16);
    color: #ffffff;
    display: inline-flex;
    font-weight: 800;
    gap: .55rem;
    justify-content: center;
    margin-top: 0;
    min-height: 52px;
    padding: .85rem 1.1rem;
    transition: background .16s ease, box-shadow .16s ease, transform .16s ease;
    width: 100%;
}

.product-inbox-draft-source-step__button:hover,
.product-inbox-draft-source-step__button:focus {
    background: #966947;
    box-shadow: 0 12px 26px rgba(128, 82, 47, .22);
    color: #ffffff;
    transform: translateY(-1px);
}

.product-inbox-draft-source-step__button:focus-visible {
    outline: 3px solid rgba(178, 126, 76, .28);
    outline-offset: 2px;
}

.product-inbox-draft-panel__title {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.product-inbox-draft-callout {
    align-items: center;
    background: rgba(102, 124, 104, .1);
    border: 1px solid rgba(102, 124, 104, .18);
    border-radius: 8px;
    color: #536956;
    display: flex;
    gap: .55rem;
    padding: .75rem .9rem;
}

.product-inbox-draft-settings,
.product-inbox-draft-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
}

.product-inbox-draft-actions {
    background: linear-gradient(180deg, rgba(255, 255, 255, .94), #ffffff 42%);
    border-top: 1px solid rgba(221, 194, 166, .45);
    bottom: -1rem;
    margin: .25rem -1rem -1rem;
    padding: .8rem 1rem 1rem;
    position: sticky;
    z-index: 3;
}

.product-inbox-draft-settings span {
    background: rgba(102, 124, 104, .1);
    border-radius: 999px;
    color: #536956;
    font-size: .76rem;
    font-weight: 700;
    padding: .35rem .55rem;
}

.product-inbox-draft-warning {
    background: rgba(255, 71, 87, .08);
    border: 1px solid rgba(255, 71, 87, .18);
    border-radius: 8px;
    color: #8b2f36;
    display: grid;
    gap: .25rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
    padding: .85rem 1rem;
}

.product-inbox-draft-warning strong {
    color: #842f36;
    font-size: .9rem;
}

.product-inbox-draft-warning span {
    font-size: .86rem;
}

.product-inbox-draft-result-grid {
    display: grid;
    gap: .75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-inbox-draft-result-grid--dense {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-inbox-draft-result,
.product-inbox-draft-suggestion {
    background: #fffdfa;
    border: 1px solid rgba(221, 194, 166, .5);
    border-radius: 8px;
    display: grid;
    gap: .28rem;
    min-width: 0;
    padding: .85rem;
}

.product-inbox-draft-result.is-selected {
    background: rgba(102, 124, 104, .08);
    border-color: rgba(102, 124, 104, .22);
}

.product-inbox-draft-result__label,
.product-inbox-draft-suggestion span {
    color: #8b7a6d;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.product-inbox-draft-result strong,
.product-inbox-draft-suggestion strong {
    color: #242424;
    font-size: .93rem;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.product-inbox-draft-source-notes {
    background: #fffdfa;
    border: 1px solid rgba(221, 194, 166, .5);
    border-radius: 8px;
    display: grid;
    gap: .45rem;
    margin-top: .75rem;
    min-width: 0;
    padding: .9rem 1rem;
}

.product-inbox-draft-source-notes span {
    color: #8b7a6d;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.product-inbox-draft-source-notes p {
    color: #3f4650;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.55;
    margin: 0;
    overflow-wrap: anywhere;
    white-space: pre-wrap;
}

.product-inbox-draft-result small {
    color: #6d7b75;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.product-inbox-review-grid {
    display: grid;
    gap: .6rem;
    grid-template-columns: 1fr;
}

.product-inbox-review-field {
    align-items: stretch;
    background: #fffdfa;
    border: 1px solid rgba(221, 194, 166, .45);
    border-radius: 8px;
    display: grid;
    gap: .75rem;
    grid-template-columns: minmax(8rem, .75fr) minmax(9rem, 1fr) minmax(10rem, 1.1fr) minmax(12rem, 1.25fr);
    padding: .75rem;
}

.product-inbox-review-field__label,
.product-inbox-review-field__source,
.product-inbox-review-field__suggestion,
.product-inbox-review-field__input {
    align-content: start;
    display: grid;
    gap: .45rem;
    min-width: 0;
}

.product-inbox-review-field__label span,
.product-inbox-review-field__source span,
.product-inbox-review-field__suggestion span,
.product-inbox-review-field__input span {
    color: #8b7a6d;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.product-inbox-review-field__label strong,
.product-inbox-review-field__source strong,
.product-inbox-review-field__suggestion strong {
    color: #242424;
    font-size: .9rem;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.product-inbox-review-field__source strong {
    color: #6d5e53;
    font-weight: 600;
}

.product-inbox-review-field__suggestion .btn {
    justify-self: start;
}

.product-inbox-draft-success {
    align-content: center;
    justify-items: center;
    min-height: 360px;
    text-align: center;
}

.product-inbox-draft-success i {
    color: #667c68;
    font-size: 3rem;
}

.moodboards-toolbar__main {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.moodboards-toolbar__main .admin-products-search {
    flex: 1 1 auto;
    max-width: 460px;
}

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

.moodboards-card {
    background: #fff;
    border: 1px solid rgba(159, 116, 80, .18);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
}

.moodboards-card__preview {
    aspect-ratio: 16 / 10;
    background: #fbf7f4;
    display: grid;
    gap: 2px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
}

.moodboards-card__preview img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.moodboards-card__placeholder {
    align-items: center;
    color: rgba(159, 116, 80, .55);
    display: flex;
    font-size: 2.3rem;
    grid-column: 1 / -1;
    justify-content: center;
}

.moodboards-card__body {
    display: grid;
    flex: 1 1 auto;
    gap: .85rem;
    padding: 1rem;
}

.moodboards-card__body h2 {
    color: #242424;
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.25;
    margin: 0;
}

.moodboards-card__body p {
    color: #5f5f5f;
    font-size: .88rem;
    line-height: 1.45;
    margin: .35rem 0 0;
}

.moodboards-card__meta,
.moodboards-card__actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
}

.moodboards-card__meta {
    color: #6d7b75;
    font-size: .82rem;
}

.moodboards-card__meta span {
    align-items: center;
    display: inline-flex;
    gap: .3rem;
}

.moodboards-card__actions {
    justify-content: flex-end;
}

.moodboards-empty {
    align-items: center;
    color: #5f5f5f;
    display: grid;
    gap: .65rem;
    justify-items: center;
    min-height: 260px;
    padding: 2rem;
    text-align: center;
}

.moodboards-empty i {
    color: #667c68;
    font-size: 2.8rem;
}

.moodboards-empty strong {
    color: #242424;
    font-size: 1.1rem;
}

.moodboards-form {
    max-width: 720px;
}

.moodboards-form__actions,
.moodboard-detail-toolbar,
.moodboard-detail-toolbar__actions {
    align-items: center;
    display: flex;
    gap: .75rem;
}

.moodboards-form__actions,
.moodboard-detail-toolbar__actions {
    justify-content: flex-end;
}

.moodboard-detail-toolbar {
    background: #fffdfa;
    border: 1px solid rgba(159, 116, 80, .18);
    border-radius: 8px;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 1rem;
}

.moodboard-detail-toolbar p {
    color: #5f5f5f;
    margin: 0 0 .25rem;
}

.moodboard-detail-toolbar span {
    color: #6d7b75;
    font-size: .86rem;
}

.moodboard-detail-grid {
    column-count: 3;
    column-gap: 1rem;
}

.moodboard-tile {
    background: #fff;
    border: 1px solid rgba(159, 116, 80, .18);
    border-radius: 8px;
    display: inline-block;
    margin: 0 0 1rem;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.moodboard-tile img {
    display: block;
    object-fit: cover;
    width: 100%;
}

.moodboard-tile__placeholder {
    align-items: center;
    aspect-ratio: 4 / 3;
    background: #fbf7f4;
    color: rgba(159, 116, 80, .55);
    display: flex;
    font-size: 2.5rem;
    justify-content: center;
}

.moodboard-tile__overlay {
    background: linear-gradient(180deg, rgba(36, 36, 36, 0), rgba(36, 36, 36, .82));
    bottom: 0;
    color: #fff;
    display: grid;
    gap: .25rem;
    left: 0;
    opacity: 0;
    padding: 3.2rem 1rem 1rem;
    position: absolute;
    right: 0;
    transition: opacity .14s ease-in-out;
}

.moodboard-tile:hover .moodboard-tile__overlay,
.moodboard-tile:focus-within .moodboard-tile__overlay {
    opacity: 1;
}

.moodboard-tile__overlay strong,
.moodboard-tile__overlay span,
.moodboard-tile__overlay p,
.moodboard-tile__overlay small {
    overflow-wrap: anywhere;
}

.moodboard-tile__overlay p {
    display: -webkit-box;
    font-size: .86rem;
    line-height: 1.35;
    margin: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

@media (max-width: 1199.98px) {
    .product-inbox-board {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .moodboard-detail-grid {
        column-count: 2;
    }

    .product-inbox-draft-result-grid--dense {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-inbox-review-field {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .product-inbox-banner {
        align-items: flex-start;
    }

    .product-inbox-board {
        grid-template-columns: 1fr;
    }

    .product-inbox-card__body,
    .product-inbox-card__actions {
        padding: .85rem;
    }

    .product-inbox-move,
    .moodboards-toolbar__main {
        grid-template-columns: 1fr;
    }

    .product-inbox-move,
    .moodboards-toolbar__main,
    .moodboard-detail-toolbar {
        display: grid;
    }

    .moodboards-grid {
        grid-template-columns: 1fr;
    }

    .moodboard-detail-grid {
        column-count: 1;
    }

    .moodboard-detail-toolbar__actions {
        justify-content: flex-start;
    }

    .product-inbox-draft-modal .modal-dialog {
        height: calc(100vh - 1rem);
        margin: .5rem;
        max-width: calc(100vw - 1rem);
    }

    .product-inbox-draft {
        max-height: calc(100vh - 1rem);
    }

    .product-inbox-draft__layout {
        grid-template-columns: 1fr;
        min-height: 0;
        overflow-y: auto;
    }

    .product-inbox-draft-source {
        border-right: 0;
        border-bottom: 1px solid rgba(221, 194, 166, .45);
        max-height: none;
    }

    .product-inbox-draft-main {
        overflow: visible;
        padding: 1rem;
    }

    .product-inbox-draft-actions {
        bottom: -1rem;
    }

    .product-inbox-draft-stepper,
    .product-inbox-draft-result-grid,
    .product-inbox-draft-result-grid--dense,
    .product-inbox-review-grid,
    .product-inbox-review-field {
        grid-template-columns: 1fr;
    }

    .product-inbox-draft-stepper__step {
        min-height: 40px;
    }

    .product-inbox-draft-panel__title {
        display: grid;
    }
}

.admin-suppliers-kpi .card-body {
    align-items: center;
    display: flex;
    gap: 1rem;
    min-height: 6.25rem;
}

.admin-suppliers-kpi__icon {
    align-items: center;
    border-radius: .65rem;
    display: inline-flex;
    flex: 0 0 2.85rem;
    font-size: 1.35rem;
    height: 2.85rem;
    justify-content: center;
    width: 2.85rem;
}

.admin-suppliers-kpi__icon--active {
    background: rgba(38, 191, 148, .14);
    color: #1d8c6b;
}

.admin-suppliers-kpi__icon--draft {
    background: rgba(159, 116, 80, .14);
    color: #845e40;
}

.admin-suppliers-kpi__icon--contact {
    background: rgba(245, 184, 73, .18);
    color: #9f6a13;
}

.admin-suppliers-kpi__icon--products {
    background: rgba(73, 182, 245, .14);
    color: #2d8fc4;
}

.admin-suppliers-filter-card .card-body {
    padding-block: 1.25rem;
}

.admin-suppliers-search {
    position: relative;
}

.admin-suppliers-search i {
    color: #8b7a6d;
    left: .85rem;
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.admin-suppliers-search .form-control {
    padding-left: 2.35rem;
}

.admin-suppliers-filter-actions,
.admin-suppliers-table-header,
.admin-suppliers-table-actions,
.admin-suppliers-table-footer {
    align-items: center;
    display: flex;
    gap: .75rem;
}

.admin-suppliers-filter-actions {
    flex-wrap: wrap;
    justify-content: flex-end;
}

.admin-suppliers-add-button {
    background: #9f7450;
    border-color: #9f7450;
}

.admin-suppliers-add-button:hover,
.admin-suppliers-add-button:focus {
    background: #845e40;
    border-color: #845e40;
}

.admin-suppliers-table-header,
.admin-suppliers-table-footer {
    justify-content: space-between;
}

.admin-suppliers-table-actions {
    justify-content: flex-end;
}

.admin-suppliers-table-footer {
    border-top: 1px solid rgba(221, 194, 166, .45);
    margin-top: 1rem;
    padding-top: 1rem;
}

.admin-suppliers-table th {
    color: #2f3d4d;
    font-weight: 700;
    white-space: nowrap;
}

.admin-suppliers-table td {
    color: #2f3d4d;
}

.admin-suppliers-name-cell {
    min-width: 220px;
}

.admin-mail-preview-actions {
    justify-content: flex-end;
    margin-top: 1.25rem;
}

.admin-form-section__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
}

.admin-form-section__title-group {
    min-width: 0;
}

.admin-form-section__actions {
    flex-shrink: 0;
}

.admin-contact-newsletter {
    display: grid;
    gap: 1rem;
}

.admin-contact-delivery {
    display: grid;
    gap: 1rem;
}

.admin-contact-delivery__intro {
    align-items: center;
    background: linear-gradient(135deg, rgba(221, 194, 166, .2), rgba(255, 255, 255, .92));
    border: 1px solid rgba(221, 194, 166, .42);
    border-radius: 12px;
    display: flex;
    gap: 0.85rem;
    padding: 0.9rem 1rem;
}

.admin-contact-delivery__icon {
    align-items: center;
    background: rgba(132, 94, 64, .1);
    border-radius: 10px;
    color: #845e40;
    display: inline-flex;
    flex: 0 0 2.75rem;
    font-size: 1.25rem;
    height: 2.75rem;
    justify-content: center;
    width: 2.75rem;
}

.admin-contact-delivery__intro h3 {
    color: #2d2f31;
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 .15rem;
}

.admin-contact-delivery__intro p {
    color: #8a7b6f;
    font-size: .86rem;
    margin: 0;
}

.admin-contact-newsletter-card {
    border-color: rgba(221, 194, 166, .5);
}

.admin-contact-detail-tabs {
    border-color: rgba(221, 194, 166, .5);
}

.admin-contact-tabs {
    gap: .35rem;
    margin-bottom: 1rem;
}

.admin-contact-tabs .nav-link {
    border-radius: 10px 10px 0 0;
    color: #7f6e60;
    font-weight: 700;
}

.admin-contact-tabs .nav-link.active {
    color: #845e40;
}

.admin-contact-tab-panel {
    padding-top: .25rem;
}

.admin-contact-mail {
    display: grid;
    gap: 1rem;
}

.admin-contact-mail__summary {
    align-items: center;
    background: linear-gradient(135deg, rgba(221, 194, 166, .2), rgba(255, 255, 255, .92));
    border: 1px solid rgba(221, 194, 166, .42);
    border-radius: 12px;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 1rem;
}

.admin-contact-mail__icon {
    align-items: center;
    background: rgba(132, 94, 64, .1);
    border-radius: 10px;
    color: #845e40;
    display: inline-flex;
    flex: 0 0 3rem;
    font-size: 1.45rem;
    height: 3rem;
    justify-content: center;
    width: 3rem;
}

.admin-contact-mail__summary-copy {
    flex: 1 1 auto;
    min-width: 0;
}

.admin-contact-mail__summary-copy h3 {
    color: #2d2f31;
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 .2rem;
}

.admin-contact-mail__summary-copy p {
    color: #8a7b6f;
    font-size: .86rem;
    margin: 0;
}

.admin-contact-mail__metrics {
    display: grid;
    gap: .75rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.admin-contact-mail__metrics span {
    background: #fffdfa;
    border: 1px solid rgba(221, 194, 166, .48);
    border-radius: 8px;
    color: #7f6e60;
    display: flex;
    flex-direction: column;
    gap: .15rem;
    min-height: 4.1rem;
    padding: .75rem;
}

.admin-contact-mail__metrics strong {
    color: #2d2f31;
    font-size: 1.25rem;
    line-height: 1;
}

.admin-contact-mail__filters {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.admin-contact-mail__filter {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(221, 194, 166, .55);
    border-radius: 999px;
    color: #7f6e60;
    display: inline-flex;
    font-size: .82rem;
    font-weight: 700;
    gap: .35rem;
    min-height: 2.25rem;
    padding: .45rem .8rem;
}

.admin-contact-mail__filter.is-active {
    background: rgba(132, 94, 64, .12);
    border-color: rgba(132, 94, 64, .35);
    color: #845e40;
}

.admin-contact-mail__timeline {
    display: grid;
    gap: .75rem;
}

.admin-contact-mail__item {
    align-items: flex-start;
    background: #ffffff;
    border: 1px solid rgba(221, 194, 166, .42);
    border-radius: 8px;
    display: grid;
    gap: .85rem;
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding: .9rem;
}

.admin-contact-mail__item.is-archived {
    background: #faf8f5;
    opacity: .82;
}

.admin-contact-mail__item-icon {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    flex: 0 0 2.5rem;
    font-size: 1.1rem;
    height: 2.5rem;
    justify-content: center;
    width: 2.5rem;
}

.admin-contact-mail__item-icon--inbound {
    background: rgba(159, 116, 80, .12);
    color: #845e40;
}

.admin-contact-mail__item-icon--sent {
    background: rgba(38, 191, 148, .12);
    color: #1f8e6a;
}

.admin-contact-mail__item-main {
    display: grid;
    gap: .35rem;
    min-width: 0;
}

.admin-contact-mail__item-heading,
.admin-contact-mail__badges {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
}

.admin-contact-mail__direction {
    color: #845e40;
    font-size: .76rem;
    font-weight: 800;
    text-transform: uppercase;
}

.admin-contact-mail__date {
    color: #9a8b7f;
    font-size: .78rem;
}

.admin-contact-mail__item h4 {
    color: #2d2f31;
    font-size: .98rem;
    font-weight: 700;
    margin: 0;
    overflow-wrap: anywhere;
}

.admin-contact-mail__item p {
    color: #7f6e60;
    font-size: .86rem;
    margin: 0;
    overflow-wrap: anywhere;
}

.admin-contact-mail__hint {
    align-items: center;
    background: rgba(73, 182, 245, .08);
    border: 1px solid rgba(73, 182, 245, .18);
    border-radius: 8px;
    color: #517286;
    display: flex;
    gap: .55rem;
    padding: .75rem .9rem;
}

.admin-contact-newsletter__summary {
    align-items: center;
    background: linear-gradient(135deg, rgba(221, 194, 166, .2), rgba(255, 255, 255, .92));
    border: 1px solid rgba(221, 194, 166, .42);
    border-radius: 12px;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 1rem;
}

.admin-contact-newsletter__icon {
    align-items: center;
    background: rgba(132, 94, 64, .1);
    border-radius: 10px;
    color: #845e40;
    display: inline-flex;
    flex: 0 0 3rem;
    font-size: 1.45rem;
    height: 3rem;
    justify-content: center;
    width: 3rem;
}

.admin-contact-newsletter__summary-copy {
    flex: 1 1 auto;
    min-width: 0;
}

.admin-contact-newsletter__summary-copy h3 {
    color: #2d2f31;
    font-size: 1rem;
    font-weight: 700;
    margin: .45rem 0 .2rem;
}

.admin-contact-newsletter__summary-copy p {
    color: #8a7b6f;
    font-size: .86rem;
    margin: 0;
}

.admin-contact-newsletter__grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-contact-newsletter__panel {
    background: #fff;
    border: 1px solid rgba(221, 194, 166, .38);
    border-radius: 12px;
    padding: 1rem;
}

.admin-contact-newsletter__panel-heading {
    align-items: center;
    border-bottom: 1px solid rgba(221, 194, 166, .32);
    display: flex;
    gap: .75rem;
    margin-bottom: .85rem;
    padding-bottom: .85rem;
}

.admin-contact-newsletter__panel-icon {
    align-items: center;
    background: rgba(248, 243, 238, .9);
    border-radius: 9px;
    display: inline-flex;
    flex: 0 0 2.35rem;
    font-size: 1.15rem;
    height: 2.35rem;
    justify-content: center;
    width: 2.35rem;
}

.admin-contact-newsletter__panel-heading h4 {
    color: #2d2f31;
    font-size: .95rem;
    font-weight: 700;
    margin: 0;
}

.admin-contact-newsletter__panel-heading p {
    color: #9a8b7f;
    font-size: .78rem;
    margin: .1rem 0 0;
}

.admin-contact-newsletter__details {
    display: grid;
    gap: .75rem;
    margin: 0;
}

.admin-contact-newsletter__details div {
    align-items: baseline;
    display: grid;
    gap: .75rem;
    grid-template-columns: minmax(8rem, .8fr) minmax(0, 1fr);
}

.admin-contact-newsletter__details dt {
    color: #998b7c;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.admin-contact-newsletter__details dd {
    color: #2d2f31;
    font-size: .9rem;
    font-weight: 600;
    margin: 0;
    overflow-wrap: anywhere;
}

.admin-contact-favorites {
    display: grid;
    gap: 1rem;
}

.admin-contact-favorites__summary {
    align-items: center;
    background: linear-gradient(135deg, rgba(221, 194, 166, .18), rgba(255, 255, 255, .94));
    border: 1px solid rgba(221, 194, 166, .38);
    border-radius: 12px;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 1rem;
}

.admin-contact-favorites__summary h3 {
    color: #2d2f31;
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 .2rem;
}

.admin-contact-favorites__summary p {
    color: #8a7b6f;
    font-size: .86rem;
    margin: 0;
}

.admin-contact-favorites__metrics {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    justify-content: flex-end;
}

.admin-contact-favorites__metrics span {
    background: rgba(248, 243, 238, .95);
    border: 1px solid rgba(221, 194, 166, .38);
    border-radius: 999px;
    color: #6d5e53;
    font-size: .8rem;
    padding: .35rem .7rem;
}

.admin-contact-favorite-bouquet {
    align-items: center;
    display: flex;
    gap: .75rem;
    min-width: 15rem;
}

.admin-contact-favorite-bouquet img {
    border-radius: 10px;
    height: 3.25rem;
    object-fit: cover;
    width: 3.25rem;
}

.admin-bouquet-favorite-metrics {
    display: grid;
    gap: .15rem;
    min-width: 10rem;
}

.admin-bouquet-favorite-metrics__total {
    align-items: center;
    color: #845e40;
    display: inline-flex;
    font-weight: 800;
    gap: .35rem;
}

@media (max-width: 575.98px) {
    .admin-mail-content-header__meta {
        align-items: stretch;
        flex-direction: column;
    }

    .admin-mail-content-header__meta .btn {
        width: 100%;
    }

    .admin-mail-html-tabs {
        flex-wrap: wrap;
    }

    .admin-mail-variable-pill {
        flex-direction: column;
        align-items: flex-start;
    }

    .admin-mail-recipient-card__selected,
    .admin-contact-delivery__intro {
        align-items: flex-start;
    }

    .admin-mail-recipient-card {
        padding: 0.85rem;
    }

    .admin-mail-recipient-card__header {
        gap: 0.6rem;
    }

    .admin-mail-recipient-result {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.2rem;
    }

    .admin-mail-recipient-card__selected {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .admin-mail-recipient-card__status,
    .admin-mail-recipient-card__fact,
    .admin-mail-recipient-card__view {
        grid-column: 1 / -1;
        justify-self: stretch;
    }

    .admin-mail-recipient-card__view {
        text-align: center;
        width: 100%;
    }

    .admin-mail-preview-modal {
        padding: 0.75rem;
    }

    .admin-mail-preview-dialog {
        max-height: calc(100vh - 1.5rem);
        padding: 1rem;
    }

    .admin-mail-attachment-preview-dialog {
        width: 95vw;
        height: 90vh;
    }

    .admin-mail-sent-filter-actions,
    .admin-mail-sent-table-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .admin-mail-sent-filter-actions .btn {
        width: 100%;
    }

    .admin-contacts-filter-actions,
    .admin-contacts-table-footer,
    .admin-contacts-detail__header,
    .admin-contacts-followup-form__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .admin-contacts-filter-actions .btn,
    .admin-contacts-followup-form__actions .btn {
        justify-content: center;
        width: 100%;
    }

    .admin-contact-mail__summary,
    .admin-contact-mail__item,
    .admin-contact-mail__hint {
        align-items: stretch;
        grid-template-columns: 1fr;
    }

    .admin-contact-mail__summary {
        flex-direction: column;
    }

    .admin-contact-mail__summary .btn,
    .admin-contact-mail__item .btn {
        justify-content: center;
        width: 100%;
    }

    .admin-contact-mail__metrics {
        grid-template-columns: 1fr;
    }

    .admin-contact-mail__filter {
        justify-content: center;
        width: 100%;
    }

    .admin-products-filter-actions,
    .admin-products-table-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .admin-products-filter-actions .btn,
    .admin-products-filter-actions a,
    .admin-products-table-actions .btn,
    .admin-products-table-actions a {
        justify-content: center;
        width: 100%;
    }

    .admin-products-table-header,
    .admin-products-table-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .admin-suppliers-filter-actions,
    .admin-suppliers-table-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .admin-suppliers-filter-actions .btn,
    .admin-suppliers-filter-actions a,
    .admin-suppliers-table-actions .btn,
    .admin-suppliers-table-actions a {
        justify-content: center;
        width: 100%;
    }

    .admin-suppliers-table-header,
    .admin-suppliers-table-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .admin-form-section__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .admin-form-section__actions {
        width: 100%;
    }

    .admin-form-section__actions .btn {
        width: 100%;
    }

    .admin-contact-newsletter__summary {
        align-items: flex-start;
    }

    .admin-contact-newsletter__grid {
        grid-template-columns: 1fr;
    }

    .admin-contact-newsletter__details div {
        gap: .25rem;
        grid-template-columns: 1fr;
    }

    .admin-contact-favorites__summary {
        align-items: flex-start;
        flex-direction: column;
    }

    .admin-contact-favorites__metrics {
        justify-content: flex-start;
    }
}

h1:focus {
    outline: none;
}

.admin-brand-mark {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: linear-gradient(135deg, #ddc2a6, #9f7450);
    color: #2d2520;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    letter-spacing: 0;
}

.auth-placeholder {
    min-height: 100%;
    background: #ddc2a6;
}

.auth-placeholder img {
    max-width: min(420px, 76%);
}

.auth-layout-page {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.auth-layout-page__content {
    display: flex;
    flex: 1 0 auto;
}

.auth-layout-page__content > .authentication-cover-main {
    min-height: calc(100vh - 3.5rem) !important;
}

@media (max-width: 575.98px) {
    .auth-layout-page__content > .authentication-cover-main {
        min-height: calc(100vh - 4.75rem) !important;
    }
}

.auth-brand-logo {
    width: min(180px, 65%);
    height: auto;
    object-fit: contain;
}

.auth-brand-stack {
    display: flex;
    width: min(220px, 72%);
    margin-inline: auto;
    flex-direction: column;
    align-items: center;
    gap: .35rem;
}

.auth-brand-mark {
    width: 74px;
    height: 74px;
    object-fit: contain;
}

.auth-brand-wordmark {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.auth-cover-brand-stack {
    display: flex;
    width: min(430px, 78%);
    flex-direction: column;
    align-items: center;
    gap: 1.15rem;
}

.auth-cover-brand-mark {
    width: min(300px, 72%);
    height: auto;
    object-fit: contain;
}

.auth-cover-brand-wordmark {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.auth-cover-logo {
    width: min(520px, 78%);
    height: auto;
    max-height: 78vh;
    padding: 2rem;
    background: rgba(255, 255, 255, .28);
    object-fit: contain;
    border-radius: 28px;
    box-shadow: 0 24px 70px rgba(45, 37, 32, .2);
}

.card,
.custom-card,
.main-header-dropdown,
.dropdown-menu,
.form-control,
.list-group-item {
    border-color: rgba(221, 194, 166, .65);
}

.card,
.custom-card,
.main-header-dropdown,
.dropdown-menu {
    background-color: #fffdfa;
}

.app-header {
    background-color: #ffffff;
    border-block-end-color: rgba(221, 194, 166, .65);
}

.header-content-right .admin-issue-report-button {
    width: 2.25rem;
    height: 2.25rem;
    min-width: 2.25rem;
    padding: 0;
    color: #485260;
    background: #ffffff;
    border: 1px solid #d8e0ec;
    border-radius: 6px;
    box-shadow: none;
    transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.header-content-right .admin-issue-report-button:hover,
.header-content-right .admin-issue-report-button:focus-visible {
    color: #2d2520;
    background: #f8fafc;
    border-color: #b9c5d6;
    box-shadow: 0 0 0 3px rgba(159, 116, 80, .12);
}

.header-content-right .admin-issue-report-button:disabled {
    color: #8b95a3;
    background: #f8fafc;
    border-color: #d8e0ec;
    opacity: .75;
}

.header-content-right .admin-issue-report-button i,
.header-content-right .admin-issue-report-button .spinner-border {
    font-size: 1rem;
    line-height: 1;
}

.header-content-center {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 0 .75rem;
}

.maintenance-topbar-badge {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    min-height: 2rem;
    padding: .45rem .7rem;
    border: 1px solid transparent;
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: 0;
    white-space: nowrap;
}

.maintenance-topbar-badge--active {
    color: #fff;
    background: #d92d20;
    border-color: #b42318;
}

.maintenance-topbar-badge--live {
    color: #0f6848;
    background: #dff8ec;
    border-color: #9ee3c2;
}

.maintenance-topbar-badge i {
    font-size: 1rem;
    line-height: 1;
}

.app-sidebar {
    background-color: #2d2520;
}

.app-sidebar .main-sidebar-header {
    background-color: #2d2520;
    border-block-end-color: rgba(221, 194, 166, .65);
    padding: .6rem .85rem;
}

.app-sidebar .main-sidebar-header .sidebar-brand-card {
    align-items: center;
    background: #fffdfa;
    border: 1px solid rgba(221, 194, 166, .75);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(17, 24, 39, .14);
    display: flex;
    flex-direction: column;
    gap: .12rem;
    justify-content: center;
    min-height: 3.05rem;
    padding: .38rem .65rem .34rem;
    text-decoration: none;
    width: 100%;
}

.app-sidebar .main-sidebar-header .sidebar-brand-logo {
    height: auto;
    max-width: 9.7rem;
    object-fit: contain;
    width: min(9.7rem, 82%);
}

.app-sidebar .main-sidebar-header .sidebar-brand-text {
    color: #9f7450;
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .08rem;
    line-height: 1;
    text-transform: uppercase;
}

.side-menu__item:hover,
.side-menu__item.active {
    color: #ddc2a6;
}

.sidebar-menu-toggle {
    background: transparent;
    border: 0;
    cursor: pointer;
    list-style: none;
    text-align: left;
    width: 100%;
}

.sidebar-menu-toggle::-webkit-details-marker {
    display: none;
}

details[open] > .sidebar-menu-toggle .side-menu__angle {
    transform: rotate(180deg);
}

details[open] > .slide-menu {
    display: block !important;
}

details:not([open]) > .slide-menu {
    display: none !important;
}

.btn-primary {
    --bs-btn-bg: #9f7450;
    --bs-btn-border-color: #9f7450;
    --bs-btn-hover-bg: #8d6544;
    --bs-btn-hover-border-color: #8d6544;
    --bs-btn-active-bg: #7d593c;
    --bs-btn-active-border-color: #7d593c;
}

.btn-outline-primary {
    --bs-btn-color: #9f7450;
    --bs-btn-border-color: #9f7450;
    --bs-btn-hover-bg: #9f7450;
    --bs-btn-hover-border-color: #9f7450;
}

.bg-primary-transparent,
.btn-primary-light {
    background-color: rgba(221, 194, 166, .24) !important;
    color: #9f7450 !important;
}

.text-primary {
    color: #9f7450 !important;
}

.form-control:focus,
.form-check-input:focus {
    border-color: #9f7450;
    box-shadow: 0 0 0 .2rem rgba(221, 194, 166, .35);
}

.form-check-input:checked {
    background-color: #9f7450;
    border-color: #9f7450;
}

.admin-ai-configuration-card .card-header {
    align-items: center;
    display: flex;
    gap: 1rem;
}

.admin-ai-tabs {
    gap: .45rem;
}

.admin-ai-tabs .nav-link {
    align-items: center;
    border: 1px solid rgba(221, 194, 166, .65);
    border-radius: 6px;
    color: #485260;
    display: flex;
    justify-content: flex-start;
    min-height: 2.65rem;
    text-align: left;
}

.admin-ai-tabs .nav-link.active {
    background-color: rgba(221, 194, 166, .24);
    border-color: rgba(159, 116, 80, .45);
    color: #9f7450;
    font-weight: 700;
}

.admin-ai-section-header,
.admin-ai-action-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    justify-content: space-between;
}

.admin-ai-prompt,
.admin-ai-json-textarea,
.admin-ai-json-preview pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}

.admin-ai-json-preview {
    background: #fffdfa;
    border: 1px solid rgba(221, 194, 166, .65);
    border-radius: 8px;
    padding: 1rem;
}

.admin-ai-json-preview pre {
    color: #2f3d4d;
    margin: 0;
    white-space: pre-wrap;
}

.admin-ai-test-result .custom-card {
    border-color: rgba(159, 116, 80, .35);
}

.stem-name-flower-code-input {
    max-width: 8rem;
}

.catalog-empty {
    border: 1px dashed var(--default-border);
    border-radius: 8px;
    padding: 2rem;
    text-align: center;
    color: var(--text-muted);
}

.validation-message {
    color: rgb(var(--danger-rgb)) !important;
    display: block;
    margin-top: .25rem;
}

.dashboard-section {
    margin-block-end: 1.5rem;
}

.dashboard-section-header {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-block-end: .75rem;
}

.dashboard-section-title {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0;
}

.dashboard-kpi-card .card-body {
    min-height: 142px;
}

.dashboard-kpi-value {
    color: #2d2520;
    font-size: 1.65rem;
    font-weight: 700;
    line-height: 1.1;
}


.dashboard-social-value {
    color: #2d2520;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.15;
}

.dashboard-kpi-caption {
    color: var(--text-muted);
    font-size: .78rem;
    margin-top: 1.15rem;
}

.dashboard-social-card .card-body {
    min-height: 118px;
}

.dashboard-revenue-chart {
    align-items: end;
    display: grid;
    gap: .75rem;
    grid-template-columns: repeat(7, minmax(42px, 1fr));
    min-height: 280px;
}

.dashboard-revenue-bar {
    align-items: center;
    display: grid;
    gap: .5rem;
    grid-template-rows: auto 1fr auto;
    height: 100%;
    min-width: 0;
}

.dashboard-revenue-amount,
.dashboard-revenue-label {
    font-size: .75rem;
    text-align: center;
    white-space: nowrap;
}

.dashboard-revenue-amount {
    color: #2d2520;
    font-weight: 600;
}

.dashboard-revenue-label {
    color: var(--text-muted);
}

.dashboard-revenue-track {
    align-items: end;
    background: rgba(221, 194, 166, .22);
    border-radius: 8px;
    display: flex;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.dashboard-revenue-track span {
    background: linear-gradient(180deg, #6f8f72 0%, #9f7450 100%);
    border-radius: 8px 8px 0 0;
    display: block;
    height: var(--bar-height);
    width: 100%;
}

.dashboard-channel-row {
    align-items: center;
    border-bottom: 1px solid rgba(221, 194, 166, .55);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding-block: .8rem;
}

.dashboard-channel-row:first-child {
    padding-top: 0;
}

.dashboard-channel-row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.dashboard-channel-metric {
    text-align: right;
}

.dashboard-channel-metric span,
.dashboard-channel-metric small {
    display: block;
}

.dashboard-channel-metric span {
    color: #2d2520;
    font-weight: 600;
}

.dashboard-channel-metric small {
    color: rgb(var(--success-rgb));
    font-size: .72rem;
}

@media (max-width: 575.98px) {
    .dashboard-section-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .dashboard-revenue-chart {
        gap: .45rem;
        grid-template-columns: repeat(7, minmax(30px, 1fr));
        min-height: 220px;
    }

    .dashboard-revenue-amount {
        font-size: .68rem;
        writing-mode: vertical-rl;
    }
}

.product-image-preview img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border: 1px solid rgba(221, 194, 166, .65);
    border-radius: 8px;
}

.product-list-table-wrap {
    min-height: 220px;
}

.product-image-column {
    width: 64px;
}

.product-image-cell {
    position: relative;
}

.product-list-thumbnail {
    align-items: center;
    background: #fffdfa;
    border: 1px solid rgba(221, 194, 166, .65);
    border-radius: 8px;
    color: #9f7450;
    display: inline-flex;
    height: 48px;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 48px;
}

.product-list-thumbnail:not(:disabled) {
    cursor: zoom-in;
}

.product-list-thumbnail:disabled {
    color: rgba(159, 116, 80, .45);
    cursor: default;
}

.product-list-thumbnail img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.product-list-thumbnail i {
    font-size: 1.25rem;
}

.product-list-thumbnail:focus-visible {
    border-color: #9f7450;
    box-shadow: 0 0 0 .15rem rgba(159, 116, 80, .18);
    outline: 0;
}

.product-table-swatches {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .3rem;
    min-width: 46px;
}

.product-table-swatch {
    border: 1px solid rgba(15, 23, 42, .14);
    border-radius: 4px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .45);
    display: inline-flex;
    height: 16px;
    width: 16px;
}

.product-filter-color-dropdown {
    min-width: 220px;
    position: relative;
}

.product-filter-color-toggle {
    align-items: center;
    display: flex;
    justify-content: space-between;
    text-align: left;
}

.product-filter-color-toggle::after {
    display: none;
}

.product-filter-color-toggle-copy {
    align-items: center;
    display: inline-flex;
    gap: .55rem;
    min-width: 0;
}

.product-filter-color-menu {
    background: #fffdfa;
    border: 1px solid rgba(159, 116, 80, .22);
    border-radius: 8px;
    box-shadow: 0 .75rem 2rem rgba(39, 58, 52, .14);
    display: grid;
    gap: .25rem;
    left: 0;
    margin-top: .35rem;
    max-height: 280px;
    overflow-y: auto;
    padding: .35rem;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 30;
}

.product-filter-color-backdrop {
    background: transparent;
    border: 0;
    cursor: default;
    inset: 0;
    padding: 0;
    position: fixed;
    z-index: 29;
}

.product-filter-color-option {
    align-items: center;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    color: var(--default-text-color);
    display: flex;
    gap: .55rem;
    padding: .45rem .55rem;
    text-align: left;
    width: 100%;
}

.product-filter-color-option:hover,
.product-filter-color-option.selected {
    background: rgba(221, 194, 166, .18);
    border-color: rgba(159, 116, 80, .25);
}

.product-filter-color-swatch {
    border: 1px solid rgba(15, 23, 42, .14);
    border-radius: 4px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .45);
    display: inline-flex;
    flex: 0 0 auto;
    height: 16px;
    width: 16px;
}

.product-image-hover-preview {
    background: #fffdfa;
    border: 1px solid rgba(159, 116, 80, .28);
    border-radius: 8px;
    box-shadow: 0 1rem 2.5rem rgba(39, 58, 52, .22);
    left: 50%;
    max-width: min(360px, calc(100vw - 2rem));
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity .12s ease-in-out, visibility .12s ease-in-out;
    visibility: hidden;
    width: 340px;
    z-index: 1060;
}

.product-image-cell:hover .product-image-hover-preview,
.product-image-cell:focus-within .product-image-hover-preview {
    opacity: 1;
    visibility: visible;
}

.product-image-hover-preview img {
    aspect-ratio: 1 / 1;
    background: #ffffff;
    display: block;
    object-fit: contain;
    width: 100%;
}

.product-image-hover-caption {
    display: grid;
    gap: .2rem;
    padding: .85rem 1rem;
}

.product-image-hover-caption strong,
.product-image-hover-subtitle,
.product-image-hover-updated span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.product-image-hover-updated {
    align-items: center;
    color: #6d7b75;
    display: inline-flex;
    gap: .35rem;
    font-size: .78rem;
    line-height: 1.35;
}

.product-image-hover-updated i {
    color: #9f7450;
    font-size: .9rem;
}

.product-image-hover-subtitle {
    color: #6d7b75;
    font-size: .78rem;
}

.bouquet-image-gallery-thumbnails {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: .85rem;
}

.bouquet-image-gallery-thumb {
    background: #fffdfa;
    border: 1px solid rgba(221, 194, 166, .55);
    border-radius: 8px;
    height: 84px;
    overflow: hidden;
    position: relative;
    width: 84px;
}

.bouquet-image-gallery-thumb img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.bouquet-image-gallery-thumb:hover .product-image-field-hover-preview,
.bouquet-image-gallery-thumb:focus-within .product-image-field-hover-preview,
.product-image-dropzone.has-hover-preview:hover .product-image-field-hover-preview,
.product-image-dropzone.has-hover-preview:focus-within .product-image-field-hover-preview {
    opacity: 1;
    visibility: visible;
}

.product-image-field-hover-preview {
    max-width: calc(100vw - 2rem);
    width: min(560px, calc(100vw - 2rem));
}

.bouquet-image-gallery-remove {
    position: absolute;
    right: .3rem;
    top: .3rem;
}

.product-form-grid {
    align-items: start;
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-form-grid--draft {
    grid-template-columns: minmax(0, 960px);
    max-width: 960px;
}

.product-form-grid--draft .row > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}

.product-form-grid--draft .row > [class*="col-"]:last-child {
    margin-bottom: 0 !important;
}

.product-code-preview {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: .25rem;
    margin-left: auto;
    min-width: 132px;
    text-align: right;
}

.product-code-preview__qr {
    align-items: center;
    display: flex;
    justify-content: center;
}

.product-code-preview__svg {
    display: block;
    fill: #111827;
    height: 104px;
    width: 104px;
}

.product-code-preview__code {
    color: #111827;
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.1;
    overflow-wrap: anywhere;
    text-transform: uppercase;
}

.product-calculated-field[readonly] {
    background: rgba(221, 194, 166, .14);
    border-color: rgba(159, 116, 80, .2);
    color: #273a34;
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .product-form-grid {
        grid-template-columns: 1fr;
    }

    .product-code-preview {
        align-items: flex-end;
        margin-left: 0;
        min-width: min(100%, 132px);
        text-align: right;
        width: 100%;
    }

    .product-code-preview__svg {
        height: 96px;
        width: 96px;
    }
}

.product-image-dropzone {
    align-items: center;
    background: #fffdfa;
    border: 1px dashed rgba(159, 116, 80, .45);
    border-radius: 8px;
    cursor: pointer;
    display: grid;
    gap: 1rem;
    grid-template-columns: 128px minmax(0, 1fr);
    min-height: 148px;
    padding: 1rem;
    position: relative;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.product-image-dropzone:hover,
.product-image-dropzone:focus-within {
    background: rgba(221, 194, 166, .12);
    border-color: #9f7450;
    box-shadow: 0 0 0 .15rem rgba(159, 116, 80, .1);
}

.product-image-paste-zone {
    border-radius: 8px;
    outline: 0;
}

.product-image-paste-zone:focus-visible .product-image-dropzone {
    border-color: #9f7450;
    box-shadow: 0 0 0 .18rem rgba(159, 116, 80, .16);
}

.product-image-input {
    inset: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
}

.product-image-dropzone-preview {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(221, 194, 166, .65);
    border-radius: 8px;
    display: flex;
    height: 116px;
    justify-content: center;
    overflow: hidden;
    width: 116px;
}

.product-image-dropzone-preview img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.product-image-field-hover-preview img {
    object-fit: contain;
}

.product-image-dropzone-placeholder {
    align-items: center;
    background: rgba(159, 116, 80, .1);
    color: #9f7450;
    display: flex;
    font-size: 2rem;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.product-image-dropzone-copy {
    display: grid;
    gap: .3rem;
    min-width: 0;
}

.product-image-dropzone-title {
    color: #2d2520;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-image-dropzone-text {
    color: var(--default-text-color);
}

.product-image-dropzone-meta {
    color: var(--text-muted);
    font-size: .78rem;
}

.product-list-image {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border: 1px solid rgba(221, 194, 166, .65);
    border-radius: 8px;
}

.bouquet-wizard {
    display: grid;
    gap: .75rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 1rem;
}

.bouquet-wizard-step {
    align-items: center;
    background: #fffdfa;
    border: 1px solid rgba(221, 194, 166, .65);
    border-radius: 8px;
    display: flex;
    gap: .75rem;
    min-width: 0;
    padding: .9rem 1rem;
}

.bouquet-wizard-step span {
    align-items: center;
    background: rgba(159, 116, 80, .12);
    border-radius: 50%;
    color: #9f7450;
    display: inline-flex;
    flex: 0 0 34px;
    font-weight: 700;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.bouquet-wizard-step.active span {
    background: #9f7450;
    color: #ffffff;
}

.bouquet-wizard-step strong,
.bouquet-wizard-step small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bouquet-wizard-step small {
    color: var(--text-muted);
    font-size: .76rem;
}

.bouquet-panel {
    height: 100%;
}

.bouquet-panel .card-header {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.bouquet-stem-library {
    display: grid;
    gap: .65rem;
    max-height: 720px;
    overflow-y: auto;
    padding-right: .25rem;
}

.bouquet-stem-tile {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(221, 194, 166, .75);
    border-radius: 8px;
    color: inherit;
    display: grid;
    gap: .75rem;
    grid-template-columns: 58px minmax(0, 1fr) 30px;
    min-height: 74px;
    padding: .5rem;
    text-align: left;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, transform .15s ease-in-out;
    width: 100%;
}

.bouquet-stem-tile:hover,
.bouquet-stem-tile:focus-within {
    border-color: #9f7450;
    box-shadow: 0 8px 22px rgba(45, 37, 32, .08);
    transform: translateY(-1px);
}

.bouquet-stem-image,
.bouquet-recipe-media {
    align-items: center;
    background: rgba(221, 194, 166, .18);
    border: 1px solid rgba(221, 194, 166, .65);
    border-radius: 8px;
    color: #9f7450;
    display: inline-flex;
    justify-content: center;
    overflow: hidden;
}

.bouquet-stem-image {
    height: 58px;
    width: 58px;
}

.bouquet-stem-image img,
.bouquet-recipe-media img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.bouquet-stem-image i {
    font-size: 1.45rem;
}

.bouquet-stem-copy {
    display: grid;
    gap: .15rem;
    min-width: 0;
}

.bouquet-stem-copy strong,
.bouquet-stem-copy small,
.bouquet-stem-copy span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bouquet-stem-copy small {
    color: var(--text-muted);
    font-size: .74rem;
}

.bouquet-stem-copy span {
    color: #6f8f72;
    font-size: .76rem;
    font-weight: 700;
}

.bouquet-stem-swatches {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .25rem;
    min-height: 14px;
}

.bouquet-stem-copy .bouquet-stem-swatches {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
}

.bouquet-stem-swatch {
    border: 1px solid rgba(15, 23, 42, .14);
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .45);
    display: inline-flex;
    flex: 0 0 auto;
    height: 12px;
    width: 12px;
}

.bouquet-stem-actions {
    display: grid;
    gap: .35rem;
}

.bouquet-stem-add,
.bouquet-stem-edit {
    align-items: center;
    background: rgba(159, 116, 80, .12);
    border: 0;
    border-radius: 50%;
    color: #9f7450;
    cursor: pointer;
    display: inline-flex;
    font-size: .9rem;
    height: 30px;
    justify-content: center;
    padding: 0;
    text-decoration: none;
    width: 30px;
}

.bouquet-stem-add:hover,
.bouquet-stem-add:focus,
.bouquet-stem-edit:hover,
.bouquet-stem-edit:focus {
    background: #9f7450;
    color: #ffffff;
}

.bouquet-counter {
    background: rgba(159, 116, 80, .12);
    border-radius: 8px;
    min-width: 82px;
    padding: .45rem .6rem;
    text-align: center;
}

.bouquet-counter strong,
.bouquet-counter span {
    display: block;
}

.bouquet-counter strong {
    color: #2d2520;
    font-size: 1.1rem;
    line-height: 1;
}

.bouquet-counter span {
    color: var(--text-muted);
    font-size: .72rem;
}

.bouquet-preview {
    display: grid;
    gap: 1rem;
}

.bouquet-preview-stage {
    align-items: center;
    background: linear-gradient(180deg, #fffdfa 0%, #f4e7da 100%);
    border: 1px solid rgba(221, 194, 166, .65);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    min-height: 400px;
    overflow: visible;
    padding: 1.5rem;
    position: relative;
}

.bouquet-preview-empty {
    align-items: center;
    color: var(--text-muted);
    display: grid;
    gap: .35rem;
    justify-items: center;
    text-align: center;
}

.bouquet-preview-empty i {
    color: #9f7450;
    font-size: 2.4rem;
}

.bouquet-preview-empty strong {
    color: #2d2520;
}

.bouquet-bloom-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    justify-content: center;
    max-width: 380px;
    padding-bottom: 4.25rem;
}

.bouquet-layout-editor {
    bottom: 1.5rem;
    display: block;
    left: 1.5rem;
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
}

.bouquet-layout-zone {
    aspect-ratio: 1;
    border: 1px dashed rgba(159, 116, 80, .28);
    border-radius: 50%;
    bottom: auto;
    height: 76%;
    left: 11%;
    position: absolute;
    right: auto;
    top: 12%;
}

.bouquet-layout-zone span,
.bouquet-layout-new-stems > span {
    align-items: center;
    background: rgba(255, 253, 250, .82);
    border: 1px solid rgba(221, 194, 166, .6);
    border-radius: 8px;
    color: var(--text-muted);
    display: inline-flex;
    font-size: .72rem;
    font-weight: 700;
    gap: .25rem;
    padding: .25rem .45rem;
    position: absolute;
    text-transform: uppercase;
}

.bouquet-layout-zone span i {
    color: #9f7450;
    font-size: .9rem;
    line-height: 1;
}

.bouquet-layout-zone span {
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
}

.bouquet-layout-staging {
    background: rgba(255, 253, 250, .56);
    border-left: 1px dashed rgba(159, 116, 80, .32);
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 29%;
}

.bouquet-layout-new-stems {
    background: rgba(255, 253, 250, .72);
    border: 1px dashed rgba(159, 116, 80, .3);
    border-radius: 8px;
    bottom: 5.15rem;
    left: .25rem;
    position: absolute;
    right: .25rem;
    top: .65rem;
}

.bouquet-layout-new-stems > span {
    left: 50%;
    top: .45rem;
    transform: translateX(-50%);
}

.bouquet-layout-trash {
    align-items: center;
    background: rgba(180, 71, 71, .08);
    border: 1px dashed rgba(180, 71, 71, .38);
    border-radius: 8px;
    bottom: .35rem;
    color: #b44747;
    display: grid;
    gap: .18rem;
    justify-items: center;
    left: .5rem;
    min-height: 68px;
    padding: .5rem .45rem;
    pointer-events: none;
    position: absolute;
    right: .5rem;
    text-align: center;
    transition: background-color .16s ease, border-color .16s ease, color .16s ease, transform .16s ease;
}

.bouquet-layout-trash i {
    font-size: 1.35rem;
    line-height: 1;
}

.bouquet-layout-trash strong {
    font-size: .72rem;
    text-transform: uppercase;
}

.bouquet-layout-trash.drag-over {
    background: rgba(180, 71, 71, .16);
    border-color: rgba(180, 71, 71, .72);
    color: #8f2f2f;
    transform: scale(1.03);
}

.bouquet-stem-dot {
    align-items: center;
    background: radial-gradient(circle at 35% 30%, #ffffff 0 12%, var(--bloom-color) 13% 100%);
    border: 1px solid rgba(45, 37, 32, .14);
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(45, 37, 32, .1);
    color: rgba(45, 37, 32, .72);
    cursor: grab;
    display: inline-flex;
    font-size: .68rem;
    font-weight: 700;
    height: 34px;
    justify-content: center;
    left: var(--placement-x);
    line-height: 1;
    position: absolute;
    top: var(--placement-y);
    touch-action: none;
    transform: translate(-50%, -50%);
    transition: box-shadow .16s ease, transform .16s ease;
    width: 34px;
    z-index: 2;
}

.bouquet-stem-dot:hover,
.bouquet-stem-dot:focus,
.bouquet-stem-dot:focus-within {
    box-shadow: 0 14px 26px rgba(45, 37, 32, .18);
    outline: 2px solid rgba(159, 116, 80, .28);
    outline-offset: 2px;
    transform: translate(-50%, -50%) scale(1.08);
    z-index: 20;
}

.bouquet-stem-dot.dragging {
    cursor: grabbing;
    transform: translate(-50%, -50%) scale(1.12);
    transition: none;
    z-index: 4;
}

.bouquet-stem-dot-count {
    background: rgba(255, 255, 255, .72);
    border-radius: 999px;
    min-width: 16px;
    padding: 2px 4px;
    text-align: center;
}

.bouquet-stem-tooltip {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(159, 116, 80, .24);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(45, 37, 32, .16);
    color: #2d2520;
    display: grid;
    gap: .65rem;
    grid-template-columns: 52px minmax(0, 1fr) 30px;
    left: 50%;
    min-height: 68px;
    opacity: 0;
    padding: .5rem;
    pointer-events: none;
    position: absolute;
    text-align: left;
    top: -10px;
    transform: translate(-50%, -100%) scale(.98);
    transition: opacity .14s ease, transform .14s ease, visibility .14s ease;
    visibility: hidden;
    width: min(280px, calc(100vw - 2rem));
    z-index: 12;
}

.bouquet-stem-tooltip::after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ffffff;
    bottom: -7px;
    content: "";
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.bouquet-stem-tooltip::before {
    bottom: -18px;
    content: "";
    height: 18px;
    left: 0;
    position: absolute;
    right: 0;
}

.bouquet-stem-dot:hover .bouquet-stem-tooltip,
.bouquet-stem-dot:focus-within .bouquet-stem-tooltip {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -100%) scale(1);
    visibility: visible;
}

.bouquet-stem-tooltip .bouquet-stem-image {
    height: 52px;
    width: 52px;
}

.bouquet-stem-tooltip .bouquet-stem-copy {
    gap: .1rem;
}

.bouquet-stem-tooltip .bouquet-stem-copy strong {
    font-size: .78rem;
}

.bouquet-stem-tooltip .bouquet-stem-copy small {
    font-size: .68rem;
}

.bouquet-stem-tooltip .bouquet-stem-copy span {
    font-size: .7rem;
}

.bouquet-stem-tooltip-edit {
    align-items: center;
    background: rgba(159, 116, 80, .12);
    border-radius: 50%;
    color: #9f7450;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    text-decoration: none;
    width: 30px;
}

.bouquet-stem-tooltip-edit:hover,
.bouquet-stem-tooltip-edit:focus {
    background: #9f7450;
    color: #ffffff;
}

.bouquet-mobile-summary {
    display: none;
}

.bouquet-bloom {
    align-items: center;
    background: radial-gradient(circle at 35% 30%, #ffffff 0 11%, var(--bloom-color) 12% 100%);
    border: 1px solid rgba(45, 37, 32, .12);
    border-radius: 52% 48% 54% 46%;
    box-shadow: 0 10px 20px rgba(45, 37, 32, .08);
    color: rgba(45, 37, 32, .72);
    display: inline-flex;
    font-size: .78rem;
    font-weight: 700;
    height: 58px;
    justify-content: center;
    width: 58px;
}

.bouquet-recipe-list {
    display: grid;
    gap: .75rem;
}

.bouquet-recipe-empty {
    border: 1px dashed rgba(159, 116, 80, .35);
    border-radius: 8px;
    color: var(--text-muted);
    padding: 1rem;
    text-align: center;
}

.bouquet-recipe-item {
    align-items: start;
    background: #ffffff;
    border: 1px solid rgba(221, 194, 166, .65);
    border-radius: 8px;
    display: grid;
    gap: .75rem;
    grid-template-columns: 64px minmax(0, 1fr);
    padding: .75rem;
}

.bouquet-recipe-media {
    height: 64px;
    width: 64px;
}

.bouquet-recipe-media i {
    font-size: 1.5rem;
}

.bouquet-recipe-main {
    min-width: 0;
}

.bouquet-recipe-main strong,
.bouquet-recipe-main small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bouquet-recipe-main small {
    color: var(--text-muted);
}

.bouquet-recipe-colors {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
    margin-top: .4rem;
}

.bouquet-recipe-price {
    color: #6f8f72;
    font-size: .76rem;
    font-weight: 700;
    margin-top: .55rem;
}

.bouquet-quantity .form-control {
    min-width: 46px;
}

.bouquet-price-summary {
    align-items: center;
    background: rgba(111, 143, 114, .12);
    border: 1px solid rgba(111, 143, 114, .22);
    border-radius: 8px;
    display: flex;
    gap: .75rem;
    justify-content: space-between;
    padding: .75rem;
}

.bouquet-price-summary span {
    color: var(--text-muted);
    font-size: .78rem;
}

.bouquet-price-summary strong {
    color: #4e704f;
}

.bouquet-registration-accordion .accordion-item {
    background: transparent;
    border-color: rgba(221, 194, 166, .65);
}

.bouquet-registration-accordion .accordion-button {
    background: #fffdfa;
    color: #2d2520;
    font-weight: 700;
    padding: .85rem 1rem;
}

.bouquet-registration-accordion .accordion-body {
    background: #ffffff;
    padding: 1rem;
}

@media (max-width: 1199.98px) {
    .bouquet-wizard {
        grid-template-columns: 1fr;
    }

    .bouquet-stem-library {
        max-height: 420px;
    }

    .bouquet-layout-editor {
        display: none;
    }

    .bouquet-mobile-summary {
        display: block;
    }
}

@media (max-width: 575.98px) {
    .bouquet-preview-stage {
        min-height: 280px;
        padding: 1rem;
    }

    .bouquet-layout-editor {
        display: none;
    }

    .bouquet-mobile-summary {
        display: block;
    }

    .bouquet-recipe-item {
        grid-template-columns: 1fr;
    }

    .bouquet-recipe-media {
        height: 96px;
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .product-image-dropzone {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }
}

.tag-input-control {
    align-items: center;
    background-color: #ffffff;
    border: 1px solid var(--input-border);
    border-radius: .35rem;
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
    min-height: 38px;
    padding: .3rem .45rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.tag-input-control:focus-within {
    border-color: #9f7450;
    box-shadow: 0 0 0 .15rem rgba(159, 116, 80, .12);
}

.tag-input-chip {
    align-items: center;
    background: rgba(159, 116, 80, .12);
    border: 1px solid rgba(159, 116, 80, .28);
    border-radius: 999px;
    color: #6f4f35;
    display: inline-flex;
    font-size: .78rem;
    font-weight: 600;
    gap: .35rem;
    line-height: 1;
    max-width: 100%;
    padding: .35rem .35rem .35rem .6rem;
}

.tag-input-chip > span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tag-input-remove {
    align-items: center;
    appearance: none;
    background: rgba(255, 255, 255, .74);
    border: 0;
    border-radius: 999px;
    color: #9f7450;
    cursor: pointer;
    display: inline-flex;
    height: 18px;
    justify-content: center;
    padding: 0;
    width: 18px;
}

.tag-input-remove::before {
    content: "x";
    font-size: .78rem;
    font-weight: 700;
    line-height: 1;
}

.tag-input-remove:hover,
.tag-input-remove:focus {
    background: #9f7450;
    color: #ffffff;
}

.tag-input-field {
    border: 0;
    flex: 1 1 140px;
    min-width: 120px;
    outline: 0;
    padding: .2rem .1rem;
}

.tag-input-field::placeholder {
    color: var(--text-muted);
}

.stem-name-picker {
    position: relative;
}

.stem-name-picker-toggle {
    align-items: center;
    background-position: right .75rem center;
    display: flex;
    min-height: 38px;
    padding-right: 2.25rem;
    text-align: left;
}

.stem-name-picker-menu {
    background: #fff;
    border: 1px solid var(--default-border);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .12);
    display: none;
    left: 0;
    max-height: 260px;
    overflow-y: auto;
    padding: .35rem;
    position: absolute;
    right: 0;
    top: calc(100% + 4px);
    z-index: 30;
}

.stem-name-picker-menu[style*="display: block"] {
    display: block;
}

.stem-name-picker:hover .stem-name-picker-menu,
.stem-name-picker:focus-within .stem-name-picker-menu {
    display: block;
}

.stem-name-picker-item {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 6px;
    color: var(--default-text-color);
    display: flex;
    gap: .55rem;
    padding: .4rem .45rem;
    text-align: left;
    width: 100%;
}

button.stem-name-picker-item img.stem-name-option-image,
button.stem-name-picker-toggle img.stem-name-option-image {
    display: block;
    height: 28px !important;
    max-height: 28px !important;
    max-width: 28px !important;
    min-height: 28px;
    min-width: 28px;
    width: 28px !important;
}

.stem-name-picker-item:hover,
.stem-name-picker-item.active {
    background: rgba(221, 194, 166, .22);
}

.stem-name-option-content {
    align-items: center;
    display: flex;
    gap: .55rem;
    min-width: 0;
}

.stem-name-option-content span,
.stem-name-option-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.stem-name-option-image,
.stem-name-option-placeholder {
    align-items: center;
    border: 1px solid rgba(221, 194, 166, .65);
    border-radius: 6px;
    display: inline-flex;
    flex: 0 0 28px;
    height: 28px;
    justify-content: center;
    object-fit: cover;
    width: 28px;
}

.stem-name-option-placeholder {
    background: rgba(221, 194, 166, .16);
    color: var(--text-muted);
    font-size: 1rem;
}

.color-selection-field {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    min-height: 38px;
}

.color-selection-summary {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
}

.color-selection-modal {
    display: none;
}

.color-selection-backdrop {
    display: none;
}

.color-selection-modal:target {
    display: block;
}

.color-selection-modal:target + .color-selection-backdrop {
    display: block;
}

.color-dialog-placeholder {
    align-items: center;
    border: 1px dashed var(--default-border);
    border-radius: 8px;
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
}

.color-dialog-placeholder > i {
    color: #9f7450;
    font-size: 2rem;
}

.product-color-chooser {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    min-height: 38px;
}

.product-color-chooser-button {
    align-items: center;
    display: inline-flex;
    min-height: 38px;
}

.product-color-modal {
    display: block;
    z-index: 1060;
}

.product-color-modal .modal-dialog {
    max-width: min(1180px, calc(100vw - 2rem));
}

.product-color-modal .modal-content {
    border: 2px solid rgba(159, 116, 80, .42);
    box-shadow: 0 24px 72px rgba(23, 31, 38, .22), 0 0 0 1px rgba(255, 255, 255, .85);
}

.product-color-modal .modal-header,
.product-color-modal .modal-footer {
    background: #fffdfa;
    border-color: rgba(221, 194, 166, .75);
}

.product-color-chooser .color-selection-backdrop {
    background-color: #171f26;
    display: block;
    opacity: .36;
    z-index: 1055;
}

.product-color-dialog-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 360px);
}

.product-color-dialog-grid > section,
.selected-colors-panel {
    min-width: 0;
}

.color-card-grid {
    display: grid;
    gap: .85rem;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    max-height: 58vh;
    overflow: auto;
    padding-right: .25rem;
}

.color-group-card {
    border: 1px solid rgba(221, 194, 166, .55);
    border-radius: 8px;
    padding: .8rem;
}

.color-group-title {
    display: grid;
    gap: .4rem;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .04em;
    margin-bottom: .65rem;
    text-transform: uppercase;
}

.color-group-line,
.palette-accent-line {
    border-radius: 999px;
    display: inline-block;
    height: 3px;
    width: 72px;
}

.color-option-list {
    display: grid;
    gap: .45rem;
}

.color-option-button {
    align-items: center;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    color: var(--default-text-color);
    display: flex;
    gap: .55rem;
    padding: .25rem;
    text-align: left;
}

.color-option-button:hover,
.color-option-button.selected {
    background: rgba(221, 194, 166, .18);
    border-color: rgba(159, 116, 80, .35);
}

.color-option-swatch,
.selected-color-swatch,
.palette-row-swatch,
.color-chip-swatch,
.image-color-result-swatch {
    border: 1px solid rgba(15, 23, 42, .12);
    border-radius: 6px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .45);
    display: inline-flex;
    flex: 0 0 auto;
}

.color-option-swatch {
    align-items: center;
    height: 32px;
    justify-content: center;
    width: 32px;
}

.color-option-swatch i {
    color: #173824;
    font-size: 1.1rem;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(255, 255, 255, .75);
}

.selected-colors-panel {
    background: #fffdfa;
    border: 1px solid rgba(221, 194, 166, .55);
    border-radius: 8px;
    max-width: 100%;
    padding: 1rem;
}

.selected-color-list {
    display: grid;
    gap: .65rem;
}

.product-color-image-preview {
    background: #f8fbff;
    border: 1px solid rgba(221, 194, 166, .6);
    border-radius: 8px;
    margin-top: 1rem;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
}

.product-color-image-preview-copy {
    background: rgba(221, 194, 166, .16);
    display: grid;
    gap: .1rem;
    padding: .65rem .75rem;
}

.product-color-image-preview-copy span {
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.product-color-image-preview-copy small {
    color: var(--text-muted);
    font-size: .76rem;
}

.product-color-image-preview img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-height: min(340px, 38vh);
    max-width: 100%;
    object-fit: contain;
    width: auto;
}

.product-color-image-preview-empty {
    align-items: center;
    aspect-ratio: 4 / 3;
    color: var(--text-muted);
    display: grid;
    gap: .35rem;
    justify-items: center;
    padding: 1rem;
    text-align: center;
}

.product-color-image-preview-empty i {
    color: rgba(159, 116, 80, .72);
    font-size: 1.8rem;
}

.product-color-image-preview-empty span {
    font-size: .82rem;
}

.selected-color-row {
    align-items: center;
    border: 1px solid rgba(221, 194, 166, .55);
    border-radius: 8px;
    display: grid;
    gap: .55rem;
    grid-template-columns: 34px minmax(0, 1fr) 120px 32px;
    padding: .55rem;
}

.bouquet-selected-color-row {
    grid-template-columns: 34px minmax(0, 1fr) auto;
}

.bouquet-color-role {
    justify-self: end;
}

.selected-color-swatch {
    height: 32px;
    width: 32px;
}

.selected-color-copy {
    display: grid;
    min-width: 0;
}

.selected-color-copy span {
    color: var(--text-muted);
    font-size: .78rem;
}

.color-chip {
    align-items: center;
    background: rgba(221, 194, 166, .18);
    border: 1px solid rgba(221, 194, 166, .5);
    border-radius: 999px;
    display: inline-flex;
    gap: .4rem;
    padding: .25rem .55rem .25rem .3rem;
}

.color-chip-swatch {
    height: 18px;
    width: 18px;
}

.color-chip-role {
    color: var(--text-muted);
    font-size: .72rem;
}

.color-maintenance-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(420px, 1.05fr) minmax(360px, .95fr) minmax(320px, .75fr);
}

.color-maintenance-table tr.selected td {
    background: rgba(231, 154, 170, .14);
}

.palette-subcolor-strip {
    display: flex;
    flex-wrap: wrap;
    gap: .25rem;
}

.palette-mini-swatch {
    border: 1px solid rgba(15, 23, 42, .12);
    border-radius: 4px;
    display: inline-block;
    height: 18px;
    width: 18px;
}

.palette-row-swatch {
    height: 28px;
    width: 28px;
}

.color-input-row {
    display: grid;
    gap: .5rem;
    grid-template-columns: 54px minmax(0, 1fr);
}

.color-editor-preview {
    border: 1px solid rgba(15, 23, 42, .12);
    border-radius: 8px;
    height: 72px;
}

.image-color-picker {
    border: 1px solid rgba(221, 194, 166, .65);
    border-radius: 8px;
    padding: .9rem;
}

.image-color-dropzone {
    align-items: center;
    border: 1px dashed rgba(159, 116, 80, .45);
    border-radius: 8px;
    color: var(--text-muted);
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin-bottom: .75rem;
    min-height: 48px;
    padding: .65rem;
    text-align: center;
}

.image-color-picker.is-dragging .image-color-dropzone {
    background: rgba(221, 194, 166, .18);
    border-color: #9f7450;
}

.image-color-workspace {
    display: grid;
    gap: .75rem;
    grid-template-columns: minmax(0, 1fr) 108px;
    margin-bottom: .65rem;
}

.image-color-preview-frame {
    background: rgba(221, 194, 166, .12);
    border: 1px solid rgba(221, 194, 166, .55);
    border-radius: 8px;
    min-height: 150px;
    overflow: hidden;
    position: relative;
}

.image-color-preview-frame img {
    display: none;
    height: 180px;
    object-fit: cover;
    width: 100%;
}

.image-color-picker.has-image .image-color-preview-frame img {
    display: block;
}

.image-color-crosshair {
    border: 2px solid #ffffff;
    border-radius: 999px;
    box-shadow: 0 0 0 2px rgba(23, 56, 36, .85);
    display: none;
    height: 28px;
    pointer-events: none;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 28px;
}

.image-color-crosshair::before,
.image-color-crosshair::after {
    background: #ffffff;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.image-color-crosshair::before {
    height: 2px;
    width: 36px;
}

.image-color-crosshair::after {
    height: 36px;
    width: 2px;
}

.image-color-result {
    align-items: center;
    border: 1px solid rgba(221, 194, 166, .55);
    border-radius: 8px;
    display: grid;
    justify-items: center;
    padding: .65rem;
    text-align: center;
}

.image-color-result-swatch {
    height: 58px;
    width: 58px;
}

.catalog-empty.compact {
    padding: 1rem;
}

@media (max-width: 1199.98px) {
    .color-maintenance-grid,
    .product-color-dialog-grid {
        grid-template-columns: 1fr;
    }
}

.admin-form-section .card-header {
    background: rgba(221, 194, 166, .16);
}

.bouquet-component-row {
    padding: 1rem;
    border: 1px solid rgba(221, 194, 166, .45);
    border-radius: 12px;
    background: #fffdfa;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1080;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

.side-menu__item.active {
    color: var(--primary-color);
}

.main-content.app-content {
    min-height: calc(100vh - 4rem);
    padding-bottom: 1.5rem;
}

.maintenance-admin-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: minmax(0, 1.4fr) minmax(320px, .85fr);
}

.maintenance-admin-grid > .custom-card:nth-child(2) {
    grid-row: span 2;
}

.maintenance-admin-status-card h2 {
    color: #2f241f;
    font-size: 1.5rem;
    margin: .35rem 0 .4rem;
}

.maintenance-admin-status-card p {
    color: #7d6b60;
    margin: 0;
}

.maintenance-admin-kicker,
.maintenance-admin-preview-kicker {
    color: var(--primary-color);
    display: inline-block;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.maintenance-admin-switch-row {
    align-items: center;
    background: rgba(221, 194, 166, .16);
    border: 1px solid rgba(221, 194, 166, .38);
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    margin-top: 1.5rem;
    padding: 1rem;
}

.maintenance-admin-switch-row span {
    color: #7d6b60;
    display: block;
    font-size: .86rem;
    margin-top: .2rem;
}

.maintenance-admin-switch-row .maintenance-admin-updated {
    color: #9f7450;
    font-size: .78rem;
    font-weight: 700;
}

.maintenance-admin-switch .form-check-input {
    height: 1.45rem;
    width: 2.75rem;
}

.maintenance-admin-message {
    min-height: 150px;
}

.maintenance-admin-preview {
    background: #fbfbfa;
    border: 1px solid rgba(221, 194, 166, .42);
    border-radius: 8px;
    min-height: 390px;
    padding: 2rem;
    position: relative;
    text-align: center;
}

.maintenance-admin-preview::before {
    background: url("../xintra/images/brand/TheSilkFlowerAppIcon.png") center / contain no-repeat;
    content: "";
    inset: 1.5rem;
    opacity: .04;
    position: absolute;
}

.maintenance-admin-preview > * {
    position: relative;
}

.maintenance-admin-preview img {
    display: block;
    margin: 0 auto 2.25rem;
    max-width: 180px;
    width: 60%;
}

.maintenance-admin-preview h3 {
    color: #242424;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.8rem, 4vw, 2.65rem);
    line-height: 1.05;
    margin: .7rem 0 1rem;
}

.maintenance-admin-preview p {
    color: #6d6d6d;
    line-height: 1.7;
    margin: 0 auto 1.5rem;
    max-width: 360px;
}

.maintenance-admin-preview-button {
    background: #cc7f82;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-weight: 700;
    padding: .75rem 1.25rem;
}

@media (max-width: 1199.98px) {
    .maintenance-admin-grid {
        grid-template-columns: 1fr;
    }

    .maintenance-admin-grid > .custom-card:nth-child(2) {
        grid-row: auto;
    }
}

.mobile-product-layout {
    background: #f7f2ef;
    min-height: 100vh;
    padding-bottom: 88px;
}

.mobile-capture-page {
    margin: 0 auto;
    max-width: 520px;
    padding: 1rem;
}

.mobile-product-capture-page {
    background: #fff;
    max-width: 430px;
    padding: 1.25rem 1.15rem 1rem;
}

.mobile-capture-brand {
    display: flex;
    justify-content: center;
    margin-bottom: 1.2rem;
}

.mobile-capture-brand img {
    display: block;
    height: auto;
    max-width: 174px;
    width: 42vw;
}

.mobile-capture-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.mobile-product-capture-page .mobile-capture-header {
    gap: 1rem;
    justify-content: flex-start;
    margin-bottom: 1.35rem;
}

.mobile-capture-kicker {
    color: #9f7450;
    display: block;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.mobile-capture-header h1 {
    color: #242424;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2rem;
    line-height: 1;
    margin: .2rem 0 0;
}

.mobile-product-capture-page .mobile-capture-header h1 {
    font-family: inherit;
    font-weight: 850;
    margin: 0;
}

.mobile-icon-button {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(159, 116, 80, .22);
    border-radius: 8px;
    color: #242424;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.mobile-product-capture-page .mobile-icon-button {
    border-color: #e8e4e0;
    flex: 0 0 auto;
    font-size: 1.55rem;
    height: 58px;
    width: 58px;
}

.mobile-capture-flow-list {
    display: grid;
    gap: .9rem;
    margin-bottom: 1rem;
}

.mobile-capture-flow-card {
    background: linear-gradient(180deg, #fff 0%, #fffdfc 100%);
    border: 1px solid rgba(159, 116, 80, .18);
    border-radius: 8px;
    box-shadow: none;
    color: inherit;
    display: grid;
    gap: 1rem;
    grid-template-areas:
        "visual copy"
        "action action";
    grid-template-columns: 140px minmax(0, 1fr);
    padding: 1.35rem 1.15rem 1.15rem;
    text-align: left;
    width: 100%;
}

.mobile-capture-flow-card.is-primary {
    background: linear-gradient(180deg, #fffafa 0%, #fff 100%);
    border-color: rgba(221, 130, 133, .45);
}

.mobile-capture-flow-card:focus-visible {
    outline: 3px solid rgba(204, 127, 130, .28);
    outline-offset: 2px;
}

.mobile-flow-visual {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    grid-area: visual;
    justify-content: center;
    min-width: 0;
}

.mobile-flow-icon {
    align-items: center;
    background: radial-gradient(circle at 35% 25%, rgba(255, 255, 255, .68), rgba(221, 130, 133, .18));
    border-radius: 999px;
    color: #df7478;
    display: inline-flex;
    font-size: 3.25rem;
    height: 112px;
    justify-content: center;
    position: relative;
    width: 112px;
}

.mobile-capture-flow-card:not(.is-primary) .mobile-flow-icon {
    background: radial-gradient(circle at 35% 25%, rgba(255, 255, 255, .68), rgba(102, 124, 104, .16));
    color: #667c68;
}

.mobile-flow-sparkle {
    bottom: 22px;
    font-size: 1.65rem;
    position: absolute;
    right: 20px;
}

.mobile-flow-lines {
    display: grid;
    gap: .55rem;
    width: 100%;
}

.mobile-flow-lines span {
    background: linear-gradient(90deg, rgba(221, 130, 133, .22), rgba(221, 130, 133, 0));
    border-radius: 999px;
    display: block;
    height: 4px;
}

.mobile-capture-flow-card:not(.is-primary) .mobile-flow-lines span {
    background: linear-gradient(90deg, rgba(102, 124, 104, .2), rgba(102, 124, 104, 0));
}

.mobile-flow-lines span:nth-child(1) {
    width: 92%;
}

.mobile-flow-lines span:nth-child(2) {
    width: 78%;
}

.mobile-flow-lines span:nth-child(3) {
    width: 58%;
}

.mobile-flow-copy {
    display: grid;
    gap: .75rem;
    grid-area: copy;
    min-width: 0;
}

.mobile-flow-copy strong {
    color: #242424;
    font-size: 1.6rem;
    font-weight: 850;
    line-height: 1.12;
}

.mobile-flow-copy span {
    color: #5f5f5f;
    font-size: 1.08rem;
    line-height: 1.36;
}

.mobile-flow-checks {
    display: grid;
    gap: .42rem;
    margin-top: 0;
}

.mobile-flow-checks span {
    align-items: center;
    color: #242424;
    display: inline-flex;
    font-size: .88rem;
    font-weight: 500;
    gap: .48rem;
    line-height: 1.2;
}

.mobile-flow-checks i {
    align-items: center;
    background: #de777a;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: .72rem;
    height: 20px;
    justify-content: center;
    width: 20px;
}

.mobile-capture-flow-card:not(.is-primary) .mobile-flow-checks i {
    background: #667c68;
}

.mobile-flow-action {
    align-items: center;
    background: linear-gradient(90deg, #df7377, #dd8688);
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-size: 1.12rem;
    font-weight: 850;
    gap: .6rem;
    grid-area: action;
    justify-content: center;
    min-height: 54px;
    padding: 0 1rem;
}

.mobile-capture-flow-card:not(.is-primary) .mobile-flow-action {
    background: linear-gradient(90deg, #667c68, #7d9475);
    color: #fff;
}

.mobile-capture-info-strip,
.mobile-capture-mode-strip {
    align-items: center;
    background: #fff;
    border: 1px solid #e8e4e0;
    border-radius: 8px;
    box-shadow: none;
    display: flex;
    gap: .7rem;
    margin-bottom: 1rem;
    padding: .95rem 1.05rem;
}

.mobile-capture-info-strip {
    color: #4f6658;
    font-size: 1rem;
    font-weight: 500;
}

.mobile-capture-info-strip i {
    color: #667c68;
    font-size: 1.65rem;
}

.admin-icon-info-callout {
    align-items: center;
    border-radius: 8px;
    display: flex;
    font-size: .84rem;
    font-style: italic;
    font-weight: 600;
    gap: .65rem;
    margin-bottom: .85rem;
    padding: .7rem .8rem;
}

.admin-icon-info-callout i {
    align-items: center;
    border-radius: 50%;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 1.1rem;
    height: 28px;
    justify-content: center;
    width: 28px;
}

.admin-icon-info-callout--notice {
    background: #fffaf3;
    border: 1px solid #f1d9b8;
    box-shadow: 0 0 0 1px rgba(221, 158, 71, .08);
    color: #9a6b30;
}

.admin-icon-info-callout--notice i {
    border: 2px solid #e3a74a;
    color: #e3a74a;
}

@media (max-width: 370px) {
    .mobile-product-capture-page {
        padding-left: .85rem;
        padding-right: .85rem;
    }

    .mobile-capture-flow-card {
        grid-template-columns: 118px minmax(0, 1fr);
        padding-left: .9rem;
        padding-right: .9rem;
    }

    .mobile-flow-icon {
        font-size: 2.75rem;
        height: 98px;
        width: 98px;
    }

    .mobile-flow-copy strong {
        font-size: 1.35rem;
    }

    .mobile-flow-copy span {
        font-size: .98rem;
    }

    .mobile-flow-checks span {
        font-size: .84rem;
    }
}

.mobile-capture-mode-strip {
    justify-content: space-between;
}

.mobile-capture-mode-strip div {
    display: grid;
    gap: .1rem;
    min-width: 0;
}

.mobile-capture-mode-strip span {
    color: #9f7450;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.mobile-capture-mode-strip strong {
    color: #242424;
    font-size: .98rem;
}

.mobile-capture-panel {
    background: #fff;
    border: 1px solid rgba(159, 116, 80, .16);
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(36, 36, 36, .06);
    margin-bottom: 1rem;
    padding: 1rem;
}

.mobile-panel-heading {
    align-items: center;
    display: flex;
    gap: .55rem;
    margin-bottom: .85rem;
}

.mobile-panel-heading i {
    color: #cc7f82;
    font-size: 1.2rem;
}

.mobile-panel-heading h2 {
    color: #242424;
    font-size: 1rem;
    font-weight: 800;
    margin: 0;
}

.mobile-capture-notes-heading {
    flex-wrap: wrap;
    justify-content: space-between;
}

.mobile-capture-notes-heading .mobile-muted {
    flex-basis: 100%;
}

.mobile-capture-notes-title {
    align-items: center;
    display: inline-flex;
    gap: .55rem;
    min-width: 0;
}

.mobile-voice-transcribe-button {
    align-items: center;
    display: inline-flex;
    flex-shrink: 0;
    min-height: 34px;
}

.mobile-voice-transcribe-button.is-listening {
    background: #cc7f82;
    border-color: #cc7f82;
    color: #fff;
}

.mobile-capture-notes-textarea {
    min-height: 108px;
    resize: vertical;
}

.mobile-photo-picker {
    align-items: center;
    background: #fbfbfa;
    border: 1px dashed rgba(159, 116, 80, .35);
    border-radius: 8px;
    color: #6d6d6d;
    cursor: pointer;
    display: flex;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}

.mobile-photo-picker.is-empty {
    min-height: 96px;
}

.mobile-photo-picker.has-images {
    min-height: 58px;
}

.mobile-photo-picker span {
    align-items: center;
    display: inline-flex;
    flex-direction: column;
    gap: .4rem;
    font-weight: 700;
}

.mobile-photo-strip {
    display: grid;
    gap: .65rem;
    grid-template-columns: repeat(auto-fill, minmax(76px, 76px));
    margin-top: .75rem;
}

.mobile-photo-thumb {
    aspect-ratio: 1;
    background: #fbfbfa;
    border: 1px solid rgba(159, 116, 80, .2);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.mobile-photo-thumb img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.mobile-photo-thumb-delete {
    align-items: center;
    background: rgba(36, 36, 36, .82);
    border: 0;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: .8rem;
    height: 24px;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: .3rem;
    top: .3rem;
    width: 24px;
}

.mobile-photo-thumb-delete:hover,
.mobile-photo-thumb-delete:focus-visible {
    background: rgba(36, 36, 36, .92);
}

.mobile-scanner-frame {
    background: #111;
    border-radius: 8px;
    overflow: hidden;
}

.mobile-scanner-video {
    aspect-ratio: 4 / 3;
    display: block;
    object-fit: cover;
    width: 100%;
}

.mobile-action-row {
    display: grid;
    gap: .5rem;
    grid-template-columns: 1fr 1fr;
    margin-top: .75rem;
}

.mobile-action-row--single {
    grid-template-columns: 1fr;
}

.mobile-find-row {
    align-items: center;
    display: grid;
    gap: .75rem;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-top: 1rem;
}

.mobile-find-row .btn {
    min-height: 42px;
}

.mobile-use-photo-check {
    align-items: center;
    display: inline-flex;
    gap: .45rem;
    margin: 0;
    white-space: nowrap;
}

.mobile-muted {
    color: #6d6d6d;
    font-size: .85rem;
    margin-top: .5rem;
}

.mobile-selected-supplier {
    align-items: center;
    background: #fbfbfa;
    border: 1px solid rgba(159, 116, 80, .16);
    border-radius: 8px;
    display: flex;
    gap: .75rem;
    justify-content: space-between;
    margin-top: .75rem;
    padding: .85rem;
}

.mobile-selected-supplier > div {
    min-width: 0;
}

.mobile-selected-supplier strong {
    color: #242424;
    display: block;
    font-size: .95rem;
    overflow-wrap: anywhere;
}

.mobile-selected-supplier .mobile-muted {
    overflow-wrap: anywhere;
}

.mobile-supplier-results {
    display: grid;
    gap: .5rem;
    margin-top: .75rem;
}

.mobile-supplier-result {
    align-items: flex-start;
    background: #fff;
    border: 1px solid rgba(159, 116, 80, .16);
    border-radius: 8px;
    color: #2d2520;
    display: grid;
    gap: .15rem;
    min-width: 0;
    padding: .8rem .9rem;
    text-align: left;
}

.mobile-supplier-result span,
.mobile-supplier-result small {
    overflow-wrap: anywhere;
}

.mobile-supplier-result small {
    color: #6d6d6d;
}

.mobile-supplier-result.is-selected {
    background: rgba(221, 194, 166, .22);
    border-color: rgba(159, 116, 80, .4);
}

.mobile-identifier-list {
    display: grid;
    gap: .5rem;
    margin-top: .85rem;
}

.mobile-identifier-item {
    background: #fbfbfa;
    border: 1px solid rgba(159, 116, 80, .16);
    border-radius: 8px;
    display: grid;
    gap: .15rem;
    padding: .75rem .85rem;
}

.mobile-identifier-item strong {
    color: #242424;
    font-size: .85rem;
    text-transform: capitalize;
}

.mobile-suggestion-card,
.mobile-warning-card,
.mobile-new-supplier-box {
    background: #fbfbfa;
    border: 1px solid rgba(159, 116, 80, .16);
    border-radius: 8px;
    padding: .85rem;
}

.mobile-result-status {
    border: 1px solid rgba(159, 116, 80, .18);
    border-radius: 8px;
    font-weight: 800;
    padding: .65rem .75rem;
}

.mobile-result-summary {
    align-items: center;
    display: flex;
    gap: .5rem;
    margin-bottom: .75rem;
}

.mobile-result-summary .mobile-result-status {
    align-items: center;
    display: inline-flex;
    gap: .45rem;
    margin-bottom: 0;
}

.mobile-result-info-button {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(159, 116, 80, .18);
    border-radius: 999px;
    color: #6d6d6d;
    display: inline-flex;
    height: 2rem;
    justify-content: center;
    padding: 0;
    width: 2rem;
}

.mobile-result-info-button i {
    font-size: 1rem;
}

.mobile-result-status.is-success {
    background: rgba(58, 138, 94, .1);
    color: #2d704b;
}

.mobile-result-status.is-warning {
    background: rgba(205, 127, 80, .12);
    color: #9f5d31;
}

.mobile-result-status.is-muted {
    background: #fbfbfa;
    color: #6d6d6d;
}

.mobile-result-status-confidence {
    color: currentColor;
    font-size: .78rem;
    font-weight: 800;
    opacity: .88;
}

.mobile-result-reason {
    background: #fbfbfa;
    border: 1px solid rgba(159, 116, 80, .12);
    border-radius: 8px;
    color: #5a5a5a;
    font-size: .86rem;
    line-height: 1.5;
    margin-top: .75rem;
    padding: .75rem;
}

.mobile-result-grid {
    display: grid;
    gap: .75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mobile-result-grid .form-control,
.mobile-result-grid .form-select,
.mobile-result-grid .mobile-segmented-control {
    width: 100%;
}

.mobile-product-result-fields {
    display: grid;
    gap: .75rem;
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mobile-product-result-fields > div {
    min-width: 0;
}

.mobile-product-result-fields .form-control {
    width: 100%;
}

.mobile-suggestion-card {
    display: grid;
    gap: .35rem;
}

.mobile-existing-product-details {
    color: #5b5b5b;
    display: grid;
    gap: .2rem;
    margin-top: .35rem;
}

.mobile-existing-product-gallery {
    display: grid;
    gap: .65rem;
    margin-top: .75rem;
}

.mobile-existing-product-hero,
.mobile-existing-product-thumb img {
    background: #f4efe8;
    border: 1px solid rgba(159, 116, 80, .16);
    border-radius: 10px;
    display: block;
    object-fit: cover;
    width: 100%;
}

.mobile-existing-product-hero {
    aspect-ratio: 4 / 3;
}

.mobile-existing-product-thumbnails {
    display: grid;
    gap: .5rem;
    grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
}

.mobile-existing-product-thumb img {
    aspect-ratio: 1 / 1;
}

.mobile-suggestion-card strong,
.mobile-warning-card strong {
    color: #242424;
    font-size: 1rem;
}

.mobile-suggestion-card p {
    color: #6d6d6d;
    margin: 0 0 .35rem;
}

.mobile-source-badge {
    background: rgba(204, 127, 130, .12);
    border-radius: 999px;
    color: #9f4b50;
    display: inline-flex;
    font-size: .72rem;
    font-weight: 800;
    justify-self: start;
    padding: .25rem .55rem;
}

.mobile-segmented-control {
    border: 1px solid rgba(159, 116, 80, .22);
    border-radius: 8px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    width: 100%;
}

.mobile-segment {
    align-items: center;
    background: #fff;
    border: 0;
    color: #6d6d6d;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    min-height: 42px;
    width: 100%;
}

.mobile-segment.active {
    background: #cc7f82;
    color: #fff;
}

.mobile-save-action {
    margin-bottom: 1rem;
}

@media (max-width: 420px) {
    .mobile-find-row,
    .mobile-result-grid,
    .mobile-product-result-fields {
        grid-template-columns: 1fr;
    }
}

.mobile-bottom-nav {
    background: #fff;
    border-top: 1px solid rgba(159, 116, 80, .16);
    bottom: 0;
    box-shadow: 0 -12px 28px rgba(36, 36, 36, .08);
    display: grid;
    gap: .5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    left: 0;
    padding: .65rem 1rem;
    position: fixed;
    right: 0;
    z-index: 10;
}

.mobile-bottom-nav-item {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 8px;
    color: #6d6d6d;
    display: inline-flex;
    flex-direction: column;
    font-size: .75rem;
    font-weight: 800;
    gap: .15rem;
    min-height: 56px;
    justify-content: center;
}

.mobile-bottom-nav-item i {
    font-size: 1.25rem;
}

.mobile-bottom-nav-item.is-active {
    background: rgba(204, 127, 130, .12);
    color: #9f4b50;
}

.mobile-lead-intake-page {
    background: #f7f2ef;
    color: #29292b;
    min-height: 100vh;
    padding: 1rem 1rem 6rem;
}

.mobile-lead-shell {
    display: grid;
    gap: 1.25rem;
    margin: 0 auto;
    max-width: 430px;
}

.mobile-lead-content {
    min-width: 0;
}

.mobile-lead-header {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: .8rem;
}

.mobile-lead-header-actions {
    display: flex;
    flex: 0 0 auto;
    gap: .55rem;
}

.mobile-lead-audio-button {
    font-size: 1.15rem;
}

.mobile-lead-audio-button.is-muted {
    background: #f7e9eb;
    border-color: #e7cfd3;
    color: #a34f58;
}

.mobile-lead-header h1 {
    color: #242424;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.3rem, 11.4vw, 3.15rem);
    line-height: 1;
    margin: .2rem 0 0;
}

.mobile-lead-intro {
    color: #6d625c;
    font-size: .98rem;
    line-height: 1.35;
    margin: .5rem 0 0;
    max-width: 34rem;
}

.mobile-lead-language {
    align-items: center;
    background: #fff;
    border: 1px solid #eaded6;
    border-radius: 18px;
    display: flex;
    gap: .45rem;
    margin-bottom: .8rem;
    overflow-x: auto;
    padding: .45rem .55rem;
}

.mobile-lead-language > span {
    color: #6d737d;
    flex: 0 0 auto;
    font-size: .82rem;
}

.mobile-lead-language-option {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 14px;
    color: #6d737d;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: .78rem;
    font-weight: 850;
    gap: .25rem;
    min-height: 38px;
    padding: .3rem .5rem;
}

.mobile-lead-language-option.is-active {
    background: #f7e9eb;
    color: #a34f58;
    outline: 1px solid #e7cfd3;
}

.mobile-lead-assistant-button {
    font-size: 1.15rem;
}

.mobile-lead-assistant-button i {
    color: #a34f58;
}

.mobile-lead-assistant-button.is-active {
    background: #f7e9eb;
    border-color: #e7cfd3;
    color: #a34f58;
}

.mobile-lead-assistant-button:disabled {
    opacity: .72;
}

.mobile-lead-flag {
    font-size: 1.05rem;
    line-height: 1;
}

.mobile-lead-card {
    background: #fff;
    border: 1px solid #eaded6;
    border-radius: 18px;
    box-shadow: 0 14px 30px rgba(36, 36, 36, .05);
    padding: .9rem;
    animation: mobileLeadCardIn .34s ease-out both;
}

.mobile-lead-section-heading {
    align-items: center;
    display: flex;
    gap: .7rem;
    margin-bottom: .75rem;
}

.mobile-lead-section-heading > span {
    align-items: center;
    background: #f2dfe1;
    border-radius: 10px;
    color: #a34f58;
    display: inline-flex;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.mobile-lead-section-heading h2 {
    color: #242424;
    font-size: 1.2rem;
    font-weight: 850;
    margin: 0;
}

.mobile-lead-alert {
    border-radius: 10px;
    font-size: .9rem;
}

.mobile-lead-fields {
    display: grid;
    gap: .58rem;
}

.mobile-lead-field {
    display: grid;
    gap: .22rem;
    min-width: 0;
}

.mobile-lead-field-header {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .35rem .65rem;
    justify-content: space-between;
}

.mobile-lead-field-header .mobile-muted {
    flex-basis: 100%;
}

.mobile-lead-field label {
    color: #242424;
    font-size: .92rem;
    font-weight: 850;
}

.mobile-lead-field label span {
    color: #b35359;
}

.mobile-lead-input {
    background: #fffefd;
    border: 1px solid #e8d2c4;
    border-radius: 10px;
    color: #29292b;
    font: inherit;
    min-height: 46px;
    padding: .62rem .85rem;
    transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
    width: 100%;
}

.mobile-lead-input:focus {
    border-color: #c59268;
    box-shadow: 0 0 0 3px rgba(197, 146, 104, .18);
    outline: 0;
}

.mobile-lead-input.is-invalid {
    background: #fff4f4;
    border-color: #b35359;
}

.mobile-lead-textarea {
    min-height: 92px;
    resize: vertical;
}

.mobile-lead-field-error {
    align-items: center;
    color: #b35359;
    display: flex;
    font-size: .86rem;
    gap: .35rem;
    line-height: 1.35;
}

.mobile-lead-field-error::before {
    content: "\EA21";
    font-family: remixicon;
    font-size: .98rem;
}

.mobile-lead-consent {
    background: linear-gradient(135deg, #fffefd 0%, #fff8f4 100%);
    border: 1px solid #e8d2c4;
    border-radius: 14px;
    color: #29292b;
    display: grid;
    gap: .82rem;
    grid-template-columns: 28px minmax(0, 1fr);
    line-height: 1.32;
    margin: .85rem 0 .35rem;
    padding: .85rem .9rem;
    transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.mobile-lead-consent.is-invalid {
    background: #fffafa;
    border-color: #b35359;
}

.mobile-lead-consent input {
    accent-color: #a34f58;
    height: 28px;
    margin: .03rem 0 0;
    width: 28px;
}

.mobile-lead-consent-copy {
    display: grid;
    gap: .2rem;
    min-width: 0;
}

.mobile-lead-consent-copy strong {
    color: #29292b;
    font-size: .95rem;
}

.mobile-lead-consent-copy small {
    color: #6d737d;
    font-size: .82rem;
}

.mobile-lead-type-strip {
    align-items: center;
    background: #f7faf6;
    border: 1px solid #dfe8dd;
    border-radius: 12px;
    color: #617065;
    display: none;
    gap: .85rem;
    margin: 1rem 0;
    padding: .8rem .9rem;
}

.mobile-lead-type-strip strong {
    background: #e5eee3;
    border-radius: 999px;
    flex: 0 0 auto;
    font-size: .82rem;
    padding: .24rem .65rem;
}

.mobile-lead-type-strip span {
    font-size: .9rem;
    line-height: 1.35;
}

.mobile-lead-submit {
    align-items: center;
    background: #ae7f56;
    border: 0;
    border-radius: 10px;
    color: #fff;
    display: inline-flex;
    font-size: 1.08rem;
    font-weight: 850;
    gap: .45rem;
    justify-content: center;
    min-height: 50px;
    padding: .82rem 1rem;
    transition: background-color .18s ease, transform .18s ease, box-shadow .18s ease;
    width: 100%;
}

.mobile-lead-submit:focus-visible {
    box-shadow: 0 0 0 3px rgba(174, 127, 86, .26);
    outline: 0;
}

.mobile-lead-submit:not(:disabled):active {
    transform: translateY(1px);
}

.mobile-lead-submit:disabled {
    opacity: .72;
}

.mobile-lead-submit-spinner {
    animation: mobileLeadSpin .8s linear infinite;
}

.mobile-lead-success {
    align-items: center;
    animation: mobileLeadSuccessIn .38s ease-out both;
    display: flex;
    flex-direction: column;
    min-height: 520px;
    justify-content: center;
    padding: 1rem;
    text-align: center;
}

.mobile-lead-success img {
    height: auto;
    margin-bottom: 2rem;
    max-width: 230px;
    width: 76%;
}

.mobile-lead-success-icon {
    align-items: center;
    background: #edf4ea;
    border: 1px solid #d6e6d0;
    border-radius: 999px;
    color: #617065;
    display: inline-flex;
    height: 78px;
    justify-content: center;
    width: 78px;
}

.mobile-lead-success-icon i {
    font-size: 3.2rem;
}

.mobile-lead-success h2 {
    color: #242424;
    font-size: 1.65rem;
    font-weight: 850;
    margin: .9rem 0 .35rem;
}

.mobile-lead-success p {
    color: #6d737d;
    line-height: 1.5;
    margin: 0 0 1.4rem;
}

.mobile-lead-visual {
    display: none;
}

.mobile-lead-orientation-lock {
    align-items: center;
    background: rgba(255, 255, 255, .96);
    bottom: 0;
    color: #242424;
    display: none;
    flex-direction: column;
    font-weight: 850;
    gap: .75rem;
    justify-content: center;
    left: 0;
    padding: 2rem;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 1040;
}

.mobile-lead-orientation-lock i {
    color: #a34f58;
    font-size: 3rem;
}

@media (max-width: 767px) and (orientation: landscape) {
    .mobile-lead-orientation-lock--phone {
        display: flex;
    }
}

@media (min-width: 768px) and (orientation: portrait) {
    .mobile-lead-orientation-lock--tablet {
        display: flex;
    }
}

@media (min-width: 768px) and (orientation: landscape) {
    .mobile-lead-intake-page {
        padding: 1.65rem 1.8rem 6.75rem;
    }

    .mobile-lead-shell {
        align-items: stretch;
        grid-template-rows: auto auto minmax(0, auto);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 1120px;
    }

    .mobile-lead-content {
        display: contents;
    }

    .mobile-lead-header {
        grid-column: 1;
        grid-row: 1;
    }

    .mobile-lead-language {
        grid-column: 1;
        grid-row: 2;
    }

    .mobile-lead-header h1 {
        font-size: clamp(3rem, 5.6vw, 4.6rem);
    }

    .mobile-lead-language {
        border-radius: 16px;
        padding: .5rem .75rem;
    }

    .mobile-lead-card {
        grid-column: 1;
        grid-row: 3;
        padding: 1.35rem;
    }

    .mobile-lead-fields {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mobile-lead-field--full {
        grid-column: 1 / -1;
    }

    .mobile-lead-visual {
        align-self: stretch;
        border: 1px solid #eaded6;
        border-radius: 26px;
        display: block;
        grid-column: 2;
        grid-row: 3;
        height: 100%;
        margin-top: 0;
        min-height: 0;
        overflow: hidden;
        position: sticky;
        top: 1.65rem;
    }

    .mobile-lead-visual-media {
        display: block;
        height: 100%;
        object-fit: cover;
        object-position: 45% center;
        width: 100%;
    }

    .mobile-lead-visual-brand {
        align-items: center;
        background: linear-gradient(0deg, rgba(36, 28, 24, .72), rgba(36, 28, 24, 0));
        bottom: 0;
        color: #fff;
        display: flex;
        flex-direction: column;
        gap: .55rem;
        left: 0;
        padding: 4.5rem 2rem 2rem;
        position: absolute;
        right: 0;
        text-align: center;
    }

    .mobile-lead-visual-brand img {
        background: rgba(255, 255, 255, .86);
        border-radius: 14px;
        display: block;
        height: auto;
        margin-inline: auto;
        max-width: 255px;
        object-fit: contain;
        object-position: center;
        padding: .55rem .75rem;
        width: 52%;
    }

    .mobile-lead-visual-brand span {
        color: #fff7ef;
        font-size: 1rem;
        text-align: center;
    }

    .mobile-lead-visual-brand small {
        color: rgba(255, 247, 239, .88);
        font-size: .86rem;
        line-height: 1.45;
        max-width: 28rem;
    }
}

@keyframes mobileLeadCardIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes mobileLeadSuccessIn {
    from {
        opacity: 0;
        transform: scale(.98);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes mobileLeadSpin {
    to {
        transform: rotate(360deg);
    }
}
