.input-field{display:flex;flex-direction:column;text-align:left;width:100%;gap:8px;padding:8px 0}.input-field label{font-weight:700}.input-field input{flex-grow:1;flex-shrink:2;font-family:inherit;font-size:14px;border:unset;border-radius:8px;padding:8px 6px;background-color:#f0f0f0}.input-field textarea{font-family:inherit;max-width:292px;max-height:160px;min-height:60px;font-size:14px;border:unset;border-radius:8px;padding:8px 6px;background-color:#f0f0f0}.section{padding:16px;border-radius:12px;background-color:#fff}.section-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.open-button{font-size:1.2rem;padding:4px 10px;border:2px transparent solid;border-radius:16px;box-shadow:unset}.interface{padding:0 8px;display:flex;flex-direction:column;gap:14px;flex-shrink:2;max-width:340px}.item-display{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:center;align-items:center;gap:14px;max-width:340px}.item-display button,.save-button{font-size:1.2rem;padding:4px 10px;border:2px transparent solid;border-radius:16px;box-shadow:unset}.item-display button:hover{box-shadow:1px 1px 9px 1px #000}.delete-button{background-color:#cd4646;color:#fff}.section-output p{margin:0}.section-output-article{display:grid;grid-template-columns:1fr 4fr;padding:8px 0;gap:14px;margin:0 14px}.section-output-article .left-col{display:flex;flex-direction:column;text-align:right;gap:unset}.section-output-article .right-col{display:flex;flex-direction:column;text-align:left;gap:unset}.section-output-article .right-col .bold{font-weight:700}.output{display:flex;flex-direction:column;gap:12px;min-width:310px}.output .resume-header{background-color:#0e374e;color:#fff;padding:8px 0}.output .details{display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap;gap:18px}.output .output-section-header{font-weight:700;line-height:36px;color:#0e374e;font-size:1.2rem;background-color:#ebebeb}.app{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;display:flex;text-align:center;padding:12px;gap:14px;width:fit-content;margin:0 auto;background-color:#f3f4f6}:root{--cv-color: #0e374e}#root{background-color:#f3f4f6}
