/*--------------------------------------------------------------
# Post Objects
--------------------------------------------------------------*/

.post-object {
    transition: all 0.25s ease;
    flex-grow: 1;
    padding: 12px;
    border-radius: var(--radius-large);
    border: 1px var(--border) solid;
}

.post-object p {
    font-size: 12px;
    line-height: 1.6;
    color: var(--light-text);
}

.post-object .hentry,
.post-object .more-info {
    display: grid;
    gap: 12px;
}

.post-object.top-chart .more-info {
    padding: 12px;
    background: var(--chart-bg);
}

.post-object.top-chart .about {
    display: grid;
    gap: 12px;
    margin-top: 10px;
}

.post-object.top-chart .list-feed {
    margin-top: 16px;
    background: #f7f7fb;
    box-shadow: 0 0 0 1px #eeeef3;
    padding: 14px;
    gap: 0 !important;
    border-radius: var(--border-radius);
}

.post-object.top-chart .list-feed .list-post-excerpt {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.post-object.top-chart .list-feed .widget-title {
    margin-bottom: 0;
    border-bottom: 0;
}

.post-object.top-chart .list-feed .widget-title h4 {
    margin-bottom: 8px;
}

.post-object a {
    text-decoration: none;
    padding: 0;
    color: var(--dark-text);
    display: flex;
    gap: 12px;
}

.post-object a:hover .title .object-title {
    color: var(--brand);
}

.post-object.top-chart .coin-info a,
.post-object.coin a {
    justify-content: space-between;
}

.post-object.top-chart .ccc-widget {
    border-radius: var(--border-radius);
    overflow: hidden;
}

.post-object.top-chart .coin-info .logo,
.post-object.coin .logo {
    border-radius: 100%;
}

.ccc-chart .header-div,
.ccc-chart span {
    display: none;
}

.top-chart .chart .ccc-widget div {
    border-radius: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.post-object .content {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.post-object .action-btns {
    display: flex;
    gap: 8px;
    align-items: center;
}

.post-object .content .title {
    flex: 1;
    min-width: 0;
}

.post-object .more-info {
    gap: 10px;
}

.post-object a.cta,
.post-object a.more-link,
.post-box .post-object a.more-link {
    font-weight: bold;
    display: inline-block;
    font-size: 10px;
    padding: 4px 8px;
    border-radius: 14px;
    color: var(--light-text);
    background: var(--bg-hover);
    text-decoration: none;
}

.post-object a.cta {
    color: var(--bg-primary);
    background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(61,61,79,1) 100%);
    margin-bottom: 0;
    padding-left: 23px;
    position: relative;
}

.post-object a.cta:before {
    width: 12px;
    height: 12px;
    position: absolute;
    left: 5px;
    top: calc(50% - 6px);
    content: "";
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
}

.post-object a.cta:hover {
    background: linear-gradient(180deg, #1d92ff 0%, #52a6ff 100%);
    color: var(--bg-primary);
}

.post-object a.cta:after {
    content: "Ad";
    font-weight: normal;
    color: var(--light-text);
    font-size: 8px;
    position: absolute;
    top: 5px;
    right: -14px;
}

.post-object a.more-link:hover {
    background: var(--brand);
    border-color: var(--brand);
    color: var(--bg-primary);
}

.post-object .logo {
    width: 50px;
    height: 50px;
    display: block;
    border: 1px var(--border) solid;
    border-radius: 100%;
    box-shadow: var(--circle-shadow);
}

.post-object h4,
.post-object .object-title {
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.25s ease;
}

h4.pct {
    font-weight: bold;
}

h4.pct .green {
    color: var(--green);
}

h4.pct .red {
    color: var(--red);
}

h4.pct a {
    color: var(--dark-text);
    transition: all 0.25s ease;
}

.post-object h4:hover,
.post-object h4 a:hover {
    color: var(--brand);
}

.post-object .meta {
    color: var(--light-text);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-weight: 400;
    line-height: var(--header-line-height);
}

.post-object .title {
    display: grid;
    gap: 6px;
    align-content: center;
}

.post-object.person .title {
    overflow-x: visible;
}

.post-object .meta img {
    width: 12px;
    height: 12px;
    position: absolute;
    left: -19px;
    top: 19px;
    border-radius: 100%;
    box-shadow: 0 0 0 1px var(--bg-primary);
}

.post-object .meta br {
    display: none;
}

.post-object.coin .content > div,
.post-object.coin a > div {
    display: grid;
    align-content: center;
    gap: 4px;
}

.post-object.coin .content .left,
.post-object.coin .coin-info .left {
    display: flex;
    gap: 10px;
}

.post-object.coin .content .right {
    margin-left: auto;
}

.post-object.coin {
    counter-increment: step-counter;
}

.post-object.coin .number-order {
    background: #ededf4;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-weight: bold;
    left: 0;
    top: 0;
    border-radius: var(--border-radius);
    font-size: 14px;
    z-index: 2;
}

.post-object.coin .number-order:before {
    content: counter(step-counter);
}

.post-object .right h4,
.post-object .right .meta {
    text-align: right;
}

.post-object .social {
    display: flex;
    gap: 8px;
}

.post-object .social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    opacity: 1.0;
    border: 1px var(--border) solid;
    color: var(--light-text);
    position: relative;
    border-radius: 14px;
    text-align: center;
    font-size: 10px;
    transition: color 0.25s ease, border-color 0.25s ease;
}

.post-object .social a:hover {
    color: var(--brand);
    border-color: var(--brand);
}
