.website { padding-bottom: 30px; border-bottom: 1px solid var(--gray300); margin-bottom: 30px; } .website:last-child { border-bottom: 0; margin-bottom: 0; } .header { display: flex; justify-content: space-between; align-items: center; } .title { color: var(--gray900) !important; } .details { font-size: 14px; font-weight: 600; } .details svg { margin-right: 5px; }