/* --- Single Hero --- */
.cpt-single__hero {
    position: relative;
    height: 450px;
    overflow: hidden;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    margin-bottom: 3rem;
  }
  
  .cpt-single__hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  .cpt-single__overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.75));
  }
  
  .cpt-single__hero-content {
    position: absolute;
    bottom: 3rem;
    left: 100px;
    /* transform: translateX(-50%); */
    text-align: left;
    color: #fff;
    width: 100%;
    max-width: 900px;
    padding: 0 1rem;
  }
  
  .cpt-single__title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 1rem;
    color: #fff;
  }

  .cpt-single__content h2 {
    text-align: left;
  }
  
  .cpt-single__excerpt {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.6;
    max-width: 700px;
    /* margin: 0 auto; */
    color: rgba(255,255,255,0.9);
  }
  
  /* Content section */
  .cpt-single__content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
  }
  .cpt-single__content p {
    margin-bottom: 1.25rem;
  }
.delete-cpt-row {
    color: red;
}

  .portfolio_cpt_delete {
    border-top: 1px solid gray;
  }

  .single-page {
    padding: 0;
  }