* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

:root {
    --primary: #6BA4E9;
    --semi-white: #F4F4F4;
}

.btn-primary {
    background: var(--primary);
    border: none;
    outline: none;
}
img {
    max-width: 100%;
}

.container-xxl {
    max-width: 100%;
}

/*-- Header --*/
header .btn {
    border: none;
    border-radius: 8px;
    transition: all .3s;
}

header .btn:hover {
    border: none;
    border-radius: 8px;
    transition: all .3s;
    background: #6ba4e9;
    box-shadow: 0 14px 26px -12px rgba(85, 150, 230, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(85, 150, 230, .2) !important;
}

header .btn.active {
    border: none;
    border-radius: 8px;
    transition: all .3s;
    background: #6ba4e9;
    box-shadow: 0 14px 26px -12px rgba(85, 150, 230, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(85, 150, 230, .2) !important;
}

header .btn.active i.text-secondary,
header .btn:hover i.text-secondary {
    color: #fff !important;
}

header .btn .spinner-grow {
    width: 5px;
    height: 5px;
}

header .btn.active .spinner-grow,
header .btn:hover .spinner-grow {
    display: none;
}

header .right-icon .btn:hover {
    background: none;
    box-shadow: none !important;
}

header .right-icon .btn:hover i {
    color: #999 !important;
}

/*-- Main --*/
main {
    background: var(--semi-white);
}

.left-side .featured-user-card {
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    border-radius: 16px;
    padding: 2rem;
    color: white;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.left-side .star-icon,
.menu-icon {
    position: absolute;
    font-size: 1.2rem;
    color: white;
}

.left-side .star-icon {
    top: 1rem;
    left: 1rem;
}

.left-side .menu-icon {
    top: 1rem;
    right: 1rem;
}

.left-side .profile-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px solid white;
    object-fit: cover;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.left-side .badge-label {
    display: inline-block;
    background-color: #ffc107;
    color: #000;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    margin-top: 0.5rem;
    position: relative;
    z-index: 1;
}

.left-side .btn-outline-light {
    border-radius: 20px;
    font-weight: 500;
    padding: 0.5rem 1rem;
    margin-top: 1rem;
}

.left-side .inspire-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0.1;
    z-index: 0;
}

main .post-box {
    width: 100%;
    height: auto;
    margin-top: 10px;
    border-radius: 10px;
    border: .1px solid var(--semi-white);
}

main .post-box .post-header-tabs {
    width: 100%;
    height: 3rem;
}

main .post-box .media-header ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

/* main .media .media-header ul li:first-child{
  padding: 0;
  border-right: 1px solid red;
} */
main .post-box .media-header ul li {
    list-style: none;
    padding: 10px;
}

main .post-box .post-header-tabs a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    padding-right: 5px;
}

main .post-box .post-header-tabs button {
    transition: all .3s ease;
}

main .post-box .post-header-tabs button:hover {
    background: #F4F4F4;
    border-bottom: 2px solid #007bff;
}

.post-box {
    background: white;
    border-radius: 10px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    /* margin: 30px auto; */
    overflow: hidden;
}

.post-header-tabs {
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fafafa;
}

.post-header-tabs button {
    flex: 1;
    padding: 10px;
    border: none;
    background: none;
    font-size: 14px;
    color: #555;
    cursor: pointer;
}

.post-header-tabs button.active {
    border-bottom: 2px solid #007bff;
    font-weight: 500;
    color: #007bff;
}

.post-input-section {
    padding: 15px;
}

.post-input-section img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.post-input {
    border: none;
    outline: none;
    width: 100%;
    height: 100px;
    font-size: 16px;
}

.post-footer {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    display: flex;
    /* justify-content: space-around; */
    padding: 8px 0;
    padding-left: 20px;
}

.post-footer label {
    border: none;
    background: none;
    font-size: 14px;
    color: #555;
    padding: 10px 10px;
    border-radius: 40px;
    background: #f2f2f2;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}


.post-footer label:hover {
    background-color: #f4f4f4;
}

.post-input-section {
    width: 100%;
    position: relative;
    padding: 15px;
}

.post-input {
    border: none;
    outline: none;
    width: 100%;
    height: 100px;
    font-size: 16px;
    resize: none;
}

.post-submit-btn {
    position: absolute;
    right: 15px;
    bottom: -5px;
    background: #007bff;
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}

.post-submit-btn:hover {
    background: #0056b3;
}

.image-preview {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    gap: 10px;
}

.image-preview .preview-item {
    position: relative;
}

.image-preview img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
}

.image-preview .remove-btn {
    position: absolute;
    top: -5px;
    right: -5px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 12px;
    cursor: pointer;
}
.ck-rounded-corners .ck.ck-editor__main p{
    height: 100px;
}
.extra-menu {
    display: none;
    /* পেজ লোড হওয়ার সাথে সাথেই হাইড */
}

/* card .card-box */
.card-box {
    background: white;
    border-radius: 12px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    max-width: 350px;
    width: 100%;
    height: auto;
    margin: 30px auto;
    padding: 15px;
    overflow: hidden;
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    color: #555;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #999999;
}

.page-item i {
    color: #766e6e;
}

.page-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    margin-top: 10px;
    border-bottom: 1px solid #999999;
}

.page-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.page-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
}

.page-icon img {
    border-radius: 50%;
}

.page-text h6 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.page-text small {
    font-size: 12px;
    color: #888;
}

.page-item:last-child {
    border-bottom: none;
}

.bookmark {
    font-size: 18px;
    cursor: pointer;
}

.bookmark:hover {
    color: #555;
}

/* ======================== post card  ================ */
.post-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    max-width: 650px;
    margin: auto;
    overflow: hidden;
}

.post-card-header {
    padding: 15px;
}

.post-card-header img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 10px;
}

.post-card-header .name {
    font-weight: 600;
    color: #333;
    margin: 0 5px;
}

.post-card-header small {
    font-size: 12px;
    color: #888;
}

.post-card-content {
    font-size: 14px;
    color: #444;
}

.post-card-content a {
    color: #1d4ed8;
    text-decoration: none;
    font-weight: 500;
}

.post-card-content a:hover {
    text-decoration: underline;
}

.post-image {
    width: 100%;
    height: auto;
    display: flex;
    margin: auto;
}

.post-card .content_multi_image img,
.post-card .content_multi_image .carousel-item img{
    width: 100%;
    height: 400px !important;
}
.text_content_gap{
    padding-top: 60px;
}
.post-actions {
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: flex;
    gap: 10px;
}

.action-btn {
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2563eb;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: 0.2s;
    font-size: 16px;
}

.action-btn:hover {
    background: #f1f5f9;
}

.action-btn.heart {
    color: red;
}

.post-card-footer {
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #555;
    margin-top: -20px;
    margin-right: -35px;
}

.liked-users img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid white;
    margin-left: -10px;
}

.like-count {
    display: flex;
    gap: 15px;
    align-items: center;
    font-size: 14px;
    color: #555;
}

.like-count i {
    margin-right: 3px;
}

/* friend-card */

.friend-card {
    background: hsl(173, 55%, 56%);
    background-image: url(/srncon/assets/img/birthday-bg.svg);
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}

.friend-card .top-icons {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 15px;
    width: calc(100% - 30px);
    padding: 0 15px;
    color: #fff;
    font-size: 22px;
}

.friend-card img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin: 20px 0;
    border: 2px solid #0d6efd;
}

.online-badge {
    position: absolute;
    top: 18px;
    left: 150px;
    background-color: #28a745;
    color: white;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 12px;
    font-weight: bold;
}

.friend-card h5 {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
}

.friend-card p {
    font-size: 15px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 10px;
}

.friend-card .btn {
    width: auto;
    background-color: transparent;
    border: 1px solid wheat;
    color: white;
    font-size: 14px;
    font-weight: normal;
    border-radius: 20px;
    padding: 5px 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    transition: all .3s ease;
}

.friend-card .btn:hover {
    background-color: #ffffff;
    color: #000;
}

.friend-card .btn a {
    text-decoration: none;
    color: #fff;
    transition: all .3s ease;
}

.friend-card .btn a:hover {
    color: #000;
}
















/* ==================================== product section style ==================================== */

.iconic .name {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin: 0 9px;
}

.iconic small {
    font-size: 16px;
    color: #888;
    margin: 0 9px;
}

.overview {
    height: auto;
}

.overview .content li {
    list-style: none;
    font-size: 28px;
    font-weight: 700;
    border-right: .12px solid #6c6363;
    padding: 0 5px;
}

.overview .content li span {
    font-size: 12px;
    color: #888;
}

.about-us {
    height: auto;
    margin-right: 20px;
}

.about-us p {
    font-size: 12px;
    color: #888;
}


/* ======  about-products ============= */
.about-products a {
    text-decoration: none;
    padding: 0 0 20px 20px;
    color: #888;
    font-size: 14px;
    font-weight: 600;
    font-family: sans-serif;
    transition: all .3s;
}

.about-products a.active {
    color: #000;
    padding: 11px 0;
    transition: all .3s;
    border-bottom: 2px solid #6ba4e9;
}




/* ================= Products ===================== */
.products {
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin-bottom: 20px;
    position: relative;
}

.main-products-box .top-icons {
    display: flex;
    justify-content: end;
    position: absolute;
    top: 15px;
    font-size: 22px;
}

.main-products-box img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin: 20px 0;
    border: 2px solid #0d6efd;
}

.product {
    width: auto;
    height: auto;
    padding: 10px;
    border-radius: 11px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.product h5 {
    font-size: 17px;
    font-weight: 600;
    padding: 0 5px;
}

.product p {
    color: #888;
    padding: 0 5px;
}

.btn-group {
    width: 100%;
    display: flex;
    text-align: center;
    padding: 5px;
    justify-content: space-between;
}

.btn-group .btn-like {
    margin-right: 77px;
}

.btn-group .btn-shop {
    width: auto;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    background: #007bff;
}

/* ==== tabbed interface ==== */
.nav-tabs .nav-link {
    border: none;
    color: gray;
    font-weight: 500;
}

.nav-tabs .nav-link.active {
    color: black;
    border-bottom: 2px solid #007bff;
    font-weight: bold;
}

.tab-content {
    background-color: white;
    padding: 20px;
    margin-top: -1px;
}


/* ======================== Brands =========================== */
.brand-card {
    position: relative;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    padding: 14px;
}

.brand-card img {
    display: block;
    height: 80px;
    width: 80px;
    margin: 0 auto;
}

.brand-card .meta {
    text-align: center;
}

.brand-card .meta h3 {
    font-family: "Montserrat", sans-serif;
    font-size: .9rem;
    font-weight: 600;
    color: #393a4f;
}

.brand-card .meta p {
    font-size: .85rem;
    color: #535473;
}

.brand-card .brand-stats {
    display: flex;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    margin: 12px;
    background: #fff;
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
}

.brand-card .brand-stats .brand-stat {
    width: 33.33%;
    text-align: center;
    margin: 10px 0;
    border-right: 1px solid #8888;
}

.brand-card .brand-stats .brand-stat:last-child {
    border-right: none;
}

.brand-card .brand-stats .brand-stat span {
    text-align: center;
    display: block;
}

.brand-card .brand-stats .brand-stat span:first-child {
    font-size: .9rem;
    font-weight: 600;
    color: #393a4f;
}

.brand-card .brand-stats .brand-stat span:nth-child(2) {
    text-transform: uppercase;
    font-size: .6rem;
    font-weight: 500;
    color: #999;
}


/* ============================= Profile style ============================================ */
.profile {
    z-index: 2;
}
.profile-wrapper .profile-avatar-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.profile-wrapper .profile-avatar-wrapper .button {
    width: 38px;
    height: 38px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-decoration: none;
    border-color: rgba(0, 0, 0, 0);
}

.profile-wrapper .profile-avatar-wrapper .button:first-child i {
    position: relative;
    left: -1px;
}

.profile-wrapper .profile-avatar-wrapper .button i {
    width: 18px;
    height: 18px;
    color: #a2a5b9;
    border-radius: 50%;
    padding: 20px;
    font-size: 18px;
    transition: all .4s ease;
}

.profile-wrapper .profile-avatar-wrapper .button i:hover {
    color: #000;
    border: 1px solid #999;
    background: #fff;
    margin-top: 20px;
}

.profile-wrapper .profile-avatar-wrapper .avatar-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 74px;
    height: 74px;
    min-width: 74px;
    border: 1.4px solid #d8d8d8;
    border-radius: 50%;
    margin: 0 auto 6px auto;
}

.profile-wrapper .profile-avatar-wrapper .avatar-wrap img {
    display: block;
    width: 58px;
    height: 58px;
    min-width: 58px;
    border-radius: 50%;
}

.profile-wrapper .profile-avatar-wrapper .avatar-wrap .badge {
    position: absolute;
    bottom: 2px;
    right: -3px;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    border: 2px solid #fcfcfc;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1ce589;
}

.profile-wrapper .user-stats {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 20px 0;
}
.profile-wrapper .user-stats .stat-block span:first-child {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
  color: #393a4f;
}
.profile-wrapper .user-stats .stat-block span:last-child {
  font-size: .7rem;
  color: #999;
}
.profile-wrapper .user-stats .stat-block {
  text-align: center;
}



.about-profile h6 {
    font-weight: 600;
}
.about-profile p {
    color: #535473;
    font-size: 14px;
    font-family: sans-serif;
}

/* connections */
.connections {
    display: flex;
    flex-wrap: wrap;
}
.connections .connection{
    width: 100%;
    height: auto;
    margin: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8px;
    max-width: calc(33.3% - 16px);
}
.connections .connection .connection-avatar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    max-width: 60px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #cecece;
    cursor: pointer;
    transition: all .3s;
}
.connections .connection .connection-avatar img {
    width: 50px;
    height: 50px;
    display: block;
    padding: 2px;
    border-radius: 50%;
}

.more-connections {
    text-align: center;

}
.more-connections a {
    text-decoration: none;
  font-family: "Roboto",sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #5596e6;
}



/* Thumbnail Image */
    .post-wrapper .profile-post .thumbnail {
      width: 250px;
      cursor: pointer;
      border-radius: 6px;
    }

    /* Overlay */
    .overlay {
      display: none;
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.8);
      z-index: 1000;
    }

    /* Popup Image Box */
    .popup-box {
      position: relative;
      max-width: 90%;
      max-height: 90%;
    }

    .popup-box img {
      width: 100%;
      height: auto;
      border-radius: 6px;
    }

    /* Close Button */
    .close-btn {
      position: absolute;
      top: -40px;
      right: -40px;
      font-size: 28px;
      font-weight: bold;
      color: white;
      background: rgba(0,0,0,0.6);
      border: none;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      cursor: pointer;
      transition: 0.3s;
    }

    .close-btn:hover {
      background: red;
    }
.close-btn{
  background: rgba(30,30,30,.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
a{
    text-decoration: none;
}
















































@media screen and (min-width: 769px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}




@media (max-width: 500px) {
    .left-side {
        display: none;
    }

}

/* -- Profile Section User -- */

.cover-container {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.cover-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #e0e0e0;
}

.cover-edit-overlay {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s;
}

.cover-container:hover .cover-edit-overlay {
    opacity: 1;
}

.profile-pic-container {
    position: absolute;
    top: -20%;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 5px solid #fff;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    overflow: hidden;
    z-index: 999;
}

.profile-pic {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-edit-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    text-align: center;
    padding: 5px;
    font-size: 0.8rem;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s;
}

.profile-pic-container:hover .profile-edit-overlay {
    opacity: 1;
}

.profile-header {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    padding: 90px 20px 20px;
    margin-top: -70px;
    position: relative;
    z-index: 1;
}

.profile-name {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 10px 0 5px;
    text-align: center;
}

.profile-title {
    color: var(--medium-gray);
    font-size: 0.9rem;
    text-align: center;
}

.stats {
    display: flex;
    justify-content: space-around;
    margin: 15px 0;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-weight: bold;
    font-size: 1.2rem;
}

.stat-label {
    font-size: 0.8rem;
}

.nav-tabs {
    border-bottom: none;
    justify-content: center;
}

.nav-tabs .nav-link {
    border: none;
    padding: 10px 20px;
}

.nav-tabs .nav-link.active {
    border-bottom: none;
    background-color: transparent;
}

.info-card {
    background-color: var(--semi-white);
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    padding: 20px;
    margin-bottom: 20px;
}

.info-title {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.info-item {
    margin-bottom: 10px;
    display: flex;
}

.info-label {
    font-weight: bold;
    width: auto;
    padding-right: 10px;
    color: var(--medium-gray);
}

.friends-section {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    padding: 20px;
    margin-bottom: 20px;
}

.friend-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.friend-item {
    text-align: center;
}

.friend-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 5px;
}

.friend-name {
    font-size: 0.8rem;
}

.photos-section {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    padding: 20px;
    margin-bottom: 20px;
}

.photo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
}

.photo-item {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
}

.history-tabs {
    display: flex;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 15px;
}

.history-tab {
    padding: 8px 15px;
    color: var(--medium-gray);
    cursor: pointer;
}

.history-tab.active {
    color: var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
}

.modal-content {
    border-radius: 10px;
}

.user_profile_view .user-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
 
.user_profile_view .tagged-user {
    color: var(--primary);
    text-decoration: none;
    font-weight: 500;
}
        
.user_profile_view .ad-card {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-left: 4px solid var(--primary);
}
        
.user_profile_view .related-post {
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
        
.user_profile_view .related-post:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.user_profile_view .follow-btn {
    border-radius: 20px;
    padding: 8px 20px;
    font-weight: 500;
}
       
.user_profile_view .user-bio {
    font-size: 0.9rem;
    color: #333;
}

@media (max-width: 768px) {
    .user_profile_view .right-sidebar {
        margin-top: 20px;
    }
    
    .user_profile_view .user-avatar {
        width: 60px;
        height: 60px;
    }
}


@media (max-width: 768px) {
    .cover-container {
        height: 200px;
    }
    
    .profile-pic-container {
        width: 120px;
        height: 120px;
        bottom: -60px;
    }
    
    .profile-header {
        padding-top: 70px;
        margin-top: -50px;
    }
    
    .friend-avatar {
        width: 70px;
        height: 70px;
    }
     .cover-edit-overlay {
        opacity: 1 !important;
    }

    .profile-edit-overlay {
        opacity: 1 !important;
    }
}

@media (max-width: 576px) {
    .cover-container {
        height: 150px;
    }
    
    .profile-pic-container {
        width: 100px;
        height: 100px;
        bottom: -50px;
    }
    
    .profile-header {
        padding-top: 60px;
        margin-top: -40px;
    }
    
    .friend-avatar {
        width: 60px;
        height: 60px;
    }
    
    .friend-grid {
        grid-template-columns: repeat(2, 1fr);
    }
     .cover-edit-overlay {
        opacity: 1 !important;
    }

    .profile-edit-overlay {
        opacity: 1 !important;
    }
    .info-item{
        font-size: 12px;
    }
    
    .post-input,
    .ck-rounded-corners .ck.ck-editor__main p{
        height: 60px;
    }
}

/* ================= Modern Feed Redesign ================= */
:root {
    --srn-primary: #6BA4E9;
    --srn-primary-dark: #4d8fdb;
    --srn-red: #ED1A24;
    --srn-bg: #F4F4F4;
    --srn-card: #ffffff;
    --srn-text: #1f2937;
    --srn-muted: #667085;
    --srn-line: #e7edf5;
    --srn-soft: #f7faff;
    --srn-shadow: 0 12px 34px rgba(15, 23, 42, .08);
}

body {
    background: var(--srn-bg);
    color: var(--srn-text);
}

main {
    min-height: 100vh;
    padding-bottom: 86px;
}

.feed-page-container {
    max-width: 1280px;
}

.feed-page-row {
    padding-top: 18px;
    gap: 0;
}

.srn-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: rgba(255,255,255,.94);
    border-bottom: 1px solid rgba(231,237,245,.9);
    box-shadow: 0 6px 24px rgba(15, 23, 42, .06);
    backdrop-filter: blur(14px);
}

.srn-header__inner {
    max-width: 1280px;
    min-height: 68px;
    margin: 0 auto;
    padding: 10px 16px;
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    align-items: center;
    gap: 18px;
}

.srn-header__brand img {
    width: 124px;
    height: auto;
    display: block;
}

.srn-header__nav {
    justify-content: center;
    gap: 8px;
}

.srn-header__nav a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    color: #667085;
    font-weight: 700;
    transition: .22s ease;
}

.srn-header__nav a i {
    font-size: 21px;
}

.srn-header__nav a:hover,
.srn-header__nav a.active {
    color: #fff;
    background: var(--srn-primary);
    box-shadow: 0 12px 26px rgba(107,164,233,.28);
}

.srn-search {
    position: relative;
    display: flex;
    align-items: center;
    width: min(360px, 100%);
    min-height: 44px;
    padding: 0 14px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: #f3f7fb;
    transition: .22s ease;
}

.srn-search:focus-within {
    background: #fff;
    border-color: rgba(107,164,233,.55);
    box-shadow: 0 0 0 4px rgba(107,164,233,.12);
}

.srn-search i {
    color: var(--srn-primary);
    font-size: 20px;
}

.srn-search input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    padding: 0 8px;
    color: var(--srn-text);
    font-size: 14px;
}

.srn-search__results {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    z-index: 10;
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--srn-shadow);
}

.srn-search-result {
    display: flex;
    gap: 10px;
    padding: 10px 12px;
    color: var(--srn-text);
    border-bottom: 1px solid var(--srn-line);
}

.srn-search-result:hover {
    background: var(--srn-soft);
}

.srn-search-result img {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    object-fit: cover;
}

.srn-search-result strong,
.srn-search-result small {
    display: block;
}

.srn-search-result strong {
    font-size: 13px;
}

.srn-search-result small,
.srn-search-empty {
    color: var(--srn-muted);
    font-size: 12px;
}

.srn-search-empty {
    padding: 14px;
}

.srn-header__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.srn-action,
.srn-login,
.srn-profile {
    border: 0;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    border-radius: 999px;
    color: var(--srn-text);
    background: #f3f7fb;
    transition: .22s ease;
}

.srn-action {
    position: relative;
    font-size: 21px;
}

.srn-action:hover,
.srn-login:hover,
.srn-profile:hover {
    color: #fff;
    background: var(--srn-primary);
}

.srn-action__dot {
    position: absolute;
    top: 9px;
    right: 9px;
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: var(--srn-red);
}

.srn-login {
    padding: 0 18px;
    color: #fff;
    background: var(--srn-primary);
    font-weight: 800;
}

.srn-profile {
    gap: 8px;
    padding: 4px 8px 4px 4px;
    font-weight: 800;
}

.srn-profile img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    object-fit: cover;
}

.srn-profile b {
    padding: 4px 8px;
    border-radius: 999px;
    color: #111827;
    background: #ffc107;
    font-size: 12px;
}

.dropdown-toggle::after {
    display: none !important;
}

.srn-profile-menu {
    border: 0;
    border-radius: 18px;
    padding: 10px;
    box-shadow: var(--srn-shadow);
}

.srn-profile-menu__user {
    padding: 8px 12px 12px;
}

.srn-profile-menu__user strong,
.srn-profile-menu__user small {
    display: block;
}

.srn-profile-menu__user small {
    color: var(--srn-muted);
}

.srn-mobile-search {
    padding: 0 16px 12px;
}

.srn-mobile-search .srn-search {
    width: 100%;
}

.feed-center {
    max-width: 680px;
    margin: 0 auto;
}

.feed-mobile-search {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    padding: 12px 14px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .05);
}

.feed-mobile-search i {
    color: var(--srn-primary);
    font-size: 20px;
}

.feed-mobile-search input {
    border: 0;
    outline: 0;
    width: 100%;
    background: transparent;
}

.composer-card,
.feed-card,
.side-panel,
.story-rail,
.feed-product-rail {
    background: var(--srn-card);
    border: 1px solid var(--srn-line);
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .05);
}

.composer-card {
    margin-bottom: 14px;
    padding: 14px;
}

.composer-card__top {
    display: flex;
    align-items: center;
    gap: 12px;
}

.composer-card__avatar,
.feed-author__avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px rgba(107,164,233,.18);
}

.composer-card__prompt {
    flex: 1;
    min-height: 46px;
    border: 0;
    border-radius: 999px;
    padding: 0 16px;
    text-align: left;
    color: var(--srn-muted);
    background: #f3f7fb;
}

.composer-card__textarea {
    width: 100%;
    min-height: 92px;
    margin-top: 12px;
    padding: 12px 14px;
    border: 1px solid var(--srn-line);
    border-radius: 16px;
    resize: vertical;
    outline: 0;
    transition: .2s ease;
}

.composer-card__textarea:focus {
    border-color: rgba(107,164,233,.65);
    box-shadow: 0 0 0 4px rgba(107,164,233,.12);
}

.composer-card__footer {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid var(--srn-line);
}

.composer-tool,
.composer-submit {
    min-height: 40px;
    border: 0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 14px;
    font-weight: 800;
}

.composer-tool {
    color: var(--srn-text);
    background: #f3f7fb;
}

.composer-submit {
    margin-left: auto;
    color: #fff;
    background: var(--srn-primary);
}

.composer-preview {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 8px;
    margin-top: 10px;
}

.composer-preview__item {
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 12px;
    background: #eef3f9;
}

.composer-preview__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story-rail {
    display: flex;
    gap: 12px;
    margin-bottom: 14px;
    padding: 12px;
    overflow-x: auto;
    scrollbar-width: none;
}

.story-rail::-webkit-scrollbar {
    display: none;
}

.story-chip {
    min-width: 74px;
    text-align: center;
    color: var(--srn-text);
    font-size: 12px;
    font-weight: 700;
}

.story-ring {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin: 0 auto 6px;
    border: 2px solid var(--srn-primary);
    border-radius: 50%;
}

.story-ring img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.feed-product-rail {
    margin-bottom: 14px;
    padding: 12px;
}

.feed-product-rail__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.feed-product-rail__head h6 {
    margin: 0;
    font-size: 15px;
    font-weight: 900;
}

.feed-product-rail__head a {
    color: var(--srn-primary-dark);
    font-size: 12px;
    font-weight: 900;
}

.feed-product-rail__list {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: none;
}

.feed-product-rail__list::-webkit-scrollbar {
    display: none;
}

.feed-product-chip {
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 190px;
    padding: 8px;
    border: 1px solid var(--srn-line);
    border-radius: 15px;
    color: var(--srn-text);
    background: #fff;
}

.feed-product-chip:hover {
    border-color: rgba(107,164,233,.55);
    background: var(--srn-soft);
}

.feed-product-chip img {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    object-fit: cover;
}

.feed-product-chip strong,
.feed-product-chip small {
    display: block;
}

.feed-product-chip strong {
    font-size: 13px;
}

.feed-product-chip small {
    color: var(--srn-muted);
    font-size: 12px;
    font-weight: 800;
}

.feed-list {
    display: grid;
    gap: 14px;
}

.feed-card {
    overflow: hidden;
}

.feed-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px 8px;
}

.feed-author {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    color: var(--srn-text);
}

.feed-author__meta {
    min-width: 0;
}

.feed-author__meta strong,
.feed-author__meta small {
    display: block;
}

.feed-author__meta strong {
    color: var(--srn-text);
    font-size: 15px;
}

.feed-author__meta small {
    color: var(--srn-muted);
    font-size: 12px;
}

.feed-icon-btn {
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    color: var(--srn-muted);
    background: transparent;
}

.feed-icon-btn:hover {
    color: var(--srn-primary);
    background: #f3f7fb;
}

.feed-menu {
    border: 0;
    border-radius: 16px;
    box-shadow: var(--srn-shadow);
    overflow: hidden;
}

.feed-card__body {
    padding: 6px 16px 12px;
}

.feed-card__title {
    margin: 0 0 6px;
    color: var(--srn-text);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
}

.feed-card__text {
    margin: 0;
    color: #344054;
    font-size: 15px;
    line-height: 1.6;
}

.feed-card__text a {
    color: var(--srn-primary-dark);
    font-weight: 800;
}

.feed-media {
    display: grid;
    gap: 3px;
    background: #eef3f9;
}

.feed-media--1 {
    display: block;
}

.feed-media--2 {
    grid-template-columns: repeat(2, 1fr);
}

.feed-media--3,
.feed-media--4 {
    grid-template-columns: repeat(2, 1fr);
}

.feed-media__item {
    position: relative;
    display: block;
    min-height: 190px;
    overflow: hidden;
    background: #eef3f9;
}

.feed-media--1 .feed-media__item {
    min-height: 280px;
    max-height: 520px;
}

.feed-media__item img {
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    transition: transform .35s ease;
}

.feed-media__item:hover img {
    transform: scale(1.025);
}

.feed-media__more {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #fff;
    background: rgba(15, 23, 42, .55);
    font-size: 28px;
    font-weight: 900;
}

.feed-card__stats,
.feed-card__actions {
    display: flex;
    align-items: center;
}

.feed-card__stats {
    justify-content: space-between;
    padding: 12px 16px;
    color: var(--srn-muted);
    font-size: 13px;
}

.feed-card__stats i {
    color: var(--srn-primary);
}

.feed-card__actions {
    border-top: 1px solid var(--srn-line);
    border-bottom: 1px solid var(--srn-line);
}

.feed-action {
    flex: 1;
    min-height: 48px;
    border: 0;
    background: #fff;
    color: #475467;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 800;
    transition: .2s ease;
}

.feed-action:hover {
    color: var(--srn-primary);
    background: var(--srn-soft);
}

.feed-action .is-liked {
    color: var(--srn-red);
}

.like-pop {
    animation: like-pop .26s ease;
}

@keyframes like-pop {
    50% { transform: scale(1.34); }
}

.comment-panel {
    padding: 14px 16px 16px;
    background: #fbfdff;
}

.comment-composer,
.comment-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.comment-composer img,
.comment-item > img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    object-fit: cover;
    flex: 0 0 auto;
}

.comment-input-wrap {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 4px 5px 4px 14px;
    border: 1px solid var(--srn-line);
    border-radius: 999px;
    background: #fff;
}

.comment-input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 14px;
}

.comment-send {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: var(--srn-primary);
}

.comment-list {
    display: grid;
    gap: 12px;
    margin-top: 14px;
}

.comment-content {
    flex: 1;
    min-width: 0;
}

.comment-bubble {
    width: fit-content;
    max-width: 100%;
    padding: 9px 12px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid var(--srn-line);
}

.comment-name {
    margin-bottom: 2px;
    color: var(--srn-text);
    font-size: 13px;
    font-weight: 900;
}

.comment-body {
    color: #344054;
    font-size: 14px;
    line-height: 1.45;
}

.comment-tools {
    display: flex;
    gap: 12px;
    padding: 4px 0 0 10px;
}

.comment-tools button {
    border: 0;
    padding: 0;
    color: var(--srn-muted);
    background: transparent;
    font-size: 12px;
    font-weight: 800;
}

.comment-tools button:hover {
    color: var(--srn-primary);
}

.reply-form {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}

.reply-form input {
    flex: 1;
    min-height: 36px;
    border: 1px solid var(--srn-line);
    border-radius: 999px;
    padding: 0 12px;
    outline: 0;
}

.reply-form button {
    min-height: 36px;
    border: 0;
    border-radius: 999px;
    padding: 0 14px;
    color: #fff;
    background: var(--srn-primary);
    font-weight: 800;
}

.reply-list {
    display: grid;
    gap: 10px;
    margin-top: 10px;
    padding-left: 12px;
    border-left: 2px solid rgba(107,164,233,.18);
}

.comment-empty {
    margin: 0;
    color: var(--srn-muted);
    font-size: 13px;
}

.feed-alert {
    margin-bottom: 14px;
    padding: 12px 14px;
    border-radius: 14px;
    font-weight: 700;
}

.feed-alert--success {
    color: #166534;
    background: #dcfce7;
}

.feed-alert--error {
    color: #991b1b;
    background: #fee2e2;
}

.feed-sentinel {
    min-height: 110px;
    padding: 14px 0 30px;
}

.feed-sentinel.is-done {
    min-height: 24px;
}

.feed-sentinel.is-done .feed-skeleton {
    display: none;
}

.feed-skeleton {
    display: flex;
    gap: 12px;
    padding: 16px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid var(--srn-line);
}

.skeleton-stack {
    flex: 1;
}

.skeleton-line,
.skeleton-block {
    display: block;
    border-radius: 999px;
    background: linear-gradient(90deg, #edf2f7 25%, #f7fafc 50%, #edf2f7 75%);
    background-size: 200% 100%;
    animation: skeleton 1.25s infinite linear;
}

.skeleton-line {
    height: 12px;
    margin-bottom: 10px;
}

.skeleton-line--avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

.skeleton-block {
    height: 72px;
    border-radius: 14px;
}

@keyframes skeleton {
    to { background-position: -200% 0; }
}

.feed-sidebar {
    min-width: 0;
}

.feed-sticky {
    position: sticky;
    top: 86px;
    display: grid;
    gap: 14px;
}

.side-panel {
    padding: 14px;
}

.profile-mini {
    display: grid;
    grid-template-columns: 48px 1fr auto;
    align-items: center;
    gap: 10px;
}

.profile-mini img,
.side-product img,
.side-person img {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    object-fit: cover;
}

.profile-mini img,
.side-person img {
    border-radius: 50%;
}

.profile-mini h6,
.profile-mini p {
    margin: 0;
}

.profile-mini h6 {
    font-size: 14px;
    font-weight: 900;
}

.profile-mini p {
    color: var(--srn-muted);
    font-size: 12px;
}

.profile-mini a,
.side-panel__head a {
    color: var(--srn-primary-dark);
    font-size: 12px;
    font-weight: 900;
}

.side-panel__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.side-panel__head h6 {
    margin: 0;
    font-size: 15px;
    font-weight: 900;
}

.side-list {
    display: grid;
    gap: 10px;
}

.side-product,
.side-person {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.side-product {
    color: var(--srn-text);
}

.side-product span,
.side-person span {
    min-width: 0;
}

.side-product strong,
.side-product small,
.side-person strong,
.side-person small {
    display: block;
}

.side-product strong,
.side-person strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
}

.side-product small,
.side-person small {
    color: var(--srn-muted);
    font-size: 12px;
}

.side-person {
    justify-content: space-between;
}

.side-person__info {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    color: var(--srn-text);
}

.side-follow {
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    color: var(--srn-primary);
    background: var(--srn-soft);
    flex: 0 0 auto;
}

.side-follow.is-following {
    color: #fff;
    background: var(--srn-primary);
}

.quick-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.quick-links a {
    padding: 7px 10px;
    border-radius: 999px;
    color: var(--srn-muted);
    background: #f3f7fb;
    font-size: 12px;
    font-weight: 800;
}

@media (max-width: 991.98px) {
    .feed-page-container {
        max-width: 720px;
    }

    .feed-page-row {
        padding-top: 12px;
    }

    .feed-center {
        padding-left: 10px;
        padding-right: 10px;
    }

    .srn-header__inner {
        grid-template-columns: auto 1fr;
        min-height: 62px;
        gap: 10px;
    }

    .srn-header__brand img {
        width: 112px;
    }

    .srn-header__actions {
        min-width: 0;
    }

    .srn-action {
        min-width: 38px;
        height: 38px;
        font-size: 19px;
    }
}

@media (max-width: 575.98px) {
    main {
        padding-bottom: 92px;
    }

    .feed-page-container {
        padding-left: 0;
        padding-right: 0;
    }

    .feed-center {
        padding-left: 8px;
        padding-right: 8px;
    }

    .composer-card,
    .feed-card,
    .story-rail,
    .feed-product-rail,
    .feed-mobile-search {
        border-radius: 16px;
    }

    .composer-card {
        padding: 12px;
    }

    .composer-card__footer {
        gap: 7px;
    }

    .composer-tool,
    .composer-submit {
        padding: 0 11px;
        font-size: 13px;
    }

    .composer-preview {
        grid-template-columns: repeat(3, 1fr);
    }

    .feed-card__header {
        padding: 12px 12px 6px;
    }

    .feed-card__body,
    .feed-card__stats,
    .comment-panel {
        padding-left: 12px;
        padding-right: 12px;
    }

    .feed-card__text {
        font-size: 14px;
    }

    .feed-media__item {
        min-height: 150px;
    }

    .feed-media--1 .feed-media__item {
        min-height: 230px;
    }

    .feed-action {
        min-height: 46px;
        font-size: 13px;
    }

    .feed-author__avatar,
    .composer-card__avatar {
        width: 42px;
        height: 42px;
    }

    .srn-profile span,
    .srn-profile b {
        display: none !important;
    }
}
