/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */
 body{
  margin: 0;
  background-color: #FFFDF8;
  color: #5C4033;
 }

 .post-image{
  width: 100%;
  max-width: 300px;
  height: 200px;
  object-fit: contain;
}

 .header{
  height: 100px;
  z-index: 1000;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  background-color: #E6DFE0;
 }

 .header-left{
  display: flex;
  align-items: center;
  gap: 12px;
 }

 .header-right{
   min-width: 220px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
 }

 .header-center{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
 }

 .logo{
  height: 80px;
  margin-top: 10px;
}

 .menu-button{
  font-size: 30px;
  background-color: transparent;
  border: none;
  cursor: pointer;
 }

 .hamburger-menu{
  display: none;
  position: absolute;
  top: 100%;
  left: 10px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
  z-index: 9999;
  padding: 15px;
  min-width: 180px;
}

.hamburger-menu a{
  display: block;
  padding: 8px 0;
  color: black;
  text-decoration: none;
}

.hamburger-menu.open{
  display: block;
}

.btn-asobow {
  background-color: #F4A261;
  border-color: #F4A261;
  color: white;
}

.btn-asobow:hover {
  background-color: #E98C47;
  border-color: #E98C47;
  color: white;
}

.about-hero {
  padding: 60px 20px;
}

.about-title {
  font-weight: bold;
  margin-bottom: 25px;
}

.about-main-image {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 50px;
  margin-bottom: 25px;
}

.about-lead {
  font-size: 18px;
  line-height: 1.8;
}

.about-section {
  background-color: #F8EFE8;
  padding: 60px 30px;
  border-radius: 25px;
  margin-top: 50px;
}
.section-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 35px;
}

.about-card {
  background: white;
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  height: 100%;
}

.about-card i {
  font-size: 30px;
  color: #F4A261;
  margin-bottom: 15px;
}

.about-card p {
  margin: 0;
  line-height: 1.7;
}

.alert {
  border: none;
  border-radius: 1rem;
}

#post-rating i,
.raty-read-only i {
  font-size: 30px;
  font-style: normal;
}

#post-rating i {
  cursor: pointer;
}

.raty-read-only i {
  cursor: default;
}

#post-rating .star-off-png::before,
.raty-read-only .star-off-png::before {
  content: "☆";
  color: #d3d3d3;
}

#post-rating .star-on-png::before,
.raty-read-only .star-on-png::before {
  content: "★";
  color: #FFD43B;
}

.tag-badge {
  display: inline-block;
  padding: 5px 11px;
  background-color: #FFF3E8;
  color: #9B5A36;
  border: 1px solid #F3C39F;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.tag-badge:hover {
  background-color: #F4A261;
  color: #FFFFFF;
}

.tag-list-item {
  background-color: #fffaf3;
  color: #5c4033;
  text-decoration: none;
  transition: 0.2s;
}

.tag-list-item:hover {
  background-color: #fce8d5;
  color: #5C4033;
  transform: translateY(-2px);
}

.tag-list-item .tag-badge {
  font-size: 1rem;
}

.tag-list-item:hover .tag-badge {
  background-color: #F4A261;
  color: #FFFFFF;
}

.pagination a,
.pagination span {
  border-radius: 50%;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.pagination a {
  color: #6b5b53;
  background-color: #f7f3ef;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.pagination a:hover {
  color: #ffffff;
  background-color: #d89b7c;
}

.pagination .current {
  color: #ffffff;
  background-color: #d89b7c;
  font-weight: bold;
}

.community-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
}

.community-status-owner {
  color: #8a6d1d;
  background-color: #fff8dc;
  border: 1px solid #eadb9b;
}

.community-status-member {
  color: #4f7561;
  background-color: #eef8f1;
  border: 1px solid #c9e2d1;
}

.community-status-pending {
  color: #8a6a45;
  background-color: #fff5e8;
  border: 1px solid #ead4b8;
}

.notification-link {
  color: #333;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
}

.notification-link:hover {
  color: #333;
}

.notification-badge {
  font-size: 0.6rem;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

@media screen and (max-width: 576px) {
  .header{
    height: 80px;
    padding: 8px 12px;
  }

  .header-left{
    width: 45px;
  }

  .header-right{
    min-width: auto;
  }

   .header-right .btn{
    font-size: 13px;
    padding: .3rem .6rem;
  }

   .header-right .btn-asobow {
    display: none;
  }

  .logo{
    height: 55px;
    margin-top: 0;
  }

  .menu-button{
    font-size: 26px;
  }

  .about-main-image {
    width: 200px;
    height: 200px;
  }

  .about-hero {
    padding: 40px 15px;
  }

  .about-section {
    padding: 35px 18px;
    margin-top: 35px;
  }

  .about-lead {
    font-size: 16px;
  }
}