/* Custom Profile Page Styles */
.container {
    max-width: 930px;
  }
  
  .rounded-circle {
    border: 1px solid #dbdbdb;
  }
  
  .profile-header .btn {
    margin-right: 10px;
    font-size: 0.85rem;
    padding: 5px 15px;
  }
  
  .profile-header h3, .profile-header .d-flex {
    margin: 0;
  }
  
  .nav-tabs .nav-link {
    color: #262626;
    font-weight: 500;
    padding: 10px;
  }
  
  .nav-tabs .nav-link.active {
    border-color: transparent;
    border-bottom: 2px solid #262626;
  }
  
  .story-placeholder {
    width: 70px;
    height: 70px;
    border: 1px solid #dbdbdb;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
  }
  
  .post-thumbnail {
    height: 300px;
    object-fit: cover;
    border: 1px solid #dbdbdb;
  }
  
  .img-fluid {
    width: 100%;
    height: auto;
  }
  
  /* New Styles for Avatar and Alignment */
  .col-2 {
    max-width: 80px; /* Adjust the size as needed */
  }
  
  .col-10 {
    padding-left: 0;
  }
  
  .align-items-center {
    align-items: center !important;
  }
  

  /* Custom Styles for Home Page Feed */
.card {
    border-radius: 8px;
    overflow: hidden;
  }
  
  .card-img-top {
    object-fit: cover;
    height: 200px; /* Adjust as needed */
  }
  
  .mt-4 {
    margin-top: 1.5rem;
  }


  /* app/assets/stylesheets/custom.css */
#search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }

  .search-result-item {
    /* Ensure no `display: none` or other hiding styles are applied */
    display: block; /* Or other relevant styles */
  }
.btn-like.active {
    color: red;
  }
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
