body {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f5f5f5;
}

.archive-header {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #e0e0e0;
    color: #333;
    padding: 0 0 10px 0;
    margin-bottom: 20px;
    border-radius: 0;
    font-size: 1.25em;
    font-weight: 500;
    font-style: normal;
}


.gplus-post {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin-bottom: 20px;
}

header {
    margin-bottom: 1em;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.post-date {
    font-weight: bold;
    color: #555;
    margin: 0;
}

.post-visibility {
    font-size: 0.85em;
    color: #777;
    margin: 0;
}

.post-body {
    margin-top: 1em;
}

.main-content {
    font-size: 1.1em;
    margin-bottom: 20px;
}

.album,
.media {
    margin-top: 15px;
}

img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.comments {
    margin-top: 30px;
    border-top: 2px solid #e0e0e0;
    padding-top: 20px;
    background-color: #fafafa;
    padding: 20px;
    border-radius: 4px;
}

.comment {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ccc;
}

.comment:last-child {
    border-bottom: none;
}

.comment .author {
    font-weight: bold;
    color: #444;
    /* Darker, less link-like since we strip links */
    text-decoration: none;
}

.comment .time {
    font-size: 0.8em;
    color: #888;
}

.comment-content {
    margin-top: 5px;
    color: #444;
}

/* Reshare Styling */
.reshare {
    margin: 20px 0;
    padding: 15px;
    background-color: #f9f9f9;
    border-left: 4px solid #4285f4;
    /* G+ Blue */
    border-radius: 0 4px 4px 0;
}

.reshare-attribution {
    display: block;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #4285f4;
    font-size: 0.9em;
}

/* Link Embed Styling */
.link-embed,
.link-embed-wrapper {
    margin: 20px 0;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    background-color: #fff;
    transition: box-shadow 0.2s ease;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    text-decoration: none;
    color: inherit;
}

.link-embed:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.link-embed h3 {
    margin: 0;
    font-size: 1.1em;
    color: #1a0dab;
    flex: 1;
}

.link-embed img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    background-color: #f8f9fa;
    padding: 5px;
    border-radius: 4px;
}

/* Index Table Styling */
.index-container {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    margin-top: 20px;
}

.index-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.index-table th,
.index-table td {
    text-align: left;
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
}

.index-table th {
    background-color: #f8f9fa;
    font-weight: bold;
    color: #555;
    text-transform: uppercase;
    font-size: 0.85em;
    letter-spacing: 0.05em;
}

.index-table tr:nth-child(even) {
    background-color: #fafafa;
}

.index-table tr:hover {
    background-color: #f1f1f1;
}

.date-col {
    white-space: nowrap;
    color: #777;
    font-family: monospace;
    width: 120px;
}

.title-col a {
    color: #1a0dab;
    text-decoration: none;
}

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