/* Damepo RSS Links */

.damepo-rss-wrap {
    margin: 1.5em 0;
    padding: 1em 1.25em;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background: #fafafa;
    font-size: 0.95em;
}

.damepo-rss-title {
    margin: 0 0 0.75em;
    font-size: 1em;
    font-weight: bold;
    color: #333;
    border-bottom: 2px solid #d9534f;
    padding-bottom: 0.4em;
}

.damepo-rss-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.damepo-rss-item {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 0.75em;
    padding: 0.5em 0;
    border-bottom: 1px solid #ebebeb;
}

.damepo-rss-item:last-child {
    border-bottom: none;
}

.damepo-rss-item a {
    color: #1a73e8;
    text-decoration: none;
    flex: 1;
    line-height: 1.4;
    word-break: break-all;
}

.damepo-rss-item a:hover {
    text-decoration: underline;
    color: #d9534f;
}

.damepo-rss-date {
    white-space: nowrap;
    font-size: 0.8em;
    color: #888;
    flex-shrink: 0;
}

.damepo-rss-source {
    margin: 0.75em 0 0;
    font-size: 0.8em;
    text-align: right;
    color: #aaa;
}

.damepo-rss-source a {
    color: #aaa;
    text-decoration: none;
}

.damepo-rss-source a:hover {
    text-decoration: underline;
}

.damepo-rss-error {
    color: #c0392b;
    font-size: 0.9em;
}
