/* =========================================================
   HOTTP V2 (UBS/MARBLE) INTEGRATED DESKTOP STYLES (REFINED)
   ========================================================= */

.hottp-v2-integrated {
    margin-bottom: 24px;
    font-family: 'Gentium Book Plus', 'Gentium Basic', serif;
    font-size: 0.95em;
    color: #333;
    line-height: 1.4;
}

.hottp-v2-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.hottp-v2-cover {
    height: 50px;
    width: auto;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.hottp-v2-title-block {
    font-size: 0.9em;
    line-height: 1.2;
}

.hottp-v2-remark {
    margin-left: 20px;
    margin-bottom: 12px;
    color: #444;
}

.hottp-v2-remark-list {
    margin: 5px 0 5px 20px;
    padding: 0;
    list-style: none;
}

.hottp-v2-remark-list li {
    margin-bottom: 4px;
    position: relative;
}

.hottp-v2-suggestion {
    margin-left: 20px;
    margin-bottom: 12px;
    font-weight: bold;
    color: #d35400;
    font-size: 0.9em;
}

.hottp-v2-alternative {
    margin-left: 20px;
    margin-bottom: 8px;
}

.hottp-v2-bullet {
    color: #FFBF40;
    margin-right: 5px;
}

/* RATING BADGES */
.hottp-v2-rating {
    display: inline-block;
    padding: 1px 6px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 0.8em;
    color: white;
    margin-right: 5px;
    min-width: 20px;
    text-align: center;
}

.hottp-rating-a { background-color: #27ae60; }
.hottp-rating-b { background-color: #f1c40f; color: #000; }
.hottp-rating-c { background-color: #e67e22; }
.hottp-rating-d { background-color: #c0392b; }

.hottp-v2-source-text {
    font-weight: 500;
}

.hottp-v2-versions-details {
    color: #666;
    font-size: 0.9em;
}

.hottp-v2-ver-name {
    font-variant: small-caps;
    font-weight: bold;
    color: #555;
}

.hottp-v2-factors-line {
    color: brown;
    font-size: 0.85em;
    margin-top: 2px;
    margin-left: 20px;
}

.hottp-v2-biblio-line {
    margin-left: 20px;
    color: brown;
    font-size: 0.85em;
    margin-top: 8px;
    padding-top: 5px;
    border-top: 1px dotted #eee;
}

.hottp-v2-bib-text {
    color: #333;
}

.hottp-factor-link {
    text-decoration: underline dotted;
    cursor: help;
    color: brown;
}

.hottp-factor-link:hover {
    color: #c0392b;
}
