
.cd-section .row .col-md-3,
.cd-section .row .content-col {
    margin-bottom: 40px;
    margin-top: 30px;
}

.cd-section .row .col-md-9
 {
    margin-bottom: 40px;
    margin-top: 30px;
}
.cd-section .img-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}
.cd-section .img-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

.cd-section .content-col {
    padding-left: 40px;
}
.cd-section .artist-info {
    font-size: 0.8rem;
    color: #ffffff;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}
.cd-section .artist-info span {
    margin-right: 25px;
}
.cd-section .title-h3 h3 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    color: #fff;
}
.cd-section .title-h3 h3 i {
    margin-right: 15px;
    font-size: 14px;
}
/* MP3 Player Section */
.cd-section .mp3-player {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
.cd-section .play-btn {
    background: #fff;
    color: #000;
    border: none;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    cursor: pointer;
    flex-shrink: 0;
}
.cd-section .time-label {
    font-size: 0.85rem;
    color: #fff;
    min-width: 45px;
    
}
.cd-section .progress-container {
    flex-grow: 1;
    height: 4px;
    background: rgba(255, 255, 255, 0.2);
    position: relative;
}
.cd-section .progress-bar-custom {
    height: 100%;
    background: #fff;
    width: 60%; /* Example progress */
}
.cd-section .player-icons {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 10px;
}
.cd-section .player-icons i {
    font-size: 1.3rem;
    cursor: pointer;
    color: #fff;
}
.cd-section .description {
    font-size: 13px;
    color: #fff;
    margin-top: 3px;
    margin: 0;
    margin-top: 5px;
}
.description-read-more-btn {
    background: transparent;
    border: none;
}

.cd-intro-toggle {
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
}


/* new css */
h2 {
  /* text-align: center; */
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 25px;
  font-family: 'Istanbul', sans-serif;
}
.subtitle {
  font-weight: bold;
  margin-top: 20px;
}
.image-wrapper {
  position: relative;
  display: block;
  margin: 35px auto;
  border: 1px solid #ffffff;
    border-top-left-radius: 24px;
    border-bottom-right-radius: 24px;
  padding: 12px;
  background-color: transparent;
  max-width: fit-content;
}
.image-wrapper img {
   display: block;
      max-width: 100%;
      height: auto;
      border-top-left-radius: 20px;
 
}
.author-signature {
  font-style: italic;
  margin-top: 15px;
  padding-bottom: 30px;
}

.description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.description.show-full {
    -webkit-line-clamp: unset;
}

.description-read-more-btn {
    cursor: pointer;
    color: #d4af2e;
    display: inline-block;
    margin-top: 0px;
    font-size:14px;
}

.cd-card-hidden {
    display: none;
}

.cd-covers-toggle-wrap {
    text-align: center;
    margin: 15px 0 45px;
}

.cd-covers-toggle {
    background: #2f1e14;
    border: 1px solid rgba(216, 194, 165, 0.6);
    color: #fff;
    cursor: pointer;
    min-width: 150px;
    min-height: 44px;
    padding: 0 28px;
    transition: background 0.25s ease, border-color 0.25s ease;
}

.cd-covers-toggle:hover {
    background: #3c281c;
    border-color: #d8c2a5;
}
