.sd-wrapper-df06be6a {
    font-family: inherit;
    color: #333;
}
.sd-category-item-df06be6a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border: 1px solid #ddd;
    margin-bottom: -1px;
    cursor: pointer;
    background: #fff;
    transition: background 0.2s;
}
.sd-category-item-df06be6a:hover {
    background: #f9f9f9;
}
.sd-cat-name-df06be6a {
    font-weight: bold;
    color: #555;
}
.sd-cat-count-df06be6a {
    background: #777;
    color: #fff;
    border-radius: 3px;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: bold;
}

/* Profile View */
.sd-back-btn-df06be6a {
    display: inline-block;
    padding: 5px 15px;
    border: 2px solid #000;
    background: #fff;
    color: #000;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 20px;
    border-radius: 4px;
    font-size: 14px;
}
.sd-back-btn-df06be6a:hover {
    background: #eee;
}

.sd-profile-card-df06be6a {
    display: flex;
    gap: 20px;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    padding: 20px;
    margin-bottom: 20px;
}
.sd-profile-img-df06be6a {
    width: 250px;
    flex-shrink: 0;
}
.sd-profile-img-df06be6a img {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    margin-bottom: 15px;
}
.sd-profile-footer-links-df06be6a {
    font-size: 13px;
}
.sd-profile-footer-links-df06be6a a {
    color: #3b71a3;
    text-decoration: none;
}
.sd-profile-footer-links-df06be6a a:hover {
    text-decoration: underline;
}

.sd-profile-details-df06be6a {
    flex-grow: 1;
}
.sd-profile-details-df06be6a h3 {
    margin: 0 0 5px 0;
    font-size: 20px;
}
.sd-profile-details-df06be6a p {
    margin: 0 0 5px 0;
    font-size: 14px;
    line-height: 1.4;
}
.sd-profile-details-df06be6a .sd-title-df06be6a {
    font-weight: bold;
}
.sd-profile-details-df06be6a .sd-phone-df06be6a {
    margin-top: 10px;
}

.sd-profile-links-df06be6a {
    margin-top: 10px;
}
.sd-profile-links-df06be6a p {
    margin-bottom: 5px;
}
.sd-profile-links-df06be6a a {
    text-decoration: none;
}
.sd-profile-links-df06be6a a:hover {
    text-decoration: underline;
}

.sd-hidden-df06be6a {
    display: none !important;
}

@media (max-width: 767px) {
    .sd-profile-card-df06be6a {
        flex-direction: column;
    }
    .sd-profile-img-df06be6a {
        width: 100%;
    }
}
