/* watson.css - en_GB - 7.213.082 - 2025/05/28 09:35 */

#landing-container form .search-landing {
    padding-left: 0;
}


.select2-container .select2-choice {
    border-radius: 0;
    height: 100%;
    line-height: 46px;
}

.select2-container .select2-choice .select2-arrow b {
    background-position: 0 10px;
}

.select2-container .select2-choice abbr {
    top: 16px;
}

.qtip-nu {
    background-color: #f9f9f9;
    color: #333;
    padding: 4px;
    font-size: 13px;
    line-height: 1.3;
    border: 2px solid #333;
}


.spinner {
    margin: 10px auto;
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 10px;
}

.spinner > div {
    background-color: #fff;
    height: 100%;
    width: 6px;
    margin-right: 4px;
    display: inline-block;

    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
    20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
    0%, 40%, 100% {
      transform: scaleY(0.4);
      -webkit-transform: scaleY(0.4);
    }  20% {
      transform: scaleY(1.0);
      -webkit-transform: scaleY(1.0);
    }
}


.author_details {
    margin-bottom: 40px;
}

.author_details-name {
    font-size: 28px;
    padding-bottom: 25px!important;
}

.author_details-img {
    width: 100%;
    height: auto;
}

.author_details-analysis {
    margin: 0 0 30px 0;
    border-left: 1px solid #ccc;
}

.author_details-analysis-text {
    padding: 0 30px 0 30px;
}

.author_details-analysis p {
    margin-bottom: 0;
}

.author_details-analysis-card {
    margin: 0;
    padding: 0 31px 20px 31px;
}

.author_details-analysis-name {
    margin-bottom: 10px!important;
}

.author_details-feature {
    height: 25px;
    margin-bottom: 10px;
}

.author_details-feature span {
    line-height: 1.2;
}

.author_details-feature .progress {
    border-radius: 0;
    cursor: help;
}

.author_details-feature .progress:hover {
    outline: 2px solid #ddd;
}

.author_details-feature .progress-bar--extroversion {
    background-color: #3498db;
}
.author_details-feature .progress-bar--agreeableness {
    background-color: #27ae60;
}
.author_details-feature .progress-bar--conscientiousness {
    background-color: #8e44ad;
}
.author_details-feature .progress-bar--neuroticism {
    background-color: #c0392b;
}
.author_details-feature .progress-bar--openness {
    background-color: #f1c40f;
}

.author_details-feature-points {
    float: right;
    width: 270px;
    height: 20px;
    background-color: #f0f0f0;
}

.author_details-analysis-card--original .author_details-feature {
    height: 30px;
}

.author_details-analysis-card--original .author_details-feature span {
    line-height: 1.9;
}

.author_details-analysis-card--original .author_details-feature-points {
    width: 80%;
    height: 30px;
}
.author_details-analysis-card--original .progress {
    height: 100%;
}

.author_details-disclaimer {
    font-size: 12px;
}


.similar_authors_container {
}

.similar_authors_container h4 {
    margin: 30px 30px 40px 30px!important;
    font-size: 30px;
}

.similar-authors {
    list-style-type: none;
    padding: 0 30px;
}

.similar-authors li {
    position: relative;
    margin-bottom: 45px;
}

.similar_author-profile img {
    width: 100%;
    height: auto;
}

.similar_author-profile a,
.similar_author-profile h5 {
    display: block;
    color: #428bca!important;
    font-size: 16px;
}

.similar_author-link {
    margin-bottom: 6px!important;
    font-size: 17px;
}

.similar_author-traits {
    padding-top: 0;
}

.similar_author-book_reel {
    text-align: center;
}

.similar_author-book_reel-book {
    float: left;
    width: 49%;
}

.similar_author-book_reel-book .details {
    margin-top: 10px;
}

.similar_author-book_reel-book .shelf-title,
#similar-books .shelf-title {
    color: #000;
    line-height: 1.4;
}

#list-similar-authors .similar-book-author {
    display: none;
}


#list-similar-authors .starting-price a {
    color: #666;
    text-decoration: underline;
}

#list-similar-authors .starting-price:before {
    content: '\25BA ';
}

#list-similar-authors .see-more-btn {
    margin-top: 80px;
    font-size: 17px;
    font-weight: normal;
}

.similar_author-book_reel-book + .similar_author-book_reel-book {
    margin-left: 2%;
}

.similar_author-book_reel-book img {
    max-width: 100%;
}


.watson-hidden {
    display: none;
}


#landing-container .editions-carousel,
#landing-container .carousel {
    height: auto;
}