.dreamy_tags_widget .dreamy-tags a {
    display: inline-block;
    margin: 4px;
    padding: 6px 12px;
    background: rgba(144, 238, 144, 0.1);
    color: #2e7d32 !important;
    border: 1px solid #a5d6a7;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    text-transform: capitalize;
}
.wp-block-dreamy-tags a {
  pointer-events: none;
  cursor: default;
  text-decoration: underline;
}
.dreamy_tags_widget .dreamy-tags a:hover {
    background: #a5d6a7;
    color: #ffffff !important;
    box-shadow: 0 0 15px rgba(165, 214, 167, 0.6);
    transform: translateY(-2px);
}

.dreamy_tags_widget .dreamy-tags a {
    line-height: 1.2;
}
.editor-styles-wrapper .dreamy-tags-block {
  padding: 8px;
  min-height: 32px;
}
.editor-styles-wrapper .dreamy-tags-preview a {
  pointer-events: none;
}