
.node-type--shared-experience .page__content{
    padding-top: 0;
}
.node-type--shared-experience .block-arrow--bottom::after{
    content: none;
}
.secontent__multimedia-carousel-nav .slick-slide{
    width: auto !important;
    border: 2px solid white;
    cursor: pointer; 
}
.secontent__multimedia-carousel-nav .slick-track{
    display: flex;
}
.secontent__multimedia-element--image .slick-next:before,
.secontent__multimedia-element--image .slick-prev:before,
.secontent__multimedia-carousel-nav .slick-next:before,
.secontent__multimedia-carousel-nav .slick-prev:before{
    color: var(--se-primary-color);
}
.secontent__multimedia-element--image .slick-next .slick-next-icon:before,
.secontent__multimedia-element--image .slick-prev .slick-prev-icon:before,
.secontent__multimedia-carousel-nav .slick-next .slick-next-icon:before,
.secontent__multimedia-carousel-nav .slick-prev .slick-prev-icon:before{
    display: none;
}
.secontent__left{
    margin-bottom: 1rem;
}
.secontent__user{
    font-size: 0.8rem;
    margin-bottom: 1rem;
}
.secontent__user__link {
    display: inline-block;
    color: var(--se-dark-color);
}
.secontent__user__link:hover{
    color: var(--se-primary-color);
}

.secontent__user__image .akis-profile__img{
    object-fit: cover;
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    max-width: unset;
}

.secontent__user__info {
    width: calc(75% - 0.25rem);
}
.secontent__doctype--image{
    background-color: #B12EA7;
}
.secontent__doctype--audio{
    background-color: #E3B05A;
}
.secontent__doctype--file{
    background-color: var(--se-primary-color);
}
.secontent__doctype--video{
    background-color: #008DDA;
}

.secontent__average .js-form-type-select{
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.secontent__view-count,
.secontent__created {
    font-size: 0.7rem;
}
/*Node item*/
.secontent--item {
    background-color: #FFFFFF;
    padding: 0.5rem;
    border-radius: 0.5rem;
    margin: -0.2rem;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    margin-bottom: 0;
    height: 100%;
}
.secontent--item .secontent__card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.secontent--item .secontent__left {
    margin-bottom: 0.5rem;
}
.secontent--item .secontent__right {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.secontent--item .secontent__right > a{
    font-weight: inherit;
}
.secontent--item .secontent__right > a,
.secontent--item .secontent__right > a:hover{
    color: var(--se-dark-color);
}
.secontent--item .secontent__text a{
    color: var(--se-dark-color);
    font-weight: lighter;
    display: block;
}
.secontent--item .secontent__title {
    min-height: 2.4rem;
    line-height: normal;
    font-weight: normal;
    margin-bottom: 0.2rem;
}
.secontent--item .secontent__text:hover .secontent__title{
    color: var(--se-primary-color);
}
.secontent--item .secontent__body {
    margin-bottom: 0.2rem;
    font-size: 0.80rem;
    line-height: normal;
}
.secontent--item .secontent__control {
    justify-content: space-around;
    align-items: center;
    background: whitesmoke;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    margin-bottom: -0.3rem;
    margin-top: 1rem;
    border-radius: 3px;
    padding: 0.5rem;
}
.secontent--item .secontent__user {
    margin-top: -5px;
    position: relative;
    margin-bottom: 0;
}

.secontent--item .secontent__user__name{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.secontent--item .secontent__user__image .akis-profile__img{
    width: 2.8rem;
    height: 2.8rem;
}

.secontent--item .secontent__average .js-form-type-select{
    justify-content: space-between;
    font-size: 0.8rem;
}



/*Node shared experience*/

.secontent__card{
    position: relative;
}

.secontent__alert {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
    background-color: orange;
    padding: 0.1em 0.5em 0em;
    font-size: 0.9rem;
    text-align: center;
    font-weight: 600;
}



.secontent__cover-image {
    position: relative;
}

.secontent__doctype {
    padding: 0.1em 0.5em 0em;
    position: absolute;
    right: 0;
    bottom: 0;
    color: white;
    font-size: 0.75rem;
}

/* .secontent__user a {
    color: #000000;
    font-weight: inherit;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
} */


.secontent__user__profession {
    font-weight: bold;
}

.secontent__title {
    color: #6B962E;
    margin-bottom: 1rem;
}

.secontent__body {
    /* font-size: 0.80rem; */
}

.secontent__nav-slide{
    max-width: 400px;
    margin: 0 auto;
}

.secontent__nav-slide .slick-slider .slick-list{
    height: auto;
}

.secontent__multimedia-element{
    position: relative;
}

.secontent__control__edit a{
    padding: 0.2rem 1.5rem;
    border-radius: 2px 2px 2px 2px;
}
.secontent__control__delete a{
    padding: 0.2rem 1.5rem;
    border-radius: 2px 2px 2px 2px;
}

/*Node shared experience --full*/
.secontent--full .secontent__alert {
    position: static;
}

/*Node shared experience --audio*/
.secontent--audio .secontent__multimedia-element,
.secontent--audio .secontent__alert {
    /* max-width: 840px; */
    margin: 0 auto;
}
.secontent--audio .secontent__alert{
    position: absolute;
    width: min-content;
    left: 50%;
    transform: translateX(-50%);
}

.secontent__average--inactive [class^="fivestar-form-"] input,
.secontent__average--inactive [class^="fivestar-form-"] select,
.secontent__average--inactive [class^="fivestar-form-"] .star a,
.secontent__average--inactive [class^="fivestar-form-"] input[type="submit"] {
  pointer-events: none;
  cursor: default;
  opacity: 0.7;
}

.secontent__comments{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
    border-top: 1px solid lightgray;
    padding-top: 1rem;
}
.secontent__comments_new{
    position: absolute;
    top: 0;
    left: 1rem;
    padding: 0 1rem;
    background: var(--bs-success-bg-subtle);
}
.secontent__comment{
    padding: 0.5rem 0;
    padding-bottom: 0;
}
.secontent__comments .js-comment{
    padding: 0 0.5rem;
}
.secontent__comment__picture{
    min-width: 80px;
}
.secontent__comment__body{
    flex-grow: 1;
}
.secontent__comments .js-comment:not(.indented){
    background-color: inherit;
    border-left: inherit; 
}
.secontent__comments article.js-comment:nth-of-type(odd){
    background-color: whitesmoke;
}
.secontent__comment__info{
    font-size: 0.7rem;
    font-weight: 400;
}
.secontent__comment__text{
    /* padding: 0.5rem 0; */
}

.secontent__comment .links{
    justify-content: end;
    gap: 1rem;
    margin-top: -1rem;
}
.secontent__new-comment{
    margin-top: 2rem;
}
.secontent__new-comment .form-actions{
    text-align: right;
    margin-top: 0.1rem;
}
.secontent__new-comment .akis-alerts .alert{
    margin: 0;
    padding: 0.5rem;
    font-size: 0.8rem;
    border: none;
    border-radius: 0;
}
.secontent__new-comment .akis-alerts .alert-dismissible .btn-close{
    padding: 0;
    top: 0.5rem;
    right: 0.5rem;
}

.secontent__new-comment .form-label{
    display: none;
}
.secontent__new-comment__header{
    font-weight: 400;
    margin-bottom: 0.5rem;
    border-left: 4px solid var(--bs-success-bg-subtle);
    padding-left: 0.5rem;
}