.pdl-community-tabs-shell {
  max-width: 960px;
  margin: 18px auto 96px;
  padding: 0 16px;
  box-sizing: border-box;
  font-family: inherit;
}

.pdl-community-tabs-card {
  background: #F6F1E7;
  border: 1px solid rgba(15, 90, 67, 0.14);
  border-radius: 22px;
  box-shadow: 0 10px 30px rgba(15, 90, 67, 0.08);
  overflow: hidden;
}

.pdl-community-tabs-header {
  padding: 18px 18px 10px;
}

.pdl-community-tabs-title {
  margin: 0;
  color: #0F5A43;
  font-size: 20px;
  font-weight: 800;
}

.pdl-community-tabs-subtitle {
  margin: 6px 0 0;
  color: rgba(15, 90, 67, 0.72);
  font-size: 14px;
  line-height: 1.4;
}

.pdl-community-tabs-nav {
  display: flex;
  gap: 8px;
  padding: 8px 14px 14px;
  overflow-x: auto;
}

.pdl-community-tab-btn {
  border: 1px solid rgba(15, 90, 67, 0.16);
  background: rgba(255,255,255,0.58);
  color: #0F5A43;
  border-radius: 999px;
  padding: 9px 13px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
}

.pdl-community-tab-btn.active {
  background: #0F5A43;
  color: #F6F1E7;
  border-color: #0F5A43;
}

.pdl-community-tab-body {
  background: rgba(255,255,255,0.5);
  border-top: 1px solid rgba(15, 90, 67, 0.12);
  padding: 16px;
}

.pdl-community-empty,
.pdl-community-message {
  border-radius: 18px;
  padding: 16px;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(15, 90, 67, 0.82);
}

.pdl-community-empty {
  border: 1px dashed rgba(15, 90, 67, 0.22);
  background: rgba(255,255,255,0.56);
}

.pdl-community-message {
  margin: 0 0 12px;
  background: rgba(138,154,71,0.16);
}

.pdl-community-form {
  background: #fff;
  border: 1px solid rgba(15, 90, 67, 0.12);
  border-radius: 18px;
  padding: 14px;
  margin-bottom: 14px;
  display: grid;
  gap: 10px;
}

.pdl-community-form strong,
.pdl-community-item h4 {
  color: #0F5A43;
}

.pdl-community-input,
.pdl-community-textarea {
  width: 100%;
  border: 1px solid rgba(15, 90, 67, 0.18);
  border-radius: 14px;
  padding: 11px 12px;
  font: inherit;
  font-size: 14px;
  color: #0F5A43;
  background: #FDFBF6;
  outline: none;
  box-sizing: border-box;
}

.pdl-community-textarea {
  min-height: 84px;
  resize: vertical;
}

.pdl-community-button,
.pdl-community-small-btn {
  border: 0;
  border-radius: 999px;
  background: #0F5A43;
  color: #F6F1E7;
  font-weight: 800;
  cursor: pointer;
}

.pdl-community-button {
  padding: 11px 15px;
}

.pdl-community-small-btn {
  padding: 7px 11px;
  font-size: 12px;
}

.pdl-community-list {
  display: grid;
  gap: 12px;
}

.pdl-community-item {
  background: #fff;
  border: 1px solid rgba(15, 90, 67, 0.12);
  border-radius: 18px;
  padding: 14px;
}

.pdl-community-item h4 {
  margin: 0 0 8px;
  font-size: 16px;
}

.pdl-community-item p {
  margin: 0 0 10px;
  color: rgba(15, 90, 67, 0.78);
  font-size: 14px;
  line-height: 1.45;
}

.pdl-community-meta {
  color: rgba(15, 90, 67, 0.58);
  font-size: 12px;
  margin-top: 8px;
}

.pdl-community-option {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(15, 90, 67, 0.12);
  background: #F6F1E7;
  border-radius: 14px;
  padding: 10px;
  margin-top: 7px;
  color: #0F5A43;
  font-size: 14px;
}

.pdl-community-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 8px;
}

@media (max-width: 640px) {
  .pdl-community-tabs-shell {
    padding: 0 12px;
    margin-bottom: 84px;
  }

  .pdl-community-tab-body {
    padding: 12px;
  }
}

/* PÓDELIVRO COMMUNITY PAGE POLISH */
body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(138,154,71,0.18), transparent 30%),
    linear-gradient(180deg, #F6F1E7 0%, #FDFBF6 100%);
  color: #0F5A43;
}

.pdl-community-page {
  min-height: 100vh;
  padding: 18px 0 40px;
  box-sizing: border-box;
}

.pdl-app-header {
  max-width: 960px;
  margin: 0 auto 16px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-sizing: border-box;
}

.pdl-brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 16px;
  background: #0F5A43;
  color: #F6F1E7;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 24px rgba(15,90,67,0.18);
}

.pdl-app-header strong {
  display: block;
  font-size: 18px;
  color: #0F5A43;
}

.pdl-app-header span {
  display: block;
  font-size: 13px;
  color: rgba(15,90,67,0.66);
  margin-top: 2px;
}

.pdl-community-hero {
  max-width: 960px;
  margin: 0 auto 18px;
  padding: 0 16px;
  box-sizing: border-box;
}

.pdl-community-cover {
  height: 142px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 20% 20%, rgba(246,241,231,0.7), transparent 24%),
    linear-gradient(135deg, #0F5A43 0%, #8A9A47 100%);
  position: relative;
  box-shadow: 0 16px 36px rgba(15,90,67,0.18);
}

.pdl-community-avatar {
  position: absolute;
  left: 22px;
  bottom: -34px;
  width: 82px;
  height: 82px;
  border-radius: 28px;
  background: #F6F1E7;
  border: 5px solid #FDFBF6;
  color: #0F5A43;
  display: grid;
  place-items: center;
  font-size: 24px;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(15,90,67,0.18);
}

.pdl-community-hero-content {
  padding: 48px 8px 0;
}

.pdl-community-label {
  display: inline-flex;
  border-radius: 999px;
  padding: 7px 11px;
  background: rgba(138,154,71,0.18);
  color: #0F5A43;
  font-size: 12px;
  font-weight: 800;
}

.pdl-community-hero h1 {
  margin: 10px 0 8px;
  color: #0F5A43;
  font-size: 30px;
  letter-spacing: -0.04em;
}

.pdl-community-hero p {
  margin: 0;
  max-width: 680px;
  color: rgba(15,90,67,0.72);
  font-size: 15px;
  line-height: 1.5;
}

.pdl-community-stats {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.pdl-community-stats span {
  padding: 8px 11px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(15,90,67,0.12);
  color: rgba(15,90,67,0.72);
  font-size: 12px;
  font-weight: 700;
}

.pdl-community-tabs-shell {
  margin-top: 12px;
}

.pdl-community-tabs-card {
  background: rgba(246,241,231,0.82);
  backdrop-filter: blur(10px);
}

.pdl-community-tabs-header {
  display: none;
}

.pdl-community-tabs-nav {
  padding-top: 14px;
}

.pdl-community-tab-btn {
  transition: all 0.18s ease;
}

.pdl-community-tab-btn:hover {
  transform: translateY(-1px);
}

.pdl-community-form {
  box-shadow: 0 10px 22px rgba(15,90,67,0.06);
}

.pdl-community-item {
  box-shadow: 0 10px 22px rgba(15,90,67,0.05);
}

@media (max-width: 640px) {
  .pdl-community-page {
    padding-top: 14px;
  }

  .pdl-app-header {
    padding: 0 14px;
  }

  .pdl-community-hero {
    padding: 0 12px;
  }

  .pdl-community-cover {
    height: 126px;
    border-radius: 24px;
  }

  .pdl-community-avatar {
    width: 72px;
    height: 72px;
    border-radius: 24px;
    font-size: 21px;
  }

  .pdl-community-hero-content {
    padding-top: 44px;
  }

  .pdl-community-hero h1 {
    font-size: 26px;
  }
}
