/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */

:host {
  display: flex;
  flex-direction: column;
  position: relative;
}

.close {
  position: absolute;
  top: 0;
  right: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
