/* Post Meta Info Widget Styles */

.post-meta-info {
    display: block;
}

.post-meta-date,
.post-meta-author {
    display: block;
    line-height: 1.6;
}

.post-meta-author {
    margin-top: 5px;
}

.post-meta-date .date-prefix,
.post-meta-author .author-prefix {
    display: inline;
}

.post-meta-date .date-value,
.post-meta-author .author-name {
    display: inline;
}

.post-meta-author .author-name a {
    text-decoration: none;
    transition: color 0.3s ease;
}

.post-meta-author .author-name a:hover {
    text-decoration: underline;
}

/* Elementor Editor Warning */
.elementor-alert {
    padding: 15px;
    margin-bottom: 20px;
    border-left: 4px solid #ffb900;
    background-color: #fff6d5;
    color: #856404;
}

.elementor-alert-warning {
    border-left-color: #ffb900;
}
