/* 🌟 MT Latest Content Widget Styling */
.mt-latest-content {
    background: #f9fbfd;
    border: 1px solid #e1e5eb;
    border-radius: 10px;
    padding: 20px;
    margin: 15px 0;
    font-family: 'Segoe UI', Roboto, sans-serif;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: all 0.3s ease-in-out;
}

.mt-latest-content:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    transform: translateY(-2px);
}

.mt-latest-content p {
    margin: 10px 0;
    line-height: 1.6;
    color: #333;
    font-size: 15px;
}

.mt-latest-content strong {
    color: #1d4ed8; /* blue highlight */
}

.mt-content-text {
    padding: 10px 15px;
    background: #eef2f7;
    border-left: 4px solid #2563eb;
    border-radius: 6px;
    margin: 12px 0;
    font-size: 14px;
    color: #444;
}

.mt-created-at {
    font-size: 13px;
    color: #666;
    text-align: right;
    margin-top: 10px;
}

.mt-signature {
    margin-top: 15px;
    padding-top: 12px;
    border-top: 1px solid #ddd;
    font-size: 14px;
    color: #555;
    text-align: center;
    font-style: italic;
}

.mt-signature strong {
    color: #0f766e;
}

.mt-signature span {
    font-weight: bold;
    color: #dc2626;
}
