#searchBox {background-color: rgba(0, 0, 0, 0.75);}#searchBox .input-group-search{position: relative;display: flex;white-space: nowrap;align-items: stretch;width: 100%;}#searchBox input[type="text"] {color: white;background-color: rgba(0, 0, 0, 0);border-radius: 0 1rem 1rem 0;border: none;padding: 1rem;font-size: 1.2rem;font-weight: bold;width: 100%;margin: 0;box-sizing: border-box;}#searchBox input[type="text"]::placeholder {color: #ccc;}#searchBox input[type="text"]:focus {outline: none;}#searchBox .close {background-color: rgba(0, 0, 0, 0);border: none;padding: 1rem;}#searchBox .close span {color: white;border-radius: 1rem 0 0 1rem;background-color: rgba(0, 0, 0, 0);font-size: 2rem;font-weight: bold;padding: 0.5rem;}#searchBox .results {margin-top: 1rem;}#searchBox .people-card {display: flex;align-items: center;cursor: pointer;padding: 0;}#searchBox .people-card:hover {background: rgba(50, 50, 50, 0.75) linear-gradient(180deg, #52585d, #343a40) repeat-x !important;}#searchBox .people-card img {width: 94px;height: 140px;border-radius: 10%;border: 2px solid white;box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);}#searchBox .people-card .name {font-size: 0.9em;font-weight: bolder;padding: 0.3rem 0 0;}.content-card {display: flex;align-items: center;margin-bottom: 1rem;padding: 1rem;}.content-card img {width: 94px;height: 140px;border-radius: 0.25rem;}.content-card .details {flex: 1;}.content-card .title {font-size: 1.1rem;font-weight: bold;margin-bottom: 0.5rem;}.content-card .title_en {font-size: 0.8rem;color: #ccc;margin-bottom: 0.5rem;}.content-card .description {font-size: 0.9rem;line-height: 1.5;margin-bottom: 0.5rem;}@media (max-width: 768px) {#searchBox .people-card img, .content-card img {width: 60px;height: 90px;}#searchBox .people-card .name, .content-card .title, .content-card .title_en, .content-card .description {font-size: 0.8rem;}}@media (max-width: 576px) {#searchBox .people-card img, .content-card img {width: 60px;height: 90px;}#searchBox .people-card .name, .content-card .title, .content-card .title_en, .content-card .description {font-size: 0.7rem;}}