.ic-72d4ed26-card {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

.ic-72d4ed26-image {
    width: 100%;
    height: 260px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    flex-shrink: 0;
    border-radius: 10px 10px 0 0;
}

.ic-72d4ed26-body {
    display: flex;
    flex-direction: column;
    padding: 24px;
}

.ic-72d4ed26-title {
    color: #1a1a2e;
    margin: 0 0 12px;
    line-height: 1.3;
}

.ic-72d4ed26-desc {
    color: #555555;
    line-height: 1.7;
    margin: 0 0 24px;
}

.ic-72d4ed26-btn-wrap {
    display: flex;
}

.ic-72d4ed26-btn {
    display: inline-block;
    background-color: #4f46e5;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 28px;
    border-radius: 6px;
    font-weight: 600;
    transition: background-color 0.2s ease, color 0.2s ease;
    cursor: pointer;
    line-height: 1;
}

.ic-72d4ed26-btn:hover {
    background-color: #3730a3;
    color: #ffffff;
}
