.clientCard {
display: flex;
flex-direction: row;
border-radius: 8px;
gap: 1rem;
padding: 0.5rem;
box-shadow: 0 0 8px var(--box-shadow-color);
.titleWrap {
justify-content: space-between;
}
.pictureWrapper {
overflow: hidden;
.clientInfo {
flex-direction: column;
flex-grow: 1;
h2 {
padding: 0;
margin: 0;
.clientname {
font-size: 0.875rem;
.urls {
align-items: flex-start;
.header {
align-items: center;
margin-bottom: 1.5rem;
h1 {
margin-bottom: 0;
.clientList {
.urlWrapper {
gap: 0.5rem;
:first-child {
button {
min-width: 4.625rem;