/*
Custom CSS for TemplateMo 561 Purple Buzz

https://templatemo.com/tm-561-purple-buzz

*/

/* ---------------------------------------------
   Styles moved from work-single.html
   --------------------------------------------- */
body {
  background-color: #f8fafc;
  font-family: 'Open Sans', 'Segoe UI', Arial, sans-serif;
  color: #222;
  overflow-x: hidden;
  font-size: 1.05rem;
  line-height: 1.6;
}

html {
  overflow-x: hidden;
}

.tribute-header {
  position: relative;
  background: linear-gradient(135deg, #efb059 0%, #fff 100%);
  padding: 2.5rem 1rem 2rem 1rem;
  text-align: center;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(66,50,194,0.07);
}

.tribute-header img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 2px 16px rgba(66,50,194,0.10);
}

.tribute-header h1 {
  margin-top: 1rem;
  color: #4232c2;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.tribute-header p {
  color: #333;
  font-size: 1.08rem;
}

.tribute-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('assets/img/banner-bg-02.jpg') no-repeat center top;
  background-size: cover;
  opacity: 0.18;
  z-index: 1;
  pointer-events: none;
}

.memory-text {
  position: relative;
  z-index: 2;
  font-size: 1.1rem;
  font-weight: 600;
  color: #4232c2;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 0.7rem;
}

.accordion-button {
  justify-content: center;
  font-weight: 600;
  color: #4232c2;
  text-align: center;
  background: #f8fafc;
  border: none;
  border-radius: 8px 8px 0 0;
  transition: background 0.2s, color 0.2s;
}

.accordion-button:not(.collapsed) {
  background-color: #4232c2;
  color: #fff;
}

.accordion-item {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1.2rem;
  box-shadow: 0 2px 12px rgba(66,50,194,0.06);
}

.share-box {
  background-color: #fff;
  padding: 1.2rem 1rem;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(66,50,194,0.07);
  margin-top: 2.2rem;
}

/* Responsive improvements for work-single tribute page */
@media (max-width: 768px) {
  body, html {
    width: 100%;
    overflow-x: hidden;
    font-size: 0.98rem;
  }
  .tribute-header {
    padding: 1.2rem 0.2rem 1.2rem 0.2rem;
    border-radius: 10px;
  }
  .tribute-header img {
    width: 90px;
    height: 90px;
  }
  .share-box {
    padding: 0.7rem 0.5rem;
    border-radius: 8px;
  }
  .accordion-item {
    border-radius: 7px;
  }
  .h2 {
    font-size: 1.3rem;
  }
  .h3 {
    font-size: 1.1rem;
  }
}


