/**
 * Frontend styles for RodentsInfo AI Auto-Publisher articles
 */
.rip-video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 30px auto;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.rip-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.rip-body-image {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 30px auto;
    display: block;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.rip-key-takeaways {
    background: #f8fafc;
    border-left: 5px solid #0284c7;
    padding: 20px;
    margin: 25px 0;
    border-radius: 4px 12px 12px 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.rip-key-takeaways h4 {
    margin-top: 0;
    margin-bottom: 12px;
    color: #0f172a;
    font-size: 1.15em;
    display: flex;
    align-items: center;
    gap: 8px;
}

.rip-key-takeaways ul {
    margin: 0;
    padding-left: 20px;
}

.rip-key-takeaways li {
    margin-bottom: 8px;
    color: #475569;
    font-size: 0.98em;
}

.rip-key-takeaways li:last-child {
    margin-bottom: 0;
}
