/* Article Layout */
.bndes--article-layout {
  padding: 40px 0;
  background: var(--bg-white);
}

/* Article Hero Section - All Content Left, Image Right */
.bndes--article-hero-section {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 60px;
  margin-bottom: 50px;
  align-items: start;
}

.bndes--article-content-left {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.bndes--article-header {
  margin-bottom: 0;
}

.bndes--article-summary {
  margin-top: 10px;
}

.bndes--article-cover {
  overflow: hidden;
  text-align: center;
}

.bndes--article-cover img {
  width: 100%;
  object-fit: contain;
  display: block;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.bndes--article-cover span {
  font-size: 14px;
  margin-top: 5px;
}

.bndes--article-content {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 60px;
  align-items: start;
}

/* Article Main Content */
.bndes--article-main {
  max-width: 100%;
  padding-right: 40px;
}

.bndes--article-categories {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}

.bndes--article-title {
  font-size: 32px;
  font-weight: 600;
  color: var(--text-color);
  line-height: 1.3;
  margin-bottom: 20px;
}

.bndes--article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 14px;
  color: var(--dark-gray);
}

.bndes--article-author,
.bndes--article-date,
.bndes--article-update {
  display: flex;
  align-items: center;
  gap: 6px;
}

.bndes--article-author img,
.bndes--article-date img,
.bndes--article-update img {
  width: 16px;
  height: 16px;
}

/* Article Hero Image */
.bndes--article-hero {
  margin: 30px 0;
  border-radius: 8px;
  overflow: hidden;
}

.bndes--article-hero img {
  width: 100%;

  object-fit: contain;
  display: block;
}

/* Article Body */
.bndes--article-body {
  line-height: 1.7;
  font-size: 16px;
  color: var(--text-color);
  padding-left: 50px;
}

@media (max-width: 768px) {
  .bndes--article-body {
    padding-left: 0;
    padding-right: 0;
  }
}

.bndes--article-body img {
  max-width: 100%;
}

.bndes--article-lead {
  font-size: 18px;
  font-weight: 400;
  color: var(--text-color);
  line-height: 1.6;
  margin: 0;
}

.bndes--article-body p {
  margin-bottom: 20px;
}

.bndes--article-quote-area {
  width: 100%;
}

.bndes--article-quote {
  background: transparent;
  padding: 50px 40px;
  margin: 40px 0;
  border-radius: 8px;
  position: relative;
  border: none;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

.bndes--quote-mark {
  position: absolute;
  pointer-events: none;
  width: 80px;
  height: 80px;
}

.bndes--quote-mark svg {
  width: 100%;
  height: 100%;
}

.bndes--quote-mark-top {
  top: 0;
  left: 0;
}

.bndes--quote-mark-bottom {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}

.bndes--quote-content {
  position: relative;
  z-index: 1;
  text-align: left;
  padding: 0 20px;
}

.bndes--article-quote p {
  font-size: 18px;
  font-weight: 400;
  color: var(--text-color);
  margin-bottom: 20px;
  line-height: 1.6;
  font-style: italic;
}

.bndes--article-quote cite {
  font-size: 16px;
  color: var(--text-color);
  font-style: normal;
  font-weight: 600;
  position: relative;
}

.bndes--article-quote cite::before {
  content: '— ';
  margin-right: 5px;
}

/* Audio Player Styles */
.bndes--audio-player {
  background: var(--lighter-gray);
  border-radius: 8px;
  padding: 20px;
  margin: 30px 0;
  border: 1px solid var(--light-grey);
}

.bndes--audio-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.bndes--audio-header h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color);
  margin: 0;
}

.bndes--audio-share {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.bndes--audio-speed {
  background: var(--light-blue);
  color: white;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
}

.bndes--audio-controls {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.bndes--audio-play {
  background: var(--primary-color);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.bndes--audio-play img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}

.bndes--audio-progress {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
}

.bndes--audio-time {
  font-size: 12px;
  color: var(--dark-gray);
  min-width: 40px;
}

.bndes--audio-bar {
  flex: 1;
  height: 4px;
  background: var(--light-grey);
  border-radius: 2px;
  position: relative;
}

.bndes--audio-progress-bar {
  height: 100%;
  background: var(--primary-color);
  border-radius: 2px;
  width: 25%;
}

.bndes--audio-backward,
.bndes--audio-forward {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.bndes--audio-backward img,
.bndes--audio-forward img {
  width: 16px;
  height: 16px;
}

.bndes--audio-share-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.bndes--whatsapp-share {
  background: none;
  border: none;
  color: var(--primary-color);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  text-decoration: underline;
}

.bndes--whatsapp-share img {
  width: 16px;
  height: 16px;
}

.bndes--email-share {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.bndes--email-share img {
  width: 16px;
  height: 16px;
}

.bndes--audio-credit {
  font-size: 10px;
  color: var(--gray);
  margin: 0;
  text-align: right;
}

/* Article Sidebar */
.bndes--article-sidebar {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: sticky;
  top: 100px;
  height: fit-content;
}

/* Newsletter Sidebar */
.bndes--newsletter-sidebar {
  background: var(--bg-white);
  border: 1px solid var(--light-grey);
  border-radius: 8px;
  padding: 25px;
}

.bndes--newsletter-sidebar h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 20px;
}

.bndes--newsletter-form-sidebar {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.bndes--newsletter-form-sidebar input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--light-grey);
  border-radius: 50px;
  background: var(--lighter-gray);
  font-size: 14px;
}

.bndes--newsletter-form-sidebar input:focus {
  outline: none;
  border-color: var(--primary-color);
  background: var(--bg-white);
}

.bndes--newsletter-captcha {
  display: flex;
  justify-content: center;
}

.bndes--newsletter-captcha .bndes--captcha-placeholder {
  background: var(--lighter-gray);
  border: 1px solid var(--light-grey);
  border-radius: 4px;
  padding: 10px;
  text-align: center;
  color: var(--gray);
  font-size: 12px;
  width: 120px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bndes--newsletter-submit {
  background: var(--primary-color);
  color: white;
  border: none;
  border-radius: 50px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.bndes--newsletter-submit:hover {
  background: var(--light-blue);
}

.bndes--newsletter-submit .checkmark-icon {
  width: 14px;
  height: 14px;
}

.bndes--newsletter-privacy {
  font-size: 11px;
  color: var(--dark-gray);
  line-height: 1.4;
  text-align: center;
  margin-top: 15px;
}

.bndes--newsletter-privacy .bndes--privacy-link {
  color: var(--primary-color);
  text-decoration: none;
}

.bndes--newsletter-privacy .bndes--privacy-link:hover {
  text-decoration: underline;
}

.bndes--knowledge-banner img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Mobile Styles */
@media (max-width: 1024px) {
  .bndes--article-hero-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .bndes--article-content-left {
    order: 2;
  }

  .bndes--article-cover {
    order: 1;
  }

  .bndes--article-cover img {
    height: 300px;
  }

  .bndes--article-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .bndes--article-main {
    padding-right: 0;
  }

  .bndes--article-sidebar {
    position: static;
  }

  .bndes--article-title {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .bndes--article-layout {
    padding: 30px 0;
  }

  .bndes--article-hero-section {
    gap: 25px;
    margin-bottom: 40px;
  }

  .bndes--article-cover img {
    height: 250px;
  }

  .bndes--article-content {
    gap: 30px;
  }

  .bndes--article-title {
    font-size: 24px;
  }

  .bndes--article-meta {
    flex-direction: column;
    gap: 10px;
  }

  .bndes--article-quote {
    padding: 40px 30px;
    margin: 30px 0;
  }

  .bndes--quote-mark {
    width: 60px;
    height: 60px;
  }

  .bndes--quote-mark-top {
    top: 5px;
    left: 5px;
  }

  .bndes--quote-mark-bottom {
    bottom: 5px;
    right: 5px;
  }

  .bndes--quote-content {
    padding: 0 15px;
  }

  .bndes--article-quote p {
    font-size: 16px;
  }

  .bndes--audio-player {
    padding: 15px;
  }

  .bndes--audio-controls {
    flex-direction: column;
    gap: 10px;
  }

  .bndes--audio-progress {
    width: 100%;
  }

  .bndes--breadcrumb-list {
    font-size: 12px;
  }

  .bndes--breadcrumb-list li:not(:last-child)::after {
    margin: 0 4px;
  }
}

@media (max-width: 480px) {
  .bndes--article-categories {
    flex-direction: column;
    gap: 8px;
  }

  .bndes--article-title {
    font-size: 20px;
  }

  .bndes--article-lead {
    font-size: 16px;
  }

  .bndes--article-hero-section {
    gap: 20px;
    margin-bottom: 30px;
  }

  .bndes--article-cover img {
    height: 200px;
  }

  .bndes--article-quote {
    padding: 30px 20px;
    margin: 25px 0;
  }

  .bndes--quote-mark {
    width: 50px;
    height: 50px;
  }

  .bndes--quote-mark-top {
    top: 5px;
    left: 5px;
  }

  .bndes--quote-mark-bottom {
    bottom: 5px;
    right: 5px;
  }

  .bndes--quote-content {
    padding: 0 10px;
  }

  .bndes--article-quote p {
    font-size: 15px;
  }

  .bndes--newsletter-sidebar {
    padding: 20px;
  }
}

/* Accordion Styles */
.bndes--accordion-section {
  margin: 40px 0;
}

.bndes--accordion-item {
  border: 1px solid var(--light-grey);
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
}

.bndes--accordion-header {
  width: 100%;
  background: var(--lighter-gray);
  border: none;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color);
  transition: all 0.3s ease;
  font-family: 'Fira Sans', sans-serif;
}

.bndes--accordion-header:hover {
  background: var(--light-grey);
}

.bndes--accordion-header.active {
  background: var(--primary-color);
  color: white;
}

.bndes--accordion-icon {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
  transform: rotate(90deg);
}

.bndes--accordion-header.active .bndes--accordion-icon {
  transform: rotate(270deg);
  filter: brightness(0) invert(1);
}

.bndes--accordion-content {
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  background: white;
}

.bndes--accordion-content.active {
  padding: 24px;
  max-height: 500px;
}

.bndes--accordion-content p {
  margin: 0;
  line-height: 1.6;
  color: var(--text-color);
}

/* Downloads Section */
.bndes--downloads-section {
  margin: 40px 0;
  padding: 24px;
  background: var(--lighter-gray);
  border-radius: 8px;
  border: 1px solid var(--light-grey);
}

.bndes--downloads-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 20px;
}

.bndes--downloads-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bndes--download-item {
  margin: 0;
}

.bndes--download-link {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--primary-color);
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 8px 0;
}

.bndes--download-link:hover {
  color: var(--light-blue);
  text-decoration: underline;
}

.bndes--download-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.bndes--download-text {
  font-size: 14px;
  line-height: 1.4;
}

/* Mobile Styles for Accordion and Downloads */
@media (max-width: 768px) {
  .bndes--accordion-header {
    padding: 16px 20px;
    font-size: 15px;
  }

  .bndes--accordion-content.active {
    padding: 20px;
  }

  .bndes--downloads-section {
    padding: 20px;
  }

  .bndes--downloads-title {
    font-size: 16px;
  }

  .bndes--download-text {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .bndes--accordion-header {
    padding: 14px 16px;
    font-size: 14px;
  }

  .bndes--accordion-content.active {
    padding: 16px;
  }

  .bndes--downloads-section {
    padding: 16px;
  }

  .bndes--download-link {
    gap: 10px;
  }

  .bndes--download-text {
    font-size: 12px;
  }
}

/* Content Box/Card Component */
.bndes--content-box {
  border: 2px solid var(--light-grey);
  border-radius: 12px;
  padding: 30px;
  margin: 40px 0;
  background: var(--bg-white);
}

.bndes--content-box h3 {
  font-size: 20px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 20px;
  line-height: 1.3;
}

.bndes--content-box p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-color);
  margin: 0;
}

/* Tags and Social Sharing Section */
.bndes--tags-sharing-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 30px;
  margin-top: 30px;
  margin-bottom: 5px;
}
bndes--tag .bndes--tags-container {
  margin-top: -23px;
}

.bndes--tags-label {
  font-size: 16px;
  font-weight: 500;
  margin-top: -20px;
}

.bndes--tags-list {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.bndes--tag {
  background: var(--tag-container);
  color: var(--tag-color);
  padding: 4px 16px;
  border-radius: 4px;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.bndes--tag:hover {
  background: var(--tag-color);
  color: white;
  text-decoration: none;
}

.bndes--social-sharing {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bndes--share-btn {
  background: transparent;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

.bndes--share-btn:hover {
  border-color: var(--primary-color);
}

/* Mobile Styles for New Components */
@media (max-width: 768px) {
  .bndes--content-box {
    padding: 24px;
    margin: 30px 0;
  }

  .bndes--content-box h3 {
    font-size: 18px;
  }

  .bndes--content-box p {
    font-size: 15px;
  }

  .bndes--tags-sharing-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .bndes--tags-container {
    width: 100%;
  }

  .bndes--social-sharing {
    align-self: flex-end;
  }

  .bndes--tags-label {
    font-size: 15px;
  }

  .bndes--tag {
    font-size: 13px;
    padding: 6px 12px;
  }
}

@media (max-width: 480px) {
  .bndes--content-box {
    padding: 20px;
    border-radius: 8px;
  }

  .bndes--content-box h3 {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .bndes--content-box p {
    font-size: 14px;
  }

  .bndes--tags-sharing-section {
    padding: 16px 0;
    margin: 30px 0;
  }

  .bndes--tags-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .bndes--social-sharing {
    align-self: center;
    width: 100%;
    justify-content: center;
  }

  .bndes--share-btn {
    width: 36px;
    height: 36px;
  }

  .bndes--share-btn img {
    width: 16px;
    height: 16px;
  }
}

.bndes--post-cta-button-container {
  text-align: center;
  margin-top: 60px;
  width: 100%;
  margin-bottom: 60px;
}

.bndes--post-image {
  width: 100%;
}

.bndes--post-image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.bndes--post-image-caption {
  margin-bottom: 20px;
  margin-top: 20px;
  border-left: 4px solid var(--light-blue);
  padding-left: 20px;
}

.bndes--newsletter-form {
  margin-top: 20px;
  padding: 0;
  border: none;
  box-shadow: none;
  width: 100%;
}

.bndes--newsletter-email-input {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bndes--newsletter-captcha-container {
  display: flex;
  padding: 0;
  justify-content: center;
  gap: 5px;
  margin-top: 20px;
}
.bndes--newsletter-captcha-placeholder {
  width: 50%;
  padding: 0;
  margin: 0;
}

.bndes--article-body-text a {
  color: var(--primary-color);
  font-weight: 500;
}
.bndes--article-body-text ul,
ol {
  margin-left: 15px;
  margin-bottom: 15px;
}
.bndes--article-body-text table td,
.bndes--article-body-text table th {
  padding: 10px 8px;
}
.bndes--article-body-text img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto !important;
  height: auto !important;
}

.bndes--articles-recomends {
  border-top: 1px solid var(--gray);
  padding-top: 50px;
}

.bndes--articles-recomends .container {
  margin-bottom: 60px;
  padding-top: 40px;
}

.bndes--articles-recomends .container h2 {
  margin-bottom: 40px;
}

.bndes--series-listing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .bndes--series-listing-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 30px;
  }
}

.bndes--formats-listing-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin-bottom: 40px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.badge-button {
  font-size: 16px;
  font-weight: 500;
  padding: 12px 16px;
  justify-content: center;
  white-space: nowrap;
  flex-shrink: 0;
  min-width: max-content;
}

.bndes--related-content {
  padding: 25px;
  border: 1px solid var(--dark-gray);
  border-radius: 8px;
}

.bndes--related-content h2 {
  font-size: 20px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 40px;
  margin-top: 10px;
}

.bndes--post-preview {
  margin-bottom: 20px;
}

.bndes--post-preview img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  margin-bottom: 10px;
}

.post-gallery {
  margin: 24px 0;
  width: 100%;
  max-width: 840px;
}
.post-gallery .image-wrapper {
  position: relative;
}
.post-gallery .btn-download-image {
  bottom: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
}
.post-gallery-photos {
  position: relative;
  width: 100%;
  margin-bottom: 8px;
  padding: 0 70px;
}
.post-gallery-photos .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.post-gallery-photos img {
  display: block;
  width: 100%;
  aspect-ratio: 140/79;
  object-fit: cover;
}
.post-gallery-photos .swiper-button-next,
.post-gallery-photos .swiper-button-prev {
  top: 50%;
  width: 40px;
  height: 64px;
  right: 30px;
  background: transparent url(../icons/icon-gallery-arrow.svg) center center no-repeat;
}
.post-gallery-photos .swiper-button-prev {
  left: 30px;
}
.post-gallery-thumbs {
  width: 100%;
}
.post-gallery-thumbs .swiper-slide {
  cursor: pointer;
  width: 80px;
  height: 50px;
}
.post-gallery-thumbs .swiper-slide-thumb-active {
  border: 2px solid var(--primary-color);
}
.post-gallery-thumbs img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-gallery-thumbs .swiper-wrapper {
  justify-content: center;
}

@media (max-width: 768px) {
  .post-title {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .post-description {
    font-size: 14px;
  }
  .post-tags .tag {
    font-size: 12px;
  }
  .post-meta {
    gap: 8px;
    font-size: 12px;
  }
  .post-image {
    padding: 0 16px;
  }
  .post-image-caption {
    flex-direction: column;
    gap: 8px;
    font-size: 10px;
  }
  .post-gallery {
    margin-left: -16px;
    width: calc(100% + 32px);
  }
  .post-gallery-photos {
    overflow: visible;
    position: relative;
    width: 100%;
    margin-bottom: 8px;
    padding: 0 48px;
  }
  .post-gallery-photos .swiper-button-next,
  .post-gallery-photos .swiper-button-prev {
    right: 16px;
    width: 32px;
    height: 32px;
    background: url(../icons/icon-gallery-arrow-mobile.svg);
  }
  .post-gallery-photos .swiper-button-prev {
    right: auto;
    left: 16px;
  }
  .post-gallery-thumbs .swiper-slide {
    width: 48px;
    height: 30px;
  }
}

@media (max-width: 768px) {
  .post-gallery {
    margin-left: -16px;
    width: calc(100% + 32px);
    max-width: calc(100vw - 16px);
    overflow: hidden;
  }

  .bndes--article-body {
    overflow-x: hidden;
  }
}

.share-container {
  position: relative;
  display: block;
  padding-bottom: 50px;
  margin-bottom: 30px;
  margin-top: 75px;
}

.share-btn {
  height: 40px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.2s;
  background: var(--primary-color);
  color: white;
  padding-left: 15px;
  padding-right: 20px;
}

.share-btn:hover {
  transform: scale(1.05);
}

.share-btn:active {
  transform: scale(0.95);
}

.share-icon {
  width: 20px;
  height: 20px;
  transition: all 0.3s;
  fill: white;
  margin-right: 10px;
}

.close-icon {
  width: 20px;
  height: 20px;
  fill: white;
  transition: all 0.3s;
  position: absolute;
  opacity: 0;
  transform: rotate(-90deg);
}

.share-btn.active .share-icon {
  opacity: 0;
  transform: rotate(90deg);
}

.share-btn.active .close-icon {
  opacity: 1;
  transform: rotate(0deg);
}

.options-container {
  opacity: 0;
  display: none;
  position: absolute;
  top: -65px;
  transition: all 0.3s;
}

.options-container.active {
  display: flex;
  opacity: 1;
  pointer-events: all;
  transform: translateX(0);
}

.option-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  animation: slideIn 0.4s ease-out backwards;
  position: relative;
}

.option-btn::after {
  content: attr(data-label);
  position: absolute;
  top: -25px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  transform: translateX(10px);
}

.option-btn:hover::after {
  opacity: 1;
  transform: translateX(0);
}

.option-btn svg {
  width: 20px;
  height: 20px;
  fill: var(--primary-color);
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(20px) scale(0.8);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

.option-btn:hover > svg {
  transform: scale(1.5);
}

.option-btn:active {
  transform: scale(0.95);
}

.post-gallery-photos .swiper-button-prev {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: 'FlipH';
}

.post-gallery-photos .swiper-button-next::after,
.post-gallery-photos .swiper-button-prev::after {
  content: ' ';
}
