/* ─────────────────────────────────────────
   Template Link Widget — Frontend Styles
   ───────────────────────────────────────── */

.tlw-wrapper {
    width: 100%;
}

.tlw-link-wrapper {
    display: block;
    margin-bottom: 10px;
}

.tlw-link {
    display: inline-block;
    text-decoration: none;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.tlw-link:hover {
    text-decoration: underline;
}

.tlw-template-content {
    width: 100%;
}

/* Editor notices */
.tlw-editor-notice {
    padding: 14px 16px;
    background: #f0f4ff;
    border: 1px dashed #a0b4f0;
    border-radius: 4px;
    font-size: 13px;
    color: #444;
    text-align: center;
}

.tlw-notice-warning {
    background: #fff8e5;
    border-color: #f0c040;
    color: #7a5800;
}
