@media(min-width:1920px){
  .section-main-blog {
      padding-left: 25%;
  }
}
.custom-profile-sidebar {
  color: #fff;
  width: 492px;
  border-radius: 0;
  min-height: 100vh;
  font-family: 'Inter', Arial, sans-serif;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  background: linear-gradient(180deg, #3C3C3C -4.66%, #141414 44.71%);
}
.section-custom-sidebar .elementor-shortcode {
    height: 100%;
}
.custom-profile-banner {
  width: 100%;
  background: transparent;
  border-radius: 0;
  overflow: hidden;
  position: relative;
}
.cpb-following-list .cpb-following-link {
  display: flex;
  align-items: center;
  gap: 14px;
}
.cpb-cover img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}
.cpb-profile-info {
  padding-top: 0;
  padding-bottom: 30px;
  margin-top: -64px;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0 30px;
}
.cpb-avatar-wrapper {
  width: 146px;
  height: 146px;
  background: #fff;
  border-radius: 50%;
  border: 6px solid #232324;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.10);
}
.cpb-avatar, 
.cpb-avatar-wrapper .avatar{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
.cpb-follow-btn {
  position: absolute;
  top: 90px;
  right: 34px;
  background: rgba(234, 33, 33, 0.2);
  color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(234, 33, 33, 1);
  border-radius: 20px;
  padding: 5px 24px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.cpb-follow-btn:hover {
  background: #822e2b;
  color: #fff;
}
.cpb-name-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-top: 12px;
}
.cpb-name {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}
.cpb-username {
  font-size: 15px;
  color: rgba(113, 118, 123, 1);
  font-weight: 400;
}
.cpb-title {
  color: rgba(113, 118, 123, 1);
  font-size: 18px;
  margin-top: 10px;
  font-weight: 500;
}
.cpb-bio {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  margin-top: 18px;
  max-width: 95%;
  word-break: break-word;
  line-height: 1.6;
}
/* Following */
.cpb-section-following {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 40px;
  padding: 0 30px;
}
.cpb-following-title {
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 1);
}
.cpb-following-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cpb-following-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
  font-size: 1.13rem;
}
.cpb-section-following .cpb-following-avatar,
.cpb-section-following .avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  background: #2f2f2f;
}
.cpb-following-name {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 400;
}
.cpb-following-menu {
  margin-left: auto;
  color: rgba(113, 118, 123, 1);
  font-size: 1.45em;
  font-weight: 500;
  padding-right: 0;
  cursor: pointer;
  letter-spacing: 2px;
}
.cpb-following-menu svg circle {
    fill: rgba(113, 118, 123, 1);
}

.cpb-following-seeall {
  color: rgba(113, 118, 123, 1);
  font-size: 17px;
  text-decoration: none;
  display: block;
  margin: 0;
  margin-top: 30px;
  transition: color 0.2s;
}
.cpb-following-seeall:hover {
  color: #fff;
  text-decoration: underline;
}
/* Lists */
.cpb-section-lists {
  width: 100%;
  margin-top: 0;
  margin-bottom: 32px;
  padding: 0 30px;
}
.cpb-lists-title {
  font-weight: 600;
  font-size: 20px;
  margin-left: 0;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 1);
}
.cpb-lists-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cpb-lists-list li {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 24px;
}
.cpb-lists-list .cpb-lists-thumb {
  width: 97px;
  height: 55px;
  border-radius: 0;
  object-fit: cover;
  background: #2f2f2f;
  border: none;
}
.cpb-lists-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cpb-lists-name {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 3px;
  line-height: 1;
}
.cpb-lists-saves {
  color: rgba(113, 118, 123, 1);
  font-size: 15px;
}
.cpb-lists-seeall {
  color: rgba(113, 118, 123, 1);
  font-size: 17px;
  text-decoration: none;
  display: block;
  margin: 0;
  transition: color 0.2s;
}
.cpb-lists-seeall:hover {
  color: #fff;
  text-decoration: underline;
}
/* Footer */
.cpb-sidebar-footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  align-items: center;
  font-size: 1.1em;
  z-index: 10;
  margin-top: auto;
  margin-bottom: 10px;
}
.cpb-sidebar-footer a {
  color: #d2d2d2;
  text-decoration: none;
  font-weight: 400;
  transition: color 0.18s;
}
.cpb-sidebar-footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.cpb-list-hidden { 
  display:none; 
}
ul#menu-sidebar-footer {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 30px;
}

ul#menu-sidebar-footer a {
  display: inline-block;
  line-height: 40px;
  font-size: 12px;
  color: rgba(192, 192, 192, 1);
}
@media(max-width: 1024px){
  .custom-profile-sidebar {
      width: 100%;
  }
  .cpb-sidebar-footer{
    position: relative;
    bottom: 0;
    margin-bottom: 50px;
  }
  ul#menu-sidebar-footer{
    justify-content: flex-start;
    gap: 30px;
  }
}
@media(max-width:480px){
  .cpb-profile-info, .cpb-section-following, .cpb-section-lists,ul#menu-sidebar-footer{
    padding: 0 20px;
  }
  .cpb-bio{
    font-size: 15px
  }
  ul#menu-sidebar-footer{
    gap: 0;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}