/* Daily Random Post Frontend Styles */
.drp-daily-post {
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    text-align: center;
}
.drp-post-image {
    margin-bottom: 15px;
}
.drp-featured-image {
    max-width: 60%;
    height: auto;
    border-radius: 5px;
}
.drp-daily-post h3 {
    margin: 0;
    font-size: 1.5em;
}
.drp-daily-post a {
    text-decoration: none;
    color: #0073aa;
}
.drp-daily-post a:hover {
    text-decoration: underline;
}