/* public/assets/css/app.css */

.qfq-logo{
  font-weight: 800;
  color: rgba(0, 16, 236, 0.15);
  font-size: 42px;
  line-height: 1.0;
}

.qfq-card{
  border-radius: 16px;
  overflow: hidden;
}

.qfq-card-header{
  border: 0;
  padding: 14px 16px;
}

.qfq-pencil{
  opacity: .85;
  font-weight: 700;
}

.qfq-line{
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(0,0,0,.03);
}

.qfq-line-mine{
  outline: 2px solid rgba(0,0,0,.12);
}

/* QFQ - step2/3 */
.qfq-dot{
  display:inline-block;
  width:10px;height:10px;border-radius:50%;
}
.qfq-items{
  list-style:none;
  padding-left:0;
}
.qfq-items li+li{ margin-top:.75rem; }
.qfq-event-hero{ border-radius: 1rem; }
