/* =========================================================
   Photos Single — /css/pages/photos-single.css
   Scoped to: .aw-main--photo-single
   ========================================================= */

.aw-main--photo-single{
  padding: 18px 0 28px;
}

/* wrapper card */
.aw-main--photo-single .aw-photo-single{
  background: var(--aw-surface, #fff);
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(0,0,0,.06);
  overflow: hidden;
}

/* header */
.aw-main--photo-single .aw-photo-single__header{
  padding: 18px 18px 12px;
  border-bottom: 1px solid rgba(0,0,0,.06);
  background: rgba(0,0,0,.02);
}

/* Breadcrumbs (pill style) */
.aw-main--photo-single .aw-breadcrumbs{
  margin: 0 0 12px;
}

.aw-main--photo-single .aw-breadcrumbs__list{
  list-style: none;
  margin: 0;
  padding: 8px 10px;

  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;

  background: rgba(255,255,255,.88);
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 999px;
}

.aw-main--photo-single .aw-breadcrumbs__item{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(0,0,0,.65);
}

.aw-main--photo-single .aw-breadcrumbs__item:not(:last-child)::after{
  content: "›";
  color: rgba(0,0,0,.35);
}

.aw-main--photo-single .aw-breadcrumbs__item a{
  color: rgba(0,0,0,.70);
  text-decoration: none;
}

.aw-main--photo-single .aw-breadcrumbs__item a:hover{
  text-decoration: underline;
}

.aw-main--photo-single .aw-breadcrumbs__item--current span{
  color: rgba(0,0,0,.90);
  font-weight: 800;
}

/* eyebrow (підтримка двох класів: і твого, і загального) */
.aw-main--photo-single .aw-photo-single__eyebrow,
.aw-main--photo-single .aw-photo-single .aw-section-eyebrow{
  font-weight: 800;
  letter-spacing: .3px;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(0,0,0,.55);
  margin: 0 0 8px;
}

/* title */
.aw-main--photo-single .aw-photo-single__title{
  margin: 0 0 10px;
  font-weight: 900;
  letter-spacing: .2px;
  color: rgba(0,0,0,.90);
  line-height: 1.2;
}

/* meta pills */
.aw-main--photo-single .aw-photo-single__meta{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin: 0 0 12px;
  color: rgba(0,0,0,.70);
  font-size: 14px;
}

.aw-main--photo-single .aw-photo-single__meta-item{
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0,0,0,.04);
  border: 1px solid rgba(0,0,0,.06);
}

.aw-main--photo-single .aw-photo-single__meta-item i{
  color: rgba(0,0,0,.55);
}

/* actions */
.aw-main--photo-single .aw-photo-single__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* figure */
.aw-main--photo-single .aw-photo-single__figure{
  margin: 0;
  padding: 14px;
  background: #fff;
}

.aw-main--photo-single .aw-photo-single__figure img{
  width: 100%;
  height: auto;
  display: block;

  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.08);
}

/* description block */
.aw-main--photo-single .aw-photo-single__desc{
  padding: 14px 18px 18px;
  border-top: 1px solid rgba(0,0,0,.06);
}

.aw-main--photo-single .aw-photo-single__text{
  margin: 0;
  color: rgba(0,0,0,.78);
  line-height: 1.65;
}

/* author box */
.aw-main--photo-single .aw-photo-single__author{
  margin-top: 12px;
  padding: 12px;
  border-radius: 16px;
  background: rgba(0,0,0,.03);
  border: 1px solid rgba(0,0,0,.06);
}

.aw-main--photo-single .aw-photo-single__author-label{
  font-size: 12px;
  font-weight: 800;
  color: rgba(0,0,0,.55);
  text-transform: uppercase;
  letter-spacing: .3px;
  margin: 0 0 4px;
}

.aw-main--photo-single .aw-photo-single__author-name{
  font-weight: 800;
  color: rgba(0,0,0,.86);
}

.aw-main--photo-single .aw-photo-single__author-login{
  font-weight: 700;
  color: rgba(0,0,0,.60);
}

/* small mobile */
@media (max-width: 520px){
  .aw-main--photo-single .aw-photo-single__header{ padding: 14px 14px 10px; }
  .aw-main--photo-single .aw-photo-single__figure{ padding: 12px; }
  .aw-main--photo-single .aw-photo-single__desc{ padding: 12px 14px 14px; }
  .aw-main--photo-single .aw-breadcrumbs__list{ padding: 7px 9px; }
}
