.has-text-align-left.ai-tools-title.wp-block-post-title {
  margin-left: -1.5rem;
}



      


.responsible-ai-notice.is-specific-warning {
    background-color: #fef2f2 !important; /* Light Red */
    border: 1px solid #fecaca !important;
    border-left: 8px solid #ef4444 !important; /* Stronger Red accent */
    border-radius: 8px !important;
    padding: 15px 20px !important;
    margin: 2rem 0 !important;
		font-size: 0.95rem;
    line-height: 1.6;
    color: #5b616b;
}
.is-specific-warning h4 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    color: #b91c1c; /* Dark Red */
    display: flex;
    align-items: center;
    gap: 10px;
		font-size: 1.25rem;
		font-weight: 700;
}
.is-specific-warning p {
    margin: 0;
    color: #4d4d4d;
}


.responsible-ai-use-notice {
    background-color: #fffbdd; /* A light, cautionary yellow */
    border: 1px solid #ffde7a;
    border-left: 8px solid #f9c642; /* A stronger yellow accent */
    border-radius: 8px;
    padding: 15px 20px;
    margin: 2rem 0;
		font-size: 0.95rem;
    line-height: 1.6;
    color: #5b616b;
}
.responsible-ai-use-notice h4 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    color: #4d4d4d;
    display: flex;
    align-items: center;
    gap: 10px;
		font-size: 1.25rem;
		font-weight: 700;
}