:host { list-style-type: none; border: 2px solid #000; display: block; border-radius: 5px; } div, li > button { border: 2px solid #000; border-radius: 5px; padding: 5px; margin: 5px; } ul { list-style-type: none; padding-inline-start: 0px; } li > button { width: 98%; padding: 1%; margin: 1%; display: flex; justify-content: space-between; align-items: center; transition: all 0.3s ease; font-weight: bold; } li > button span { font-style: italic; font-weight: normal; } li > button:hover p { text-decoration: underline; } .icon { width: 15px; margin: 3px -3px -1px -3px; } #search-container { background-color: #d9d9d9; border: 2px solid #000; border-radius: 5px; }