/**
 * Simple Related Posts - Frontend Styles
 */

.srp-wrap {
    margin: 2em 0 1em;
    padding: 1.5em 0 0;
    border-top: 1px solid #e0e0e0;
}

.srp-heading {
    margin: 0 0 0.8em;
    padding: 0;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.3;
}

.srp-list {
    margin: 0;
    padding: 0;
}

.srp-item {
    display: flex;
    align-items: center;
    gap: 0.5em;
    margin: 0;
    padding: 0.15em 0;
    line-height: 1.4;
}

.srp-thumb {
    flex-shrink: 0;
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 4px;
}

.srp-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.srp-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

a.srp-title {
    font-weight: 600;
    font-size: 1em;
    line-height: 1.4;
    text-decoration: none;
}

a.srp-title:hover {
    text-decoration: underline;
}

.srp-number {
    flex-shrink: 0;
    font-weight: 600;
    color: #555;
    min-width: 1.5em;
}

.srp-date {
    display: block;
    margin-top: 0.2em;
    font-size: 0.85em;
    color: #777;
}

.srp-none {
    color: #777;
    font-style: italic;
}
