.datasheet-container{display:flex;flex-direction:column;margin:1rem 0}.datasheet-container h4{margin:.8rem 0;font-weight:700;font-size:1.1rem;border-bottom:2px solid #ddd;padding-bottom:.4rem}.datasheet-row{display:flex;align-items:center;border-bottom:1px solid #ccc;padding:.5rem 0}.datasheet-title{flex:0 0 45%;max-width:45%;font-weight:700}.datasheet-value{flex:0 0 55%;max-width:55%;text-align:left}.datasheet-row:last-child{border-bottom:none}@media (max-width:480px){.datasheet-row{flex-direction:column;align-items:flex-start}.datasheet-title,.datasheet-value{flex:0 0 auto;max-width:100%;width:100%}.datasheet-value{text-align:left;margin-top:.25rem}}