@charset "UTF-8";

.bcc-modal-box {
  border: solid 3px #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  margin: 20px 0;
}

.bcc-modal-box-inner {
  display: flex;
  align-items: center;
}

.bcc-modal-box-text {
  margin: 0 10px;
}

.bcc-modal-box-img {
  max-width: 20%;
}

.bcc-modal-box .bcc-modal-box-button {
  width: 60px;
  font-size: 16px;
  padding: 5px;
  border-radius: 5px;
  border: none;
  background: #000;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}