.lead-automator-card-essentials {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 24px;
    /* margin-bottom: 164px; */
}

.lead-automator-top {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
}

.lead-automator-icon {
    width: 48px;
    height: 48px;
}

.lead-automator-details {
    flex: 1;
    max-width: 480px;
}

.lead-automator-header-text {
    font-size: 24px;
    font-weight: 700;
    line-height: 150%; /* 36px */
    color:  #128292;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.lead-automator-subheader-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 150%; /* 27px */
    color: #3C4654;
    margin-top: 8px;
}

.lead-automator-trial-text {
    font-size: 18px;
    color: #F16722;
    font-weight: 500;
    margin-top: 8px;
}

.lead-automator-button-container {
    text-align: center;
    margin: 20px 0;
    margin-left: auto;
}

.lead-automator-add-btn {
    display: flex;
    height: 36px;
    padding: 0 14px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 50px;
    background:#F16722;
    color: #FFF;
    border: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.lead-automator-add-btn:hover {
    opacity: 1.2;
}

.lead-automator-remove-btn {
    display: inline-flex;
    height: 36px;
    padding: 0 14px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 50px;
    border: 1px solid #DFE1E4;
    background:#FFF;
    color: #F16722;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.lead-automator-remove-btn:hover {
    opacity: 1.2;
}

.lead-automator-divider {
    height: 1px;
    background: #e0e0e0;
    margin: 20px 0;
}

.lead-automator-skiptrace-info {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
    padding: 12px 16px;
    background: #E8EBFC;
    border-radius: 4px;
}

.lead-automator-skiptrace-header {
    font-size: 18px;
    font-weight: 700;
    line-height: 150%; /* 27px */
    color:  #535FB1;
}

.lead-automator-skiptrace-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    color:  #3C4654;
}

.lead-automator-details-list {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    color: #3C4654;
}

.lead-automator-details-text {
    font-weight: 700;
    color: #3C4654;
}

.lead-automator-details-list img {
    height: 24px;
    width: 24px;
    flex-shrink: 0;
}

/* Pro/Elite Card Styles */
.lead-automator-card-proelite{
    box-sizing: border-box;
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 207px;
}

.lead-automator-congrats-img{
    height: 233px;
    width: 297px;
}

.lead-automator-congrats-header-text{
    font-size: 24px;
    font-weight: 700;
    line-height: 150%; /* 36px */
    color: #3C4654;
}

.lead-automator-congrats-text{
    font-size: 24px;
    font-weight: 600;
    line-height: 150%; /* 36px */
    color: #3C4654;
}

.lead-automator-plan-free{
    font-weight: 700;
    color: #F16722;
}

.lead-automator-congrats-description{
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%; /* 27px */
    color: #808894;
}


