/**
 * Our plugin-wide CSS file.
 *
 * @package WordPress
 * @subpackage LXB Profiles
 * @since LXB Profiles 0.1
 */

        .lb-author-card {
            background: #ffffff;
            border-radius: 17px;
            box-shadow: 0 10px 30px rgba(15,23,42,0.08);
            overflow: hidden;
            max-width: 525px;
            width: 100%;
        }

        .lb-author-header {
            padding: 27px 24px 18px;
            background: #fff;
        }

        .lb-author-eyebrow {
            font-size: 13px;
            font-weight: 700;
            letter-spacing: .09em;
            margin-bottom: 6px;
            color: #64748b;
        }

        .lb-author-title {
            font-size: 26px;
            font-weight: 400;
            margin: 9px 0 0;
        }

        .lb-author-list {
            list-style: none;
            margin: 0;
            padding: 5px 24px 10px 30px;
            display: flex;
            flex-direction: column;
            gap: 14px;
        }

        .lb-author-list li {
            position: relative;
            padding-left: 28px;
            font-size: 16px;
            line-height: 1.5;
        }

        .lb-author-list li::before {
            font-family: "FontAwesome";
            content: "\f00c";
            position: absolute;
            left: 0;
            top: 1px;
            font-weight: 700;
            color: #417BA4;
            background-color: #DBF3F4;
            border-radius: 60px;
            width: 20px;
            height: 20px;
            font-size: 11px;
            padding-top: 2px;
            padding-left: 5px;
        }

        .lb-author-support {
            padding: 0px 24px 8px;
            font-size: 14px;
            color: #64748b;
        }

        .pricing-title {
            text-align: center;
            margin-bottom: 20px;
        }

        .pricing-container {
            display: flex;
            gap: 16px;
            padding: 0 20px 30px;
            justify-content: center;
        }

        .pricing-card {
            position: relative;
            flex: 1;
            max-width: 240px;
            border-radius: 12px;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            background-color: #fff;
            border: 2px solid #e2e8f0;
        }

        .pricing-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 24px rgba(15,23,42,0.12);
        }

        .pricing-card-featured {
            border-color: #417BA4;
            background: linear-gradient(to bottom, #fdfbf9 0%, #ffffff 100%);
        }

        .pricing-card-featured:hover {
            box-shadow: 0 12px 32px rgba(65, 123, 164, 0.25);
        }

        .pricing-link {
            text-decoration: none;
            color: inherit;
            display: block;
        }

        .pricing-card-inner {
            padding: 20px 16px 18px;
        }

        .pricing-card-featured .pricing-card-inner {
            padding-top: 24px;
        }

        .pricing-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 14px;
        }

        .pricing-label {
            font-size: 13px;
            font-weight: 600;
            color: #1e293b;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            flex: 1;
            text-align: center;
        }

        .pricing-price {
            display: flex;
            align-items: baseline;
            margin-bottom: 8px;
            justify-content: center;
        }

        .price-currency {
            font-size: 24px;
            font-weight: 600;
            color: #417BA4;
            margin-right: 2px;
            align-self: flex-start;
        }

        .price-amount {
            font-size: 48px;
            font-weight: 700;
            line-height: 1;
            color: #1e293b;
            letter-spacing: -0.02em;
        }

        .price-period {
            font-size: 16px;
            color: #64748b;
            margin-left: 4px;
            font-weight: 500;
        }

        .pricing-total {
            text-align: center;
            font-size: 13px;
            color: #64748b;
            margin-bottom: 18px;
            min-height: 20px;
            font-weight: normal;
        }

        .pricing-card-featured .pricing-total {
            color: #417BA4;
        }

        .pricing-cta {
            background: #f1f5f9;
            color: #475569;
            padding: 12px 16px;
            border-radius: 8px;
            text-align: center;
            font-weight: 600;
            font-size: 14px;
            transition: all 0.2s;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            border: 2px solid transparent;
        }

        .pricing-card:hover .pricing-cta {
            background: #e2e8f0;
        }

        .pricing-cta-featured {
            background: #417BA4;
            color: white;
        }

        .pricing-card-featured:hover .pricing-cta-featured {
            background: #2c5a7a;
            transform: scale(1.02);
        }

        .pricing-cta i {
            font-size: 12px;
            transition: transform 0.2s;
        }

        .pricing-card:hover .pricing-cta i {
            transform: translateX(4px);
        }

        .lb-author-footer {
            border-top: 1px solid #eeeae7;
            padding: 18px 24px 27px;
            text-align: center;
            background-color: #fdfbf9;
        }

        .lb-author-firms-title {
            font-weight: 600;
            margin-bottom: 6px;
            font-size: 16px;
        }

        .lb-author-footer p {
            margin: 0 0 10px;
            font-size: 15px;
            color: #7e7b7a;
        }

        .lb-author-contact {
            position: relative;
            padding-left: 22px;
            font-size: 17px;
            text-decoration: none;
            font-weight: 400;
            color: #417BA4;
            display: inline-block;
            transition: color 0.2s;
        }

        .lb-author-contact:hover {
            color: #2c5a7a;
        }

        .lb-author-contact::before {
            font-family: "FontAwesome";
            content: "\f2b7";
            font-weight: 400;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            font-size: 17px;
            color: currentColor;
        }

        @media (max-width: 540px) {
            body {
                padding: 16px 10px;
            }

            .lb-author-title {
                font-size: 20px;
            }

            .lb-author-header {
                padding: 20px 16px 14px;
            }

            .lb-author-list {
                padding: 5px 16px 10px 22px;
                font-size: 15px;
            }

            .lb-author-support {
                padding: 0px 16px 8px;
                font-size: 13px;
            }

            .pricing-container {
                flex-direction: column;
                gap: 16px;
                padding: 0 16px 24px;
            }

            .pricing-card {
                max-width: 100%;
            }

            .pricing-card-inner {
                padding: 18px 14px 16px;
            }

            .pricing-card-featured .pricing-card-inner {
                padding-top: 18px;
            }

            .price-amount {
                font-size: 40px;
            }

            .price-currency {
                font-size: 22px;
            }

            .price-period {
                font-size: 15px;
            }

            .pricing-total {
                font-size: 12px;
                margin-bottom: 16px;
            }

            .pricing-cta {
                padding: 11px 14px;
                font-size: 13px;
            }

            .lb-author-footer {
                padding: 16px 16px 24px;
            }

            .lb-author-footer p {
                font-size: 14px;
            }
        }