
/* vf-cms-feed-patch-20260715 */
.vf-os-shell[data-vf-portal='matriz'] .vf-cms-feed-embed .vf-cms-feed-unit-filter,
.vf-os-shell[data-vf-portal='central'] .vf-cms-feed-embed .vf-cms-feed-unit-filter {
  margin: 12px 0 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.vf-os-shell[data-vf-portal='matriz'] .vf-cms-feed-embed .vf-cms-feed-unit-filter label,
.vf-os-shell[data-vf-portal='central'] .vf-cms-feed-embed .vf-cms-feed-unit-filter label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5c6f7a;
}
.vf-os-shell[data-vf-portal='matriz'] .vf-cms-feed-embed .vf-cms-feed-unit-filter select,
.vf-os-shell[data-vf-portal='central'] .vf-cms-feed-embed .vf-cms-feed-unit-filter select {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(197, 160, 89, 0.35);
  background: rgba(255, 255, 255, 0.95);
  color: #1e3a5c;
  font-size: 14px;
  font-weight: 600;
}
.vf-os-shell[data-vf-portal='matriz'] .vf-cms-feed-embed .vf-cms-feed-list,
.vf-os-shell[data-vf-portal='central'] .vf-cms-feed-embed .vf-cms-feed-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 88px;
}
.vf-os-shell[data-vf-portal='matriz'] .vf-cms-feed-embed .vf-cms-feed-row,
.vf-os-shell[data-vf-portal='central'] .vf-cms-feed-embed .vf-cms-feed-row {
  border-radius: 14px !important;
  border: 1px solid rgba(197, 160, 89, 0.28) !important;
  background: rgba(255, 255, 255, 0.92) !important;
  box-shadow: 0 8px 20px rgba(30, 58, 92, 0.08);
}
.vf-os-shell[data-vf-portal='matriz'] .vf-cms-feed-embed .vf-cms-feed-row p,
.vf-os-shell[data-vf-portal='central'] .vf-cms-feed-embed .vf-cms-feed-row p {
  color: #1e3a5c !important;
}
.vf-os-shell[data-vf-portal='matriz'] .vf-cms-feed-embed .vf-cms-feed-row p + p,
.vf-os-shell[data-vf-portal='central'] .vf-cms-feed-embed .vf-cms-feed-row p + p {
  color: #5c6f7a !important;
}

/* Modal centralizado — detalhe da publicação */
.vf-cms-feed-detail-root {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: max(16px, env(safe-area-inset-top, 0px)) 16px max(16px, env(safe-area-inset-bottom, 0px));
}
.vf-cms-feed-detail-backdrop {
  position: absolute;
  inset: 0;
  border: none;
  background: rgba(15, 28, 20, 0.58);
  cursor: pointer;
}
.vf-cms-feed-detail-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 440px);
  max-height: min(86dvh, 720px);
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(15, 28, 20, 0.28);
  overflow: hidden;
}
.vf-cms-feed-detail-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px 8px;
}
.vf-cms-feed-detail-head h2 {
  margin: 0;
  font-size: 17px;
  font-weight: 800;
  color: #1e3a5c;
  line-height: 1.3;
}
.vf-cms-feed-detail-close {
  flex-shrink: 0;
  border: none;
  background: #edf2f5;
  color: #5c6f7a;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  font-size: 18px;
  cursor: pointer;
}
.vf-cms-feed-detail-meta {
  margin: 0;
  padding: 0 18px 10px;
  font-size: 12px;
  color: #5c6f7a;
}
.vf-cms-feed-detail-body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 0 18px 12px;
}
.vf-cms-feed-detail-text {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #2d4a2d;
  white-space: pre-wrap;
  word-break: break-word;
}
.vf-cms-feed-detail-media-btn {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 10px;
  border: none;
  background: none;
  cursor: pointer;
}
.vf-cms-feed-detail-img {
  width: 100%;
  max-height: 280px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(197, 160, 89, 0.25);
}
.vf-cms-feed-detail-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 10px;
}
.vf-cms-feed-detail-gallery .vf-cms-feed-detail-img {
  max-height: 140px;
}
.vf-cms-feed-detail-video,
.vf-cms-feed-detail-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 10px;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(45, 74, 45, 0.08);
  color: #2d4a2d;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.vf-cms-feed-detail-actions {
  display: flex;
  gap: 10px;
  padding: 12px 18px 0;
}
.vf-cms-feed-detail-edit,
.vf-cms-feed-detail-delete {
  flex: 1;
  padding: 13px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  border: none;
}
.vf-cms-feed-detail-edit {
  background: #c5a059;
  color: #1a1a1a;
}
.vf-cms-feed-detail-delete {
  background: rgba(220, 50, 50, 0.12);
  color: #c0392b;
  border: 1px solid rgba(220, 50, 50, 0.28);
}
.vf-cms-feed-detail-cancel {
  width: calc(100% - 36px);
  margin: 10px 18px 16px;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgba(92, 111, 122, 0.25);
  background: #fff;
  color: #5c6f7a;
  font-size: 14px;
  cursor: pointer;
}
.vf-cms-feed-detail-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1200;
  background: rgba(0, 0, 0, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.vf-cms-feed-detail-lightbox img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 8px;
}
.vf-cms-feed-detail-lightbox-close {
  position: absolute;
  top: max(12px, env(safe-area-inset-top, 0px));
  right: 12px;
  border: none;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  font-size: 20px;
  cursor: pointer;
}
/* vf-matriz-cms-feed-embed-v2 */
.vf-os-shell[data-vf-portal='matriz'] .vf-cms-advanced-embed .vf-cms-feed-embed,
.vf-os-shell[data-vf-portal='central'] .vf-cms-advanced-embed .vf-cms-feed-embed {
  position: relative;
  min-height: 120px;
  padding: 2px 2px 0;
}
.vf-os-shell[data-vf-portal='matriz'] .vf-cms-feed-embed .vf-cms-feed-unit-filter,
.vf-os-shell[data-vf-portal='central'] .vf-cms-feed-embed .vf-cms-feed-unit-filter {
  margin: 4px 4px 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.vf-os-shell[data-vf-portal='matriz'] .vf-cms-feed-embed .vf-cms-feed-unit-filter label,
.vf-os-shell[data-vf-portal='central'] .vf-cms-feed-embed .vf-cms-feed-unit-filter label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5c6f7a;
}
.vf-os-shell[data-vf-portal='matriz'] .vf-cms-feed-embed .vf-cms-feed-unit-filter select,
.vf-os-shell[data-vf-portal='central'] .vf-cms-feed-embed .vf-cms-feed-unit-filter select {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(197, 160, 89, 0.42);
  background: #fff;
  color: #1e3a5c;
  font-size: 14px;
  font-weight: 600;
  box-shadow: inset 0 1px 2px rgba(30, 58, 92, 0.06);
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #1e3a5c 50%), linear-gradient(135deg, #1e3a5c 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(50% - 2px), calc(100% - 12px) calc(50% - 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}
.vf-os-shell[data-vf-portal='matriz'] .vf-cms-feed-embed .vf-cms-feed-list,
.vf-os-shell[data-vf-portal='central'] .vf-cms-feed-embed .vf-cms-feed-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 4px 96px;
}
.vf-os-shell[data-vf-portal='matriz'] .vf-cms-feed-embed .vf-cms-feed-row,
.vf-os-shell[data-vf-portal='central'] .vf-cms-feed-embed .vf-cms-feed-row {
  border-radius: 14px !important;
  border: 1px solid rgba(197, 160, 89, 0.32) !important;
  background: #fff !important;
  box-shadow: 0 6px 18px rgba(30, 58, 92, 0.08) !important;
  padding: 12px 14px !important;
  align-items: flex-start !important;
}
.vf-os-shell[data-vf-portal='matriz'] .vf-cms-feed-embed .vf-cms-feed-row > span:first-child,
.vf-os-shell[data-vf-portal='central'] .vf-cms-feed-embed .vf-cms-feed-row > span:first-child {
  width: 38px;
  height: 38px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(197, 160, 89, 0.16);
  font-size: 17px !important;
  flex-shrink: 0;
  margin-top: 2px;
}
.vf-os-shell[data-vf-portal='matriz'] .vf-cms-feed-embed .vf-cms-feed-row > div:nth-child(2),
.vf-os-shell[data-vf-portal='central'] .vf-cms-feed-embed .vf-cms-feed-row > div:nth-child(2) {
  min-width: 0;
  flex: 1;
}
.vf-os-shell[data-vf-portal='matriz'] .vf-cms-feed-embed .vf-cms-feed-row p,
.vf-os-shell[data-vf-portal='central'] .vf-cms-feed-embed .vf-cms-feed-row p {
  color: #1e3a5c !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
  line-height: 1.35 !important;
}
.vf-os-shell[data-vf-portal='matriz'] .vf-cms-feed-embed .vf-cms-feed-row p:first-of-type,
.vf-os-shell[data-vf-portal='central'] .vf-cms-feed-embed .vf-cms-feed-row p:first-of-type {
  font-size: 14px !important;
  font-weight: 700 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden !important;
}
.vf-os-shell[data-vf-portal='matriz'] .vf-cms-feed-embed .vf-cms-feed-row p + p,
.vf-os-shell[data-vf-portal='central'] .vf-cms-feed-embed .vf-cms-feed-row p + p {
  color: #5c6f7a !important;
  font-size: 11px !important;
  margin-top: 4px !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden !important;
}
.vf-os-shell[data-vf-portal='matriz'] .vf-cms-feed-embed .vf-cms-feed-row > div:last-child span:first-child,
.vf-os-shell[data-vf-portal='central'] .vf-cms-feed-embed .vf-cms-feed-row > div:last-child span:first-child {
  font-size: 9px !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 4px 8px !important;
  border-radius: 999px !important;
}
.vf-os-shell[data-vf-portal='matriz'] .vf-cms-advanced-embed .vf-cms-action-bar__btn,
.vf-os-shell[data-vf-portal='central'] .vf-cms-advanced-embed .vf-cms-action-bar__btn {
  max-width: min(100%, 420px);
  border-radius: 14px;
  padding: 13px 20px;
  font-size: 14px;
  box-shadow: 0 8px 22px rgba(30, 58, 92, 0.22), 0 2px 6px rgba(197, 160, 89, 0.28);
}
/* vf-matriz-cms-feed-embed-v3 */
.vf-os-shell[data-vf-portal='matriz'] .vf-cms-advanced-embed .vf-cms-feed-embed,
.vf-os-shell[data-vf-portal='central'] .vf-cms-advanced-embed .vf-cms-feed-embed {
  position: relative;
  min-height: 120px;
  padding: 2px 2px 0;
}
.vf-os-shell[data-vf-portal='matriz'] .vf-cms-feed-embed .vf-cms-feed-unit-filter,
.vf-os-shell[data-vf-portal='central'] .vf-cms-feed-embed .vf-cms-feed-unit-filter {
  margin: 4px 4px 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.vf-os-shell[data-vf-portal='matriz'] .vf-cms-feed-embed .vf-cms-feed-unit-filter label,
.vf-os-shell[data-vf-portal='central'] .vf-cms-feed-embed .vf-cms-feed-unit-filter label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5c6f7a;
}
.vf-os-shell[data-vf-portal='matriz'] .vf-cms-feed-embed .vf-cms-feed-unit-filter select,
.vf-os-shell[data-vf-portal='central'] .vf-cms-feed-embed .vf-cms-feed-unit-filter select {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(197, 160, 89, 0.42);
  background: #fff;
  color: #1e3a5c;
  font-size: 14px;
  font-weight: 600;
  box-shadow: inset 0 1px 2px rgba(30, 58, 92, 0.06);
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #1e3a5c 50%), linear-gradient(135deg, #1e3a5c 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(50% - 2px), calc(100% - 12px) calc(50% - 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}
.vf-os-shell[data-vf-portal='matriz'] .vf-cms-feed-embed .vf-cms-feed-list,
.vf-os-shell[data-vf-portal='central'] .vf-cms-feed-embed .vf-cms-feed-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 4px 96px;
}
.vf-os-shell[data-vf-portal='matriz'] .vf-cms-feed-embed .vf-cms-feed-row,
.vf-os-shell[data-vf-portal='central'] .vf-cms-feed-embed .vf-cms-feed-row {
  border-radius: 14px !important;
  border: 1px solid rgba(197, 160, 89, 0.32) !important;
  background: #fff !important;
  box-shadow: 0 6px 18px rgba(30, 58, 92, 0.08) !important;
  padding: 12px 14px !important;
  align-items: flex-start !important;
}
.vf-os-shell[data-vf-portal='matriz'] .vf-cms-feed-embed .vf-cms-feed-row > span:first-child,
.vf-os-shell[data-vf-portal='central'] .vf-cms-feed-embed .vf-cms-feed-row > span:first-child {
  width: 38px;
  height: 38px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(197, 160, 89, 0.16);
  font-size: 17px !important;
  flex-shrink: 0;
  margin-top: 2px;
}
.vf-os-shell[data-vf-portal='matriz'] .vf-cms-feed-embed .vf-cms-feed-row > div:nth-child(2),
.vf-os-shell[data-vf-portal='central'] .vf-cms-feed-embed .vf-cms-feed-row > div:nth-child(2) {
  min-width: 0;
  flex: 1;
}
.vf-os-shell[data-vf-portal='matriz'] .vf-cms-feed-embed .vf-cms-feed-row p,
.vf-os-shell[data-vf-portal='central'] .vf-cms-feed-embed .vf-cms-feed-row p {
  color: #1e3a5c !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
  line-height: 1.35 !important;
}
.vf-os-shell[data-vf-portal='matriz'] .vf-cms-feed-embed .vf-cms-feed-row p:first-of-type,
.vf-os-shell[data-vf-portal='central'] .vf-cms-feed-embed .vf-cms-feed-row p:first-of-type {
  font-size: 14px !important;
  font-weight: 700 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden !important;
}
.vf-os-shell[data-vf-portal='matriz'] .vf-cms-feed-embed .vf-cms-feed-row p + p,
.vf-os-shell[data-vf-portal='central'] .vf-cms-feed-embed .vf-cms-feed-row p + p {
  color: #5c6f7a !important;
  font-size: 11px !important;
  margin-top: 4px !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden !important;
}
.vf-os-shell[data-vf-portal='matriz'] .vf-cms-feed-embed .vf-cms-feed-row > div:last-child span:first-child,
.vf-os-shell[data-vf-portal='central'] .vf-cms-feed-embed .vf-cms-feed-row > div:last-child span:first-child {
  font-size: 9px !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 4px 8px !important;
  border-radius: 999px !important;
}
.vf-os-shell[data-vf-portal='matriz'] .vf-cms-advanced-embed .vf-cms-action-bar__btn,
.vf-os-shell[data-vf-portal='central'] .vf-cms-advanced-embed .vf-cms-action-bar__btn {
  width: auto !important;
  min-width: 200px;
  max-width: min(100%, 320px) !important;
  margin: 0 auto;
  border-radius: 999px !important;
  padding: 12px 22px !important;
  font-size: 13px !important;
  box-shadow: 0 6px 18px rgba(30, 58, 92, 0.2), 0 2px 6px rgba(197, 160, 89, 0.24) !important;
}
.vf-os-shell[data-vf-portal='matriz'] .vf-cms-advanced-embed .vf-cms-action-bar,
.vf-os-shell[data-vf-portal='central'] .vf-cms-advanced-embed .vf-cms-action-bar {
  display: flex;
  justify-content: center;
  padding-bottom: 8px;
}

