.tfc-cb-flb-wrapper { display:block; text-decoration:none; color:inherit; position:relative; }
.tfc-cb-flb-wrapper {
  display: block;
  background: #fff;
  box-shadow: 0px 3px 15px #0006;
  border-radius: 8px;
  overflow: hidden;
  margin: 10px;
}


.tfc-cb-flb {
}

.tfc-cb-img {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.tfc-cb-textwrapper {
    display: flex;
      flex-direction: row;
      padding: 8px;
      align-items: center;
      justify-content: space-between;

}
.tfc-cb-numberwrapper {
    border-radius: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #f6f6f6;
  padding: 0;
  border: 2px solid #e8e8e8;
  font-weight: bold;
  font-size: 20px;
  display: block;
  flex-grow: 0;
  flex-shrink: 0;

 }
.tfc-cb-heading { display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  justify-content: space-between;
  margin-left: 20px; }

.tfc-cb-headingspan {
    font-size: 1.5rem;
      font-weight: bolder;
   }
.tfc-cb-headingarrow {
    font-weight: 700;
  font-size: 2rem;
  color: #dd9932;
}

.tfc-cb-overlay {
  position: absolute;
  padding: 100px 5px 10px 5px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #dd9932;
  text-align: center;
  font-size: 1.2em;
  color: #fff;
  font-weight: bold;
  opacity: 0;
      transition: all 0.3s ease;
}

.tfc-cb-overlay::before {
    content: ">";
  line-height: 1;
  font-size: 2rem;
  font-weight: bold;
  vertical-align: sub;
  margin-right: 10px;
}

.tfc-cb-flb-wrapper:hover .tfc-cb-overlay{
    opacity: 1;
}

.tfc-cb-flb--editor { background:#fafafa; border:1px dashed #ddd; }

/* Editor affordance */
.tfc-cb-flb-wrapper.is-editor-link { cursor: pointer; }
.tfc-cb-flb-wrapper.is-editor-link:focus { outline: 2px solid #2271b1; outline-offset: 2px; }
