/* のし袋の書き方ガイド 専用スタイル */

.pt-noshi-result-row {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.pt-noshi-result-table {
    flex: 1 1 20rem;
    min-width: 0;
}

.pt-noshi-illustration-wrap {
    flex: 0 0 auto;
    width: 9rem;
}

.pt-noshi-illustration {
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 0.2rem 0.4rem rgba(0, 0, 0, 0.1));
}

@media (max-width: 40rem) {
    .pt-noshi-result-row {
        flex-direction: column-reverse;
        align-items: center;
    }

    .pt-noshi-illustration-wrap {
        width: 7rem;
    }
}

.pt-noshi-daiji-value {
    font-size: 1.3rem;
    font-weight: 900;
    color: var(--pt-green-dark);
    letter-spacing: 0.05em;
}

.pt-noshi-daiji-table {
    margin-top: 2rem;
}
