.gp-pricing-shell {
    max-width: 900px;
}

.gp-plan-card {
    max-width: 350px;
    min-height: 100%;
    border-radius: 10px !important;
    transition:
            transform 0.24s ease,
            box-shadow 0.24s ease,
            border-color 0.24s ease;
}

.gp-plan-card:hover {
    transform: translateY(-4px);
}

.gp-plan-card-current {
    transform: translateY(-6px);
    box-shadow: 0 20px 42px rgba(22, 34, 55, 0.16) !important;
    border-color: rgba(241, 178, 77, 0.26) !important;
}

.gp-plan-card-body {
    padding: 1.35rem 1.1rem 1.25rem !important;
}

.gp-plan-logo-wrap {
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
}

.gp-plan-logo-wrap img {
    max-width: 150px;
    height: auto;
}

.gp-plan-title {
    color: #1f2d44;
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1.35;
}

.gp-plan-price-label {
    color: #6f8097;
    font-style: italic;
    font-weight: 500;
}

.gp-plan-table {
    width: 100%;
    margin-bottom: 1rem;
    border-color: rgba(43, 61, 91, 0.10) !important;
    overflow: hidden;
    border-radius: 8px;
}

.gp-plan-table > :not(caption) > * > * {
    padding: 0.55rem 0.7rem !important;
    vertical-align: middle;
    background: rgba(255, 255, 255, 0.55);
    border-color: rgba(43, 61, 91, 0.10) !important;
}

.gp-plan-table-key {
    text-align: left;
    color: #4d5f77 !important;
    font-weight: 600;
    width: 40%;
}

.gp-plan-table-value {
    text-align: left;
    color: #1f2d44 !important;
    font-weight: 500;
}

.gp-plan-btn {
    min-width: 180px;
    width: 100%;
    margin-top: auto;
}

.gp-plan-btn-current {
    opacity: 0.88;
}

.gp-pricing-explainer-card {
    max-width: 100%;
    margin: 20px auto;
}

.gp-pricing-explainer-title {
    color: #1f2d44;
    font-size: 1.05rem;
    font-weight: 700;
    font-style: italic;
}

.gp-pricing-explainer-list {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.gp-pricing-explainer-item {
    color: #6f8097;
    font-style: italic;
    line-height: 1.7;
    margin-bottom: 0.25rem;
}

.gp-pricing-explainer-item strong {
    color: #1f2d44;
    font-style: normal;
}

@media (max-width: 767.98px) {
    .gp-plan-card {
        max-width: 100%;
    }

    .gp-plan-title {
        font-size: 1rem;
    }

    .gp-plan-btn {
        min-width: 0;
    }
}
.gp-plan-table {
    width: 100%;
    table-layout: fixed;
}

.gp-plan-table td {
    white-space: normal;
    word-break: break-word;
}

.gp-plan-card {
    overflow: hidden;
}