@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&family=Quicksand:wght@300;400;500&display=swap');

.nf-post-card {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background: transparent;
    border-radius: 15px;
    padding: 0;
    margin-bottom: 0px;
    max-width: 85%;
 min-width: 900px;
    width: 100%;
    box-shadow: none;
}
.nf-post-maincol {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.nf-post-row-flex {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
}
.nf-post-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 13px;
    flex-shrink: 0;
    border: 1px solid #e99;
    background: #eee;
    margin-top: 2px;

}
.nf-post-userblock {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
    flex: 1;
}
.nf-post-namerating {
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
    margin-top: 0px;
    margin-bottom: 2px;
    color: #333 !important;
    font-weight: 200;
}
.nf-post-rating {
    color: #333 !important;
    text-decoration: none !important;
    font-size: 0.90em;
    font-weight: 200;
    letter-spacing: -0.05em;
    margin-bottom: 0;
    margin-top: -7px;
    margin-left: 5px;
}



.nf-post-username {
    color: #333 !important;
    text-decoration: none !important;
 font-family: 'Montserrat','Helvetica Neue','Quicksand', Arial, sans-serif; 
    font-size: 1.2em;
    line-height: 1.05;
    font-weight: 400 !important;
    letter-spacing: -0.05em;
    margin-bottom: 0;
font-style:italic;

}





.nf-rating-last2 {
    color: #333 !important;
    font-size: 1.4em;
    line-height: 1.05;
    font-weight: 100;
    letter-spacing: -0.05em;
    margin-left:-2px;
margin-top:5px;
    letter-spacing: 0.01em;
}
.nf-rating-last2.letreiro {
    color: #333 !important;
    font-weight: 200;
    animation: letreiroColor 1.2s linear;
}
@keyframes letreiroColor {
    0%   { color: #333; }
    25%  { color: #333; }
    75%  { color: #333; }
    100% { color: #333; }
}
.nf-post-content {
    font-weight: 200;
    font-size: 1.5em;
    color: #1c1111;
    margin: 0px 0 0 0;
    line-height: 1.19;
    word-break: break-word;
    text-align: left;
    margin-top: -4px;



}
.nf-post-see-more {
    color:#e77;
    display: inline-block;
    margin-top: 8px;
    border-radius: 8px;
    background:none;
    text-decoration: none;
}
.nf-post-see-more a{
    color: #e77;
    font-weight: bold;
    display: inline-block;
    margin-top: 8px;
    border-radius: 8px;
    background:none;
    text-decoration: none;
}
.nf-post-see-more:hover, .nf-post-see-more:focus {
    color:#e77;
    text-decoration: none;
}


.nf-post-gallery3 {
    display: flex;
    flex-direction: row;
    gap: 0px;
    margin-top: 10px;
}
.nf-gallery-main {
    flex: 2 1 0;
    display: flex;
    align-items: center;
    justify-content: center; 
}
.nf-gallery-main img {
   width: 59vw !important;
    height: 410px;
    object-fit: cover;
 object-position: top center; 
 object-position: top center; 
   border-radius: 0px !important;
border: 0px solid #888;
    box-shadow: 0 1px 8px #0001;
    max-width: 450px;
}
.nf-gallery-side {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 0px;
    justify-content: flex-start;
margin-top:15px;
}
.nf-gallery-side img {
    width: 100%;
    height: 205px;
 object-fit: cover;
    object-position: top center;   /* <-- aqui está o truque! */
    border-radius: 0px !important;
border: 0px solid #888;
    box-shadow: 0 1px 8px #0001;
    max-width: 210px;
margin-bottom:0px;
}




.nf-post-img {
    display: block;
    max-width: 102vw;
    max-width: 480px;
    max-height: 480px;
    object-fit: cover;
 object-position: top center; 
    border-radius: 0px;
    margin-bottom: -10px;
}


.nf-post-img{

display: block;
    opacity: 0;
    transition: opacity 0.3s;
    width: 100vw;
  max-height: 560px;
     object-fit: cover;
    object-position: top center;   /* <-- aqui está o truque! */
    border-radius: 0px;
 border: 0px solid #888;
}

.nf-gallery-side .nf-img-wrapper {bottom:2px;}

.nf-post-imgs-two {
    margin-top: 2px;
    display: flex;
    gap: 2px;
    width: 100%;
}
.nf-post-imgs-two .nf-img-wrapper {
    flex: 1 1 0;
    /* Opcional para responsividade: */
    min-width: 0;
}
.nf-post-imgs-two img {
    width: 100%;
    height: 520px; /* ou outro valor desejado */
    object-fit: cover;
    object-position: top center;   /* <-- aqui está o truque! */
    border-radius: 0 !important;
    border: 0px solid #888;
    box-shadow: 0 1px 8px #0001;
    display: block;
    max-width: 105%;
}

.nf-post-evalcomment-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 0px;
    height: 100%;
    margin-top: 10px;
    margin-bottom: 0;
}
.nf-post-evalcount {
    color: #444;
    font-size: .98em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px 0;
}
.nf-post-evalcount .eval-star {
    font-size: 0.8em;
    margin-right: 7px;
}
.nf-post-evalcount .eval-names {
    font-size: .98em;
    margin-left: 12px;
    color: #999;
}
.nf-post-sidecol {
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    max-width: 210px;
    width: 25%;
}
.nf-post-comments-summary,
.nf-post-stars {
    width: 100%;
    text-align: right;
}



.nf-post-comments-summary {
   position:absolute;
    gap: 3px;
  font-size: 0.86em;
    color: #444;
    font-family: inherit;
    margin-bottom: 10px;
text-align: center;
align-items: center;
    margin-top: -100px;
    width: 270px;
    
}
.nf-comments-label {
    font-style: italic;
    color: #555;
    margin-right: 15px;
    margin-bottom: 2px;
    font-size: 1.0em;
    text-decoration: none !important;
    font-weight: normal !important;
}
.nf-comments-label a,
.nf-comments-label .nf-open-comments {
    color: #444 !important;
    text-decoration: none !important;
    font-weight: normal !important;
    cursor: pointer;
}
.nf-comment-row {
    display: flex;
    align-items: baseline;
    gap: 5px;
    width: 100%;
    margin-left: 20px;
}
.nf-comment-user {
    font-weight: 600;
    margin-right: 4px;
    white-space: nowrap;
    color: #222;
    font-size: 0.96em;
    display: inline;
}
.nf-comment-text {
    color: #444;
    margin-left: 0;
    margin-bottom: 0;
    font-weight: 400;
    font-style: normal;
    white-space: normal;
    font-size: 0.92em;
    display: inline;
}

.nf-post-stars {
    display: flex;
    flex-direction: column;
    align-items: right;
    margin-right:-50px;
margin-top:50px;
}
.nf-require-message {
    text-align: center;
    margin-top: 8px;
    font-size: 0.9em;
    color: #bb6f3e;
    width: 90%;
    display: block;
    transition: opacity 0.4s;
}
.nosedive-static-stars {
    /* styles can be extended */
}
.nosedive-star-static {
    /* styles can be extended */
}
.nosedive-interactive-stars {
    /* styles can be extended */
}
.nosedive-send-btn {
    /* styles can be extended */
}
.nosedive-arrow-btn {
    /* styles can be extended */
}
@media (max-width: 900px) {
    .nf-post-card {
        flex-direction: column;
        max-width: 100vw;
    }
    .nf-post-sidecol {
        margin-left: 0;
        margin-top: 18px;
        width: 100%;
        max-width: 100%;
    }
    .nf-post-imgs img,
    .nf-post-imgs-two img,
    .nf-gallery-main img,
    .nf-gallery-side img {
        max-width: 99vw;
    }



}

/* Modal "ver mais" e foto */
#see-more-modal.see-more-modal-bg,
#nf-post-content-modal.nf-modal-bg {
    position: fixed;
    left: 0; top: 0;
    width: 100vw; height: 100vh;
    z-index: 2100;
    background: rgba(0,0,0,0.32);
    display: flex;
    align-items: center;
    justify-content: center;
}
#see-more-modal .see-more-modal,
#nf-post-content-modal .nf-modal.nf-content-modal {
    max-width: 540px;
    min-width: 240px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 18px #0003;
    padding: 32px 20px 14px 20px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
#nf-post-content-full {
    color: #222;
    font-size: 1.09em;
    line-height: 1.38;
    margin-bottom: 10px;
    max-height: 60vh;
    overflow-y: auto;
    word-break: break-word;
}
.nf-modal-close,
.see-more-modal-close {
    display:none;
}
.nf-modal-close:hover, .nf-modal-close:focus,
.see-more-modal-close:hover, .see-more-modal-close:focus {
    background: var(--rose);
    color: #fff;
    text-decoration: none;
}
#nf-photo-modal.nf-modal-bg {
    position: fixed;
    left: 0; top: 0;
    width: 100vw; height: 100vh;
    z-index: 2000;
    background: rgba(0,0,0,0.82);
    display: flex;
    align-items: center;
    justify-content: center;
}
#nf-photo-modal .nf-modal {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none !important;
    box-shadow: none !important;
    border-radius: 14px;
    padding: 0;
    position: relative;
    flex-direction: column;
}
#nf-photo-modal-img {
    background: #fff;
    border-radius: 0px !important;
    box-shadow: 0 2px 18px #0004;
    max-width: 94vw;
    max-height: 500px;
    margin: 0 auto;
    display: block;
    object-fit: contain;
}
.nf-modal-comment {
    margin-bottom: 10px;
    /* Tira qualquer flex/inline do passado */
    display: block;
 text-align: left !important;
margin-left: 100px;
}

.nf-modal-comment-user {
    font-weight: 500;
    color: #333;
    margin-bottom: 2px;
    display: block;
    /* Garante que o nome sempre fique em uma linha acima */
    line-height: 1.2;
}

.nf-modal-comment-text {
    color: #444;
    
    text-align: left !important;
   
    line-height: 1.4 !important;

  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important; /* número de linhas que deseja exibir */
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.nf-modal-comment-user a {
    color: inherit !important;
    text-decoration: none !important;
    font-weight: bold;
    cursor: pointer;
}
.nf-photo-modal-bg {
    position: fixed;
    z-index: 9999;
    left: 0; top: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.82);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.nf-photo-modal-center {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 550px;
    max-width: 95vw;
    width: auto;
}

#nf-photo-modal-img {
    max-height: 550px;
    max-width: 95vw;
    border-radius: 0px !important;
    background: #222;
    box-shadow: 0 2px 32px rgba(0,0,0,0.4);
    display: block;
    margin: 0 auto;
}


.nf-img-wrapper img {
    
}
.nf-img-wrapper.loaded img {
    opacity: 1;
}
.nf-img-wrapper.loaded .nf-img-loader {
    display: none;
}

/* Loader animado exemplo */
.nf-img-loader:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    border: 3px solid #e77;
    border-radius: 50%;
    border-top: 3px solid #fff;
    animation: spin 0.8s linear infinite;
}
@keyframes spin {
    100% { transform: rotate(360deg);}
}



.nf-post-card {
    position: relative;
}
.nf-post-topbar {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 10px;
    opacity: 0;
    transition: opacity 0.2s;
    pointer-events: none;
}
.nf-post-card:hover .nf-post-topbar {
    opacity: 1;
    pointer-events: auto;
}
.nf-post-time {
    font-size: 13px;
    color: #888;
      background: none;
    padding: 2px 8px;
    border-radius: 10px;
}
.nf-post-delete-btn {
    background: none;
    color: #e33;
    border: none;
    border-radius: 10px;
    padding: 2px 12px;
    cursor: pointer;
    font-size: 12px;
    transition: background 0.18s;
}
.nf-post-delete-btn:hover {
    background: #ffd6d6;
}


.nf-img-wrapper {
    position: relative;
    display: inline-block;
    min-width: 50px;
    min-height: 50px;
    background: none;

}
.nf-img-loader {
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px; height: 32px;
    pointer-events: none;
}





.nf-post-card.nf-post-processing {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 230px; /* ajuste conforme necessário */
  /* Opcional: para telas menores, pode remover flex com media query */
}

.nf-post-processing-content {
  padding: 30px;
  color: #888;
  text-align: center;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

#nosedive-rating-stars .nosedive-star {
  pointer-events: none !important;
  user-select: none !important;
  cursor: default !important;
  color: #eee !important;
}
#nosedive-rating-stars .nosedive-star.selected {
  color: #f9b62a !important;
}


#nosedive-rating-subtitle {
  animation: floatUpDown 1.6s ease-in-out infinite;
  display: inline-block;
  will-change: transform;
}

@keyframes floatUpDown {
  0%   { transform: translateY(0); }
  30%  { transform: translateY(-10px); }
  60%  { transform: translateY(7px); }
  100% { transform: translateY(0); }
}



@media (min-width: 1230px) {
.nf-post-card{

 background: #fff;
    border-radius: 12px;
box-shadow: 0 2px 16px rgba(0,0,0,0.03) !important;
padding:20px !important;
width: 100vw !important;
}

.nf-post-sidecol{
margin-right:10%;}

}


@media (min-width: 600px) and (max-width: 1230px) {
.nf-post-card{

 background: #fff;
    border-radius: 12px;
box-shadow: 0 2px 16px rgba(0,0,0,0.03) !important;
padding:20px !important;

}


}

.nf-post-slider { position:relative; overflow:hidden; width:100%; max-width:460px; margin:12px 0 16px 0;}
.nf-post-slider-track { display:flex; transition:transform 0.35s cubic-bezier(.25,.8,.25,1); will-change:transform; }
.nf-post-slider-item { min-width:100%; box-sizing:border-box; display:flex; justify-content:center; align-items:center; }
.nf-post-slider-img, .nf-post-slider-video { width:100%; max-width:420px; border-radius:0px; object-fit:cover; }
.nf-post-slider-prev,
.nf-post-slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 2;
  opacity: 0.93;
 
  transition: opacity 0.2s, background 0.2s;
  /* Esconde em mobile por padrão */
  display: none;
}

.nf-post-slider-prev svg,
.nf-post-slider-next svg {
  display: block;
  pointer-events: none;
}

.nf-post-slider-prev { left: 10px; }
.nf-post-slider-next { right: 10px; }


.nf-post-slider-dots { display:flex; justify-content:center; gap:6px; margin-top:6px; }
.nf-post-slider-dot { width:10px; height:10px; border-radius:50%; background:#bbb; cursor:pointer; display:inline-block;}
.nf-post-slider-dot.active { background:#555; }


/* SLIDER VIDEO CSS */
.slider-video-list {
  display: flex;
  gap: 0px;
  flex-wrap: wrap;
  width: 100vw;
  max-width: 100vw;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
  padding: 0;
}
.slider-video-wrapper {
  width: 480px;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 0px;
  background: #000;
  position: relative;
  margin: 2px 0 0 0;
}
.slider-video-content, .slider-video-wrapper video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: top center;
  aspect-ratio: 3 / 4 !important;
  display: block !important;
  background: #000 !important;
  border-radius: 0px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 100% !important;
  max-height: 100% !important;
  border: none !important;
  box-shadow: none !important;
}
.slider-video-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(30,30,30,0.82);
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px #0003;
  cursor: pointer;
  opacity: 1;
  transition: background 0.2s, transform 0.12s;
}
.slider-video-play-btn svg {
  width: 48px;
  height: 48px;
  fill: #fff;
  margin-left: -2px;
  filter: drop-shadow(0 0 8px #0006);
}