.search-bar-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: #131315;
    border: 1px solid #313131;
    border-radius: 12px;
    color: white;
    width: 240px;
    height: 38px;
    gap: 8px;
    border-width: 1px;
    padding-right: 16px;
    padding-left: 16px;
}

/* Icon */
.search-icon {
    width: 24px;
    height: 24px;
    color: #ccc;
}

/* Input */
.search-bar-container input {
    background: transparent;
    border: none;
    outline: none;
    color: #A0A0A0;
    font-size: 16px;
    font-weight: 400;
    flex: 1;
}
