.situp-profile, .situp-profile-page .situp-profile {
    max-width: 500px;
    margin: 2em auto;
    padding: 2em;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.10);
    text-align: center;
    position: relative;
    overflow: hidden;
}
.situp-avatar {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1em;
}
.situp-avatar-img, .situp-avatar img {
    border-radius: 50%;
    width: 128px;
    height: 128px;
    object-fit: cover;
    border: 4px solid #f7c948;
    box-shadow: 0 2px 8px rgba(247,201,72,0.15);
    background: #fffbe6;
}
.situp-name {
    font-size: 2.2em;
    margin-bottom: 0.3em;
    color: #222;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.situp-bio {
    font-size: 1.15em;
    color: #444;
    margin-bottom: 1.2em;
    white-space: pre-line;
    background: #f9fafb;
    border-radius: 8px;
    padding: 1em;
    display: inline-block;
    max-width: 90%;
}
.situp-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}
.situp-contrib-badge {
    background: linear-gradient(90deg, #f7c948 0%, #f7971e 100%);
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
    border-radius: 999px;
    padding: 0.5em 1.5em;
    box-shadow: 0 2px 8px rgba(247,201,72,0.10);
    margin: 0 0.5em;
    display: inline-block;
    letter-spacing: 0.5px;
    transition: background 0.2s;
}
.situp-contrib-badge:after {
    content: " ✨";
}
.situp-contrib-message {
    color: #f7971e;
    font-size: 1em;
    margin-top: 0.5em;
    font-weight: 500;
    letter-spacing: 0.2px;
}
.situp-profile-edit-success {
    background: #e6ffed;
    color: #207227;
    border-radius: 6px;
    padding: 0.7em 1em;
    margin-bottom: 1em;
    font-weight: 600;
}
.situp-profile-edit-error {
    background: #fff0f0;
    color: #b71c1c;
    border-radius: 6px;
    padding: 0.7em 1em;
    margin-bottom: 1em;
    font-weight: 600;
}
@media (max-width: 600px) {
    .situp-profile, .situp-profile-page .situp-profile {
        padding: 1em;
    }
    .situp-avatar-img, .situp-avatar img {
        width: 80px;
        height: 80px;
    }
} 



.situp-profile-widget-box {
  background: #fff;
  /*padding: 1rem;*/
  margin-top: 1rem;
  font-family: sans-serif;
}

.situp-profile-title {
  background: #ffc107;
  width:100%;
  color: #000;
  padding: 6px 12px;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 12px;
  display: inline-block;
}

.situp-profile-user-info {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.situp-profile-avatar {
  flex-shrink: 0;
}

.situp-profile-avatar img {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  object-fit: cover;
  display: block;
}

.situp-profile-meta {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.situp-profile-name {
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  color: #111;
  line-height: 1.2;
  margin-bottom: 4px;
}

.situp-profile-recent a {
  font-size: 13px;
  color: #0073aa;
  text-decoration: none;
  line-height: 1.4;
}

.situp-profile-recent a:hover {
  text-decoration: underline;
}

.situp-profile-recent{
    margin: 0px;
}
