.jb-suite-app-card {
    border: 1px solid #e5e1d9;
    border-radius: 12px;
    padding: 14px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: flex-start;
}

.jb-suite-app-card h3 {
    margin: 0 0 6px;
    font-size: 16px;
    text-transform: capitalize;
}

.jb-suite-app-meta {
    display: flex;
    gap: 12px;
    color: #6b7280;
    font-size: 13px;
    flex-wrap: wrap;
}

.jb-suite-app-meta span {
    position: relative;
    padding-right: 10px;
    text-transform: capitalize;
}

.jb-suite-app-meta span::after {
    content: "•";
    position: absolute;
    right: 0;
    top: 0;
    color: #9ca3af;
}

.jb-suite-app-meta span:last-child {
    padding-right: 0;
}

.jb-suite-app-meta span:last-child::after {
    content: "";
}

.jb-suite-app-meta-expiration {
    color: #b91c1c;
    font-weight: 600;
}

.jb-suite-billing-actions {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}

.jb-suite-billing-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 8px;
    background: #1d4ed8;
    color: #fff;
    text-decoration: none;
    border: 1px solid transparent;
    font-size: 14px;
}

.jb-suite-billing-button.jb-suite-billing-outline {
    background: transparent;
    color: #1d4ed8;
    border-color: #1d4ed8;
}

.jb-suite-billing-button.jb-suite-billing-danger {
    background: #b91c1c;
    border-color: #b91c1c;
    color: #fff;
}

.jb-suite-billing-button.jb-suite-billing-danger:hover,
.jb-suite-billing-button.jb-suite-billing-danger:focus {
    background: #991b1b;
    border-color: #991b1b;
    color: #fff;
}

.jb-suite-clearable-field {
    position: relative;
}

.jb-suite-input-clear-wrap {
    display: block;
    width: 100%;
}

.jb-suite-clearable-field input {
    padding-right: 36px;
}

.jb-suite-input-clear {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #8a8f98;
    font-size: 18px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    z-index: 3;
    pointer-events: auto;
}

.jb-suite-input-clear:hover,
.jb-suite-input-clear:focus {
    color: #1f2937;
}

.jb-suite-input-clear[hidden] {
    display: none !important;
}
