/**
 * section-show — покажите Магистраль руководителю (Водителям).
 * Desktop / tablet / phone — по макету Figma.
 */

.section-show {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 3.125rem;
    width: 100%;
    max-width: 81.25rem;
    margin: 0 auto;
    padding: 0 0 var(--site-section-gap);
    box-sizing: border-box;
    height: fit-content;
}

.section-show .section-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.875rem;
    width: 34.375rem;
    max-width: 100%;
    height: fit-content;
    flex-shrink: 1;
    min-width: 0;
}

.section-show .tag {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.625rem;
    box-sizing: border-box;
    width: fit-content;
    height: fit-content;
    padding: 0.625rem 1.25rem;
    background: var(--site-badge-bg);
    border-radius: 3.125rem;
}

.section-show .icon {
    display: block;
    width: 1.2488rem;
    height: 1.2494rem;
    flex-shrink: 0;
    color: var(--site-epd-icon);
}

.section-show .description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    color: var(--site-accent);
    white-space: nowrap;
}

.section-show .heading {
    width: 33.9375rem;
    max-width: 100%;
    margin: 0;
    font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.15;
    color: var(--site-text);
}

.section-show .description-2 {
    align-self: stretch;
    margin: 0;
    font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: normal;
    color: var(--site-text-body);
}

.section-show .preparation-card {
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
    box-sizing: border-box;
    width: 41.875rem;
    max-width: 100%;
    height: fit-content;
    padding: 1.875rem;
    flex-shrink: 0;
    background: var(--site-badge-bg);
    border-radius: 1.25rem;
    box-shadow: inset 0 0 0 0.0625rem var(--site-epd-card-soft-ring);
}

.section-show .card-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0.9375rem;
    align-self: stretch;
    height: fit-content;
}

.section-show .card-header {
    display: flex;
    flex-direction: column;
    gap: 0.3125rem;
    width: fit-content;
    height: fit-content;
    min-width: 0;
}

.section-show .heading-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: normal;
    color: var(--site-text);
    white-space: nowrap;
}

.section-show .share-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
    width: fit-content;
    height: fit-content;
    padding: 0.6875rem 0.75rem;
    background: var(--site-surface);
    border-radius: 0.625rem;
    overflow: hidden;
    text-decoration: none;
    flex-shrink: 0;
}

.section-show .url {
    margin: 0;
    font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1rem;
    color: var(--site-accent);
    white-space: nowrap;
}

.section-show .message {
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
    align-self: stretch;
    box-sizing: border-box;
    height: fit-content;
    padding: 1.25rem;
    background: var(--site-surface);
    border-radius: 1rem;
    overflow: hidden;
}

.section-show .message-text {
    align-self: stretch;
    margin: 0;
    font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.3125rem;
    color: var(--site-text);
}

.section-show .actions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-self: stretch;
    height: fit-content;
}

.section-show .button,
.section-show .button-2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.8419rem;
    box-sizing: border-box;
    width: fit-content;
    height: 2.5rem;
    padding: 0 1.25rem;
    margin: 0;
    border: none;
    cursor: pointer;
    border-radius: 0.625rem;
}

.section-show .button {
    background: var(--site-accent);
    box-shadow: inset 0 0 0 0.0844rem var(--site-accent);
}

.section-show .button-2 {
    background: var(--site-surface);
    box-shadow: inset 0 0 0 0.0844rem var(--site-accent);
}

.section-show .skopirovat-soobschenie,
.section-show .otpravit-v-messendzher {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    white-space: nowrap;
}

.section-show .skopirovat-soobschenie {
    color: var(--site-on-accent);
}

.section-show .otpravit-v-messendzher {
    color: var(--site-accent-border);
}

@media (max-width: 63.9375rem) {
    .section-show {
        flex-direction: column;
        align-items: stretch;
        gap: 3.125rem;
    }

    .section-show .section-content,
    .section-show .preparation-card {
        width: auto;
        align-self: stretch;
    }

    .section-show .heading {
        width: auto;
    }
}

@media (max-width: 47.9375rem) {
    .section-show {
        gap: 1.875rem;
    }

    .section-show .icon {
        width: 0.875rem;
        height: 0.875rem;
        aspect-ratio: 1;
    }

    .section-show .description {
        font-size: 0.875rem;
        white-space: pre;
    }

    .section-show .heading {
        font-size: 1.875rem;
    }

    .section-show .description-2 {
        font-size: 0.875rem;
    }

    .section-show .card-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.9375rem;
    }

    .section-show .heading-2 {
        font-size: 1.25rem;
    }

    .section-show .actions {
        flex-direction: column;
    }

    .section-show .button,
    .section-show .button-2 {
        padding: 0 0.9375rem;
    }
}
