<a class="backoffice-action-card autoresponders-card" href="/autoresponders">
<div class="action-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 20h4l10.5-10.5a2.1 2.1 0 0 0-3-3L5 17v3z"></path>
<path d="M13.5 6.5l4 4"></path>
<path d="M4 20h16"></path>
</svg>
</div>
<div class="action-copy">
<strong>Edit Autoresponders</strong>
<span>Create, edit, and manage your follow-up emails, campaigns, and automated messages.</span>
</div>
</a>
<style>
.backoffice-action-card{
width:100%;
display:flex;
align-items:center;
gap:14px;
padding:18px;
border-radius:16px;
text-decoration:none;
transition:.2s ease;
font-family:Inter,Arial,sans-serif;
}
.backoffice-action-card:hover{
transform:translateY(-2px);
}
.autoresponders-card{
background:#eff6ff;
border:1px solid rgba(37,99,235,.35);
color:#111827;
}
.autoresponders-card:hover{
box-shadow:0 14px 28px rgba(37,99,235,.16);
}
.action-icon{
width:44px;
height:44px;
border-radius:14px;
display:grid;
place-items:center;
flex:none;
background:linear-gradient(135deg,#2563eb,#3b82f6);
color:#ffffff;
box-shadow:0 10px 22px rgba(37,99,235,.22);
}
.action-icon svg{
width:22px;
height:22px;
}
.action-copy{
flex:1;
}
.action-copy strong{
display:block;
font-size:15px;
font-weight:900;
color:#111827;
margin-bottom:5px;
}
.action-copy span{
display:block;
font-size:12px;
font-weight:700;
line-height:1.4;
color:#53627a;
}
@media(max-width:768px){
.backoffice-action-card{
padding:16px;
}
.action-copy strong{
font-size:14px;
}
.action-copy span{
font-size:11px;
}
}
</style>