.nf-profile-header {
    padding: 0 0 18px 0;
    display: flex;
    align-items: flex-start;
    gap: 25px;
    margin-bottom: 10px;
}
.nf-profile-photo {
    width: 96px;
    margin-top:5px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 2px 8px #0001;
    border: 2px solid #e77;
}
.nf-profile-name-row {
    display: flex;
    align-items: center;
    gap: 8px;
}
.nf-profile-name {
    font-family: 'Roboto','Helvetica Neue', Helvetica, Arial, 'Liberation Sans',  sans-serif;
    font-weight: 100;
    color: #222 !important;
    font-size: 3.15em;
    line-height: 1.05;
    letter-spacing: -0.05em;
    margin-bottom: 0;
    font-family: inherit;
    display: inline-block;
    font-style:normal;
}
.nf-post-toggle-btn {
    background: none;
    border: none;
    color: #e77;
    cursor: pointer;
    padding: 0 0 0 4px;
    display: flex;
    align-items: center;
    font-size: 1.25em;
    opacity: 0.80;
    margin-top: 4px;
    transition: opacity 0.18s;
}
.nf-post-toggle-btn:hover {
    opacity: 1;
}
.nf-profile-rating {
    font-weight: 300;
    font-size: 3.3em;
    letter-spacing: 0.01em;
    color: #222;
    display: flex;
    align-items: flex-end;
 margin-top: -5px;
}
.nf-profile-rating-main {
    font-size: 1em;
    line-height: 1;
    font-weight: inherit;
}
.nf-profile-rating-decimal {
    display: flex;
    align-items: flex-end;
    margin-left: -0.20em;
}
.nf-profile-rating-dec-big {
    font-size: 0.95em;
    font-weight: inherit;
    line-height: 1;
    color: #333;
    position: relative;
    font-size: 1em;
    margin-left: 7px;
    margin-right: 7px;
 top: 1px;
}
.nf-profile-rating-dec-small { 
    font-size: 0.7em;
    font-weight: inherit;
    color: #333;
    line-height: 1;
    position: relative;
    top: -0.18em;
    letter-spacing: -1px;
    margin-left: -8px;
    top: -2px;
    font-weight: 200;
}

.nf-profile-rating-dec-tiny {
    font-size: 0.7em;
    font-weight: inherit;
    color: #333;
    line-height: 1;
    position: relative;
    top: -0.18em;
    letter-spacing: -1px;
    margin-left: -1px;
    top: -2px;
    font-weight: 200;
}
.nf-profile-work {
    width:200px;
    font-family: 'Roboto','Helvetica Neue', Helvetica, Arial, 'Liberation Sans',  sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #888;
    font-weight: 200;
    letter-spacing: 0.0em;
    margin-top: 10px;
    margin-left: 5px;
    display: inline-block;
    font-style: italic;
}
.nf-profile-menu {
    font-family: 'Roboto','Helvetica Neue', Helvetica, Arial, 'Liberation Sans',  sans-serif;
    display: flex;
    font-weight: 300;
    gap: 90px;
    margin: 14px 0 24px 0;
    font-size: 1.7em !important;
    font-style: italic;
    letter-spacing: 2px;
    border: none;
}
.nf-profile-menu a {
    color: #888;
    text-decoration: none !important;
    background: none !important;
    box-shadow: none !important;
    border: none !important;
    padding: 2px 12px 2px 12px;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    font-weight: 500;
    border-radius: 0;
    transition: color 0.12s;
    min-width: 0;
    display: inline-block;
}

.nf-profile-menu a:hover {
    color: #e77 !important;
    text-decoration: none !important;
    background: none !important;
    box-shadow: none !important;
    border: none !important;
   
}

.nf-profile-menu a.active{
color: #e77 !important;
      font-style: bold !important;
}

.nf-profile-menu-lateral {
    font-family: 'Roboto','Helvetica Neue', Helvetica, Arial, 'Liberation Sans',  sans-serif;
    display: flex;
    font-weight: 400;
    gap: 96px;
    margin: 14px 0 24px 0;
    font-size: 0.9em;
    font-style: italic;
    letter-spacing: 2px;
    border: none;
}
.nf-profile-menu-lateral a {
    color: #888;
    text-decoration: none !important;
    background: none !important;
    box-shadow: none !important;
    border: none !important;
    padding: 2px 12px 2px 12px;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    font-weight: 400;
    border-radius: 0;
    transition: color 0.12s;
    min-width: 0;
    display: inline-block;
}
.nf-profile-menu-lateral a.active,
.nf-profile-menu-lateral a:hover {
    color: #e77 !important;
    text-decoration: none !important;
    background: none !important;
    box-shadow: none !important;
    border: none !important;
    font-weight: 550;
}



hr{  border: 1px solid #eee; margin-top:-20px; margin-bottom:20px;}
/* --- NOVO BLOCO DE ANIMAÇÃO E ALINHAMENTO --- */
.nf-new-post {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(.77,0,.18,1), opacity 0.25s;
    will-change: max-height, opacity;
    padding: 0;
    margin: 0;
    pointer-events: none;
}
.nf-new-post.show {
    opacity: 1;
    max-height: 700px; /* suficiente para o conteúdo expandir */
    padding: 18px 0 14px 0; /* ajuste para seu layout */
    margin-bottom: 12px;
    pointer-events: auto;
}
.nf-new-post-row {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin-bottom: 6px;
}
.nf-new-post-row textarea,
#nf-new-post-text {
    flex: 1 1 0;
    border-radius: 8px;
    border: 1.5px solid var(--border, #e77);
    font-size: 1.11em;
    padding: 12px 13px;
    background: #fff;
    color: var(--text, #222);
    min-height: 80px;
    height: 80px;
    max-height: 80px;
    box-sizing: border-box;
    line-height: 1.4;
    margin: 0;
    resize: none;
    overflow: hidden;
    display: block;
}
.nf-new-post-media-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background: none;
    border: none;
    outline: none;
    font-size: 1.5em;
    cursor: pointer;
    margin: 0;
    padding: 0;
}
.nf-icon-camera::before {
    content: "📷";
    font-size: 1.3em;
    display: block;
    margin: 0;
    margin-top:40px;
}
.nf-postar-btn {
    background: var(--peach-dark, #f68e7f);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 0 26px;
    font-size: 1.08em;
    cursor: pointer;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

/* --------- FIXA A COLUNA 2 --------- */
.newfeed-main {
    display: flex;
    align-items: flex-start;
}
.newfeed-col2 {
    width: 320px;
    min-width: 260px;
    max-width: 350px;
    position: sticky;
    top: 24px;
    height: fit-content;
    align-self: flex-start;
    z-index: 12;
}
@media (max-width: 1000px) {
    .newfeed-col2 {
        display: none;
    }
}
/* Campo de busca coluna 2 */
.nf-search-box {
    width: 100%;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.nf-search-box input {
    flex: 1;
    border-radius: 20px;
    border: 1.5px solid #eee;
    padding: 8px 16px;
    font-size: 1em;
    outline: none;
    transition: border 0.2s;
}
.nf-search-box input:focus {
    border: 1.5px solid #e77;
}
.nf-search-box button {
    background: #e77;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.18em;
    cursor: pointer;
    transition: background 0.16s;
}
.nf-search-box button:hover {
    background: #d55;
}

/* Campo Search estilo imagem 2 */
.nf-search-label {
    display: block;
    font-family: inherit;
    font-size: 1.03em;
    color: #888;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 4px;
    margin-left: 2px;
    letter-spacing: 0.02em;
}

.nf-search-box-image2 {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.nf-search-box-image2 input[type="text"] {
    width: 100%;
    border: 1.5px solid #eee;
    border-radius: 10px;
    background: none;
    padding: 7px 35px 7px 7px;
    font-size: 1em;
    color: #444;
    transition: border 0.18s;
    box-sizing: border-box;
    outline: none;
    font-family: inherit;
     opacity: 1;
}

.nf-search-box-image2 input[type="text"]:focus {
    border: 1.5px solid #d7ab98;
}

.nf-search-icon {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    height: 22px;
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0.55;
}


.nf-trend-count{
 font-size: 0.7em;
   font-style:italic;

}


#nf-new-post-text,
.nf-new-post-row textarea {
  border: 1.5px solid #e77;     /* cor da borda padrão */
  box-shadow: none !important;  /* tira qualquer sombra do navegador */
  outline: none !important;     /* tira o contorno azul/preto do focus */
}

#nf-new-post-text:focus,
.nf-new-post-row textarea:focus {
  border: 1.5px solid #e77;     /* mantém a cor no focus */
  box-shadow: none !important;
  outline: none !important;
}




.nf-fade-up {
  animation: nfFadeUp 0.6s forwards;
}
@keyframes nfFadeUp {
  0% { opacity: 1; transform: translateY(0);}
  100% { opacity: 0; transform: translateY(-60px);}
}

.nf-all-comments-list {
    max-height: 320px;
    overflow-y: auto;
    padding-right: 2px;
    margin-bottom: 12px;
}

.nf-cmt-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 3px;
}
.nf-cmt-user {
 font-family: 'Roboto','Helvetica Neue', Helvetica, Arial, 'Liberation Sans',  sans-serif;
    font-weight: 200;
    color: #252525;
    font-size: 1.04em;
font-style:normal;
}
.nf-cmt-rating {
    color: #f9b62a;
    font-size: 1.08em;
    letter-spacing: 1px;
}
.nf-cmt-text {
    color: #444;
    margin-left: 0;
    margin-top: 2px;
    word-break: break-word;
    font-size: 0.97em;
    line-height: 1.42;
}
.nf-cmt-loader {
    text-align: center;
    color: #aaa;
    padding: 7px 0;
    font-size: 0.96em;
}

.nf-all-comments-list {
    background: none;
    max-height: 340px;
    overflow-y: auto;
    padding: 10px 8px 12px 8px;
    margin-bottom: 12px;
    border-radius: 14px;
   
    width: 100%;
    min-width: 0;
    display: block;
}

.nf-comment-modal .nf-modal {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
}

.nf-cmt-row {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 8px #f9b6ab22;
    padding: 13px 18px 10px 18px;
    margin-bottom: 14px;
    font-size: 1em;
    border: 1px solid #f7e3dd;
    width: 100%;
    box-sizing: border-box;
    transition: box-shadow 0.15s;
}






.nf-cmt-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}
.nf-cmt-user {
    font-weight: 400;
    color: #4A3B2B;
    font-size: 0.9em;
    margin-right: 4px;
}
.nf-cmt-user-rating {
    font-weight: 700;
    display: flex;
    align-items: center;
    font-size: 1.25em;
    margin-left: 4px;
    line-height: 1;
    background: none;
    border-radius: 5px;
    padding: 1px 7px 1px 5px;
}
.nf-cmt-user-rating-val {
    margin-left: -18px;
    font-size: 0.97em;
    color: #4A3B2B;
    font-weight: 300;
}
.nf-cmt-text {
    color: #5D4533;
    margin-left: 0;
    margin-top: 2px;
    word-break: break-word;
    font-size: 1.01em;
    line-height: 1.5;
 font-family: 'Montserrat', Arial, sans-serif;
}
.nf-cmt-loader {
    text-align: center;
    color: #aaa;
    padding: 7px 0;
    font-size: 0.96em;
}
.nf-modal-form textarea,
.nf-modal-form button {
    background: #fff8f5;
    border: 1px solid #f7e3dd;
    border-radius: 8px;
}
.nf-modal-form button {
    background: #f9b62a;
    color: #fff;
    font-weight: 600;
    border: none;
}

.see-more-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 {
    background: #fffdfa;
    border-radius: 16px;
    box-shadow: 0 2px 18px #0003;
    max-width: 540px;
    min-width: 240px;
    padding: 32px 20px 14px 20px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
}
.see-more-modal-header {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 18px;
}
.see-more-modal-avatar {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    object-fit: cover;
    background: #faf6f3;
    border: none;
}
.see-more-modal-info {
    display: flex;
    flex-direction: column;
}
.see-more-modal-name {
    font-size: 1.24em;
    font-weight: 500;
    color: #653c22;
    margin-bottom: 2px;
}
.see-more-modal-rating {
    font-size: 1.13em;
    color: #f9b62a;
    font-weight: 400;
}
.see-more-modal-content {
    font-size: 1.18em;
    color: #653c22;
    white-space: pre-line;
    line-height: 1.5;
    margin-bottom: 6px;
}
.see-more-modal-close {
    position: absolute;
    right: 12px; top: 9px;
    background: none;
    border: none;
    font-size: 1.6em;
    color: #c99;
    cursor: pointer;
}