.streetwise-author-profile .streetwise-author-profile-info {
    padding: 30px 25px;
    border-right: 1px solid var(--primary-border-color);
    height: 100%;
}

.streetwise-author-profile-info .streetwise-author-avatar {
    border: 1px solid var(--primary-border-color);
    border-radius: 0;
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    padding: 5px;
    justify-content: center;
    margin: 0 auto 8px;
}

.streetwise-author-profile-info .streetwise-author-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
}

.streetwise-author-profile-info .streetwise-author-name {
    color: var(--grid-text-color);
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin: 0 0 5px;
    text-align: center;
}

.streetwise-author-profile-info .streetwise-author-name i {
    font-size: 14px;
    margin: 3px 0 0 5px;
    color: var(--primary-color);
    position: relative;
    top: -1px;
}

.streetwise-author-profile-info .streetwise-author-rating-stars {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 18px;
}

.streetwise-author-profile-info .streetwise-author-rating-stars i {
    font-size: 14px;
    margin: 0 3px;
    color: var(--golden-700);
}

.streetwise-author-profile-info .streetwise-author-rating-stars i.fa-regular:not(.fa-star-half-stroke) {
    font-weight: 900;
    color: #C9C9C9;
}

.streetwise-author-profile-info .streetwise-author-profile-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6px 0 2px 0 ;
}

.streetwise-author-profile-info .streetwise-author-profile-actions .streetwise-author-profile-action {
    margin: 0 6px;
}

.streetwise-author-profile-info .streetwise-author-profile-actions .streetwise-author-profile-action svg {
    width: 20px;
    height: 20px;
}

.streetwise-author-profile-info .streetwise-author-profile-actions .streetwise-author-share-profile svg {
    color: var(--primary-color);
}

.streetwise-author-profile-info .streetwise-author-profile-actions .streetwise-author-report-profile svg {
    color: var(--grid-text-color);
}

.streetwise-author-profile-info .streetwise-author-edit-profile {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #7D869F;
    cursor: pointer;
    margin: 0 0 14px 0;
}

.streetwise-author-profile-info .streetwise-author-edit-profile i {
    margin: 0 5px 0 0;
    color: inherit;
    font-size: 12px;
}

.streetwise-author-profile-info .streetwise-author-stats {
    border-top: 1px solid var(--primary-border-color);
    border-bottom: 1px solid var(--primary-border-color);
    padding: 15px 0;
    margin: 0 0 10px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.streetwise-author-profile-info .streetwise-author-stats i {
    font-size: 25px;
    color: var(--primary-color);
    margin: 0 13px 0 0;
}

.streetwise-author-profile-info .streetwise-author-stats .streetwise-author-stat:not(:last-child) {
    margin: 0 13px 0 0;
    padding: 0 13px 0 0;
    border-right: 1px solid var(--primary-border-color);
}

.streetwise-author-profile-info .streetwise-author-stats .streetwise-author-stat h6 {
    font-size: 10px;
    line-height: 20px;
    font-weight: bold;
    color: var(--grid-text-color);
    margin: 0 0 0 0;
}

.streetwise-author-profile-info .streetwise-author-stats .streetwise-author-stat p {
    font-size: 14px;
    line-height: 20px;
    color: var(--grid-text-color);
    margin: 0 0 0 0;
}

.streetwise-author-profile-info .streetwise-author-linked-platforms {
    border-bottom: 1px solid var(--primary-border-color);
    margin: 0 0 15px 0;
    padding: 0 0 5px 0;
}

.streetwise-author-profile-info .streetwise-author-linked-platforms h4 {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: var(--grid-text-color);
    margin: 0 0 15px 0;
}

.streetwise-author-profile-info .streetwise-author-linked-platforms .streetwise-author-linked-platform {
    font-size: 14px;
    line-height: 20px;
    color: var(--grid-text-color);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 10px 0;
}

.streetwise-author-profile-info .streetwise-author-linked-platforms .streetwise-author-linked-platform .streetwise-author-linked-platform-icon {
    margin: 0 8px 0 0;
    font-size: 16px;
    width: 16px;
    height: 16px;
    color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.streetwise-author-profile-info .streetwise-author-linked-platforms .streetwise-author-linked-platform .streetwise-author-linked-platform-status {
    margin: 0 0 0 auto;
    font-size: 14px;
    color: var(--primary-border-color);
}

.streetwise-author-profile-info .streetwise-author-linked-platforms .streetwise-author-linked-platform .streetwise-author-linked-platform-status.streetwise-status-verified {
    color: var(--green-700);
}

.streetwise-author-profile-info .streetwise-author-member-since {
    font-size: 13px;
    line-height: 18px;
    color: #7D869F;
    margin: 0 0 0 0;
}

.streetwise-author-profile .streetwise-author-container {
    padding: 20px 30px;
}

.streetwise-author-container .streetwise-author-items h4,
.streetwise-frontend-form-container .cwp-frontend-section-heading-container h2 {
    color: var(--grid-text-color);
    margin: 0 0 17px 0;
    font-size: 15px;
    text-decoration: none;
    transition: var(--transition);
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

.streetwise-author-tabs-container .streetwise-author-tabs {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border: none;
    margin: 0 0 -30px 0;
}

.streetwise-author-tabs-container .streetwise-author-tabs .nav-link {
    background: #FFFFFF;
    border: 1px solid #E0E1E2;
    border-radius: 0;
    color: #7D869F;
    font-size: 14px;
    line-height: 34px;
    font-weight: normal;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.streetwise-author-tabs-container .streetwise-author-tabs .nav-link i {
    font-size: 18px;
    padding: 5px;
}

.streetwise-author-tabs-container .streetwise-author-tabs .nav-link i,
.streetwise-author-tabs-container .streetwise-author-tabs .nav-link svg {
    margin: 0 5px 0 0;
    color: #7D869F;
}

.streetwise-author-tabs-container .streetwise-author-tabs .nav-link.active {
    background: #E0E1E2;
    color: var(--heading-color);
}

.streetwise-author-tabs-container .streetwise-author-tabs .nav-link.active i,
.streetwise-author-tabs-container .streetwise-author-tabs .nav-link.active svg {
    color: var(--heading-color);
}

.streetwise-author-tabs-container .streetwise-author-tabs .nav-item:first-of-type .nav-link {
    border-radius: 4px 0 0 4px;
}

.streetwise-author-tabs-container .streetwise-author-tabs .nav-item:last-of-type .nav-link {
    border-radius: 0 4px 4px 0;
}

.streetwise-not-filled-btn {
    -webkit-font-smoothing: antialiased;
    -webkit-box-align: center;
    align-items: center;
    border: 1px solid rgb(148, 148, 148);
    border-radius: 0px;
    box-sizing: border-box;
    display: inline-flex;
    font-family: "Source Sans Pro", Helvetica, Arial, Geneva, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0px 24px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition-duration: 0.3s;
    transition-property: background-color, border-color, color;
    transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
    background-color: rgb(255, 255, 255);
    color: var(--primary-color);
    height: 40px;
}

.cwp-share-modal ul.cwp-share-options li {
    padding: 0 !important;
    margin: 0 5px;
    line-height: 0 !important;
}

.cwp-share-modal {
    position: absolute;
    bottom: -90px;
}

.cwp-share-modal ul.cwp-share-options li a {
    width: 32px;
    height: 32px;
    display: flex;
    transition: 0.3s ease-in-out;
    align-items: center;
    justify-content: center;
}

.cwp-share-modal ul.cwp-share-options li a:hover {
    transform: scale(1.15);
}

.cwp-share-modal ul.cwp-share-options {
    background: rgb(255 255 255);
    box-shadow: unset;
    border-radius: unset;
    border: 1px solid #00000033;
}