/* Style 1 - Dotted Border - Enhanced for clicks */
.related-post.rp-style-style-1 {
    margin: 20px 0 !important;
    padding: 12px 15px !important;
    background: #f9f9f9 !important;
    display: block !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    border: 3px dotted #d32f2f !important; border-radius: 6px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
}

.related-post.rp-style-style-1:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
    transform: translateY(-2px) !important;
    border-color: #b71c1c !important;
}

.related-post.rp-style-style-1 h6 {
    margin: 0 0 8px 0 !important;
    padding: 0 !important;
    color: #d32f2f !important;
    font-size: 15px !important;
    font-weight: bold !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    line-height: 1.2 !important;
}

.related-post.rp-style-style-1 .related-post-link {
    display: block !important;
    text-decoration: none !important;
    color: #000000 !important;
    font-size: 1em !important;
    line-height: 1.5 !important;
    font-weight: bold !important;
    padding: 0 !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
}

.related-post.rp-style-style-1 .related-post-link:hover {
    color: #b71c1c !important;
    text-decoration: underline !important;
    transform: translateX(5px) !important;
}

.related-post.rp-style-style-1 .related-post-link span {
    display: inline !important;
    text-decoration: underline !important;
    text-underline-offset: 2px !important;
    transition: all 0.3s ease !important;
}

.related-post.rp-style-style-1 .related-post-link:hover span {
    color: #b71c1c !important;
    text-decoration-thickness: 2px !important;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .related-post.rp-style-style-1 {
        margin: 20px 0 !important;
        padding: 15px !important;
    }
    
    .related-post.rp-style-style-1 h6 {
        font-size: 14px !important;
        margin-bottom: 10px !important;
    }
    
    .related-post.rp-style-style-1 .related-post-link {
        font-size: 1em !important;
    }
}
