.info-window {
    padding: 8px 12px 8px 40px;
    border-radius: 12px;
    background-color: #313133;
    background-image: url('./info-icon.svg');
    background-position: 10px 8px;
    background-repeat: no-repeat;
    color: #f2f5fa;
    font-size: 14px;
    line-height: 20px;
    min-width: max-content;
}

.clear-button {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 12px;
    border-radius: 12px;
    background-color: #fff;
    border-color: unset;
    cursor: pointer;
    box-shadow: 0px 2px 4px 0px #5f698333;
    border: unset;
}
