.action-box-card-2e4bbea5 {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 16px;
    border: 1px solid #E5E7EB;
    padding: 20px;
    transition: all 0.3s ease;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
.action-box-card-2e4bbea5:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.08);
}
.action-box-card-2e4bbea5 .abc-icon-wrap {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    border: 1px solid #E5E7EB;
    background-color: #ffffff;
    color: #111827;
    overflow: hidden;
}
.action-box-card-2e4bbea5 .abc-icon-wrap svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}
.action-box-card-2e4bbea5 .abc-icon-wrap i {
    font-size: 24px;
}
.action-box-card-2e4bbea5 .abc-icon-wrap img {
    max-width: 100%;
    height: auto;
    display: block;
}
.action-box-card-2e4bbea5 .abc-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex-grow: 1;
}
.action-box-card-2e4bbea5 .abc-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #111827;
}
.action-box-card-2e4bbea5 .abc-subtitle {
    margin: 0;
    font-size: 14px;
    color: #6B7280;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .action-box-card-2e4bbea5 {
        flex-direction: column;
        align-items: flex-start;
        padding: 16px;
    }
    .action-box-card-2e4bbea5 .abc-icon-wrap {
        margin-bottom: 12px;
        margin-right: 0;
    }
}