.baseInfoTable{display:grid;grid-auto-flow:row;gap:8px;border-radius:var(--radius_large);overflow:hidden}.baseInfoTable .baseInfoTable__item{display:grid;grid-template:auto/auto 1fr}.baseInfoTable .baseInfoTable__head{display:grid;place-items:center;background-color:var(--color_primary);padding:24px}.baseInfoTable .baseInfoTable__headLabel{writing-mode:vertical-rl;text-orientation:upright;font-feature-settings:"vert" on,"palt" on;font-size:18px;font-weight:500;line-height:120%;letter-spacing:.2em;color:#fff}.baseInfoTable .baseInfoTable__content{display:grid;grid-template-columns:max-content 1fr;grid-auto-flow:row;background-color:var(--color_gray-pale);padding:8px 16px}.baseInfoTable .baseInfoTable__contentItem{display:grid;grid-template-columns:subgrid;grid-column:1/span 2;gap:24px;padding:16px 8px}.baseInfoTable .baseInfoTable__contentItem+.baseInfoTable__contentItem{border-top:1px solid var(--color_line-pale)}.baseInfoTable .baseInfoTable__contentItemTitle{display:grid;place-items:center;font-feature-settings:"palt" on;font-size:16px;font-weight:600;line-height:162.5%;letter-spacing:.04em;color:var(--color_primary)}.baseInfoTable .baseInfoTable__contentItemContent{font-size:14px;font-style:normal;font-weight:500;line-height:185.714%;letter-spacing:.08em;color:var(--color_text-secondary)}@container (760px > width){.baseInfoTable .baseInfoTable__item{grid-template:unset;grid-auto-flow:row}.baseInfoTable .baseInfoTable__head{justify-content:start;padding-block:16px}.baseInfoTable .baseInfoTable__headLabel{writing-mode:lr;text-orientation:inherit}.baseInfoTable .baseInfoTable__content{grid-template-columns:unset}.baseInfoTable .baseInfoTable__contentItem{grid-column:1/-1;gap:8px}.baseInfoTable .baseInfoTable__contentItemTitle{justify-content:start}}
