﻿.post-view .flexblock.listadd {
    background-color: transparent;
}

.post-view .listadd,
.post-view .listad {
    min-height: 116px;
    max-height: 116px;
    height: 116px;
    overflow: hidden;
    padding: 4px 3px;
    margin: 4px 5px 0 0;
    position: relative;
    background: -webkit-gradient(linear, left top, right top, color-stop(.25, #eee), color-stop(.75, #fff));
}

.post-view .gallerylistdate1 {
    position: absolute;
    top: 5px;
    left: -11px;
    font-size: 9px;
    color: #777;
    width: auto;
    margin: 96px 0 0 12px;
}

.post-view a {
    /*color: #337ab7;*/
    text-decoration: none;
    background-color: transparent;
}

    .post-view a:link {
        color: #000000 !important;
    }

.post-view .listimage_saved img {
    width: 97px;
    height: 97px;
    object-fit: cover;
    object-position: center;
}

.post-view img {
    border: 0;
}

.post-view .listcontent {
    font-size: 8pt;
    max-height: 118px;
    position: relative;
    width: 100%;
    display: block;
    margin-top: -8px;
}

.post-view a.listtitle {
    font-size: 12pt;
    line-height: 1.3em;
}

.post-view .listinfo {
    font-size: 6pt;
    line-height: 1.3em;
    display: block;
    position: relative;
    left: 112px;
    overflow: hidden;
    margin-top: 0;
    word-wrap: break-word;
    width: 70%;
}

.post-view .listbody {
    display: block;
    height: 52px;
    margin-top: 0;
    line-height: 1.3em;
    position: relative;
    left: 112px;
    width: 60%;
    white-space: pre-line;
}

.post-view .clearrHeight {
    clear: both;
}

/* Default: blue */
.post-view .listinfo a.listtitle,
.post-view .listinfo a.listtitle:link {
    color: #0000EE !important; /* classic blue, adjust to taste */
}

    /* Visited: keep blue (or use a slightly muted shade) */
    .post-view .listinfo a.listtitle:visited {
        color: #551A8B !important; /* browser-default visited purple — change if preferred */
    }

    /* Hover: red */
    .post-view .listinfo a.listtitle:hover {
        color: #c12525 !important;
    }
