/* public/css/treew-location-selector.css */

.treew-location-selector {
    margin: 20px 0;
}

.treew-location-selector select {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.treew-location-selector button {
    width: 100%;
    padding: 10px;
    background-color: #303030;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.treew-location-selector button:hover {
    background-color: #454545;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 28px;
    font-weight: bold;
    color: #aaa;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
  }
  .close-button:hover,
  .close-button:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }