.overflow-hidden{overflow:hidden}@media only screen and (min-width: 640px){.dialog{max-width:600px}}.dialog{--button-background-color: #7ac141;--button-text-color: #fff;border:none;border-radius:.5rem;box-sizing:border-box;width:100%}.dialog::backdrop{background:rgba(0,0,0,.75)}.dialog .close{color:gray;height:.875rem;width:.875rem}.dialog header{align-items:center;border-bottom:1px solid #d3d3d3;display:flex;gap:.5rem;padding-bottom:.5rem}.dialog main{margin-top:.5rem}.dialog .name{font-size:1rem;font-weight:bold;flex:1;text-align:left}.dialog .flex{display:flex;flex-direction:column;gap:1rem}.dialog .flex a{background:var(--button-background-color);border-radius:.375rem;color:var(--button-text-color);font-size:1rem;font-weight:bold;padding:1.25rem;text-decoration:none}
