.yp-container {
            /* background-color: #f8f9fa; */
            padding: 2rem;
            /* border-radius: 10px; */
            /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
        }
        .yp-card {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border: none;
            /* border-radius: 8px; */
            background-color: #fff;
            box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
        }
        .yp-card:hover {
            transform: translateY(-5px);
        }
        
        .yp-card-title{
            font-size: 1.25rem;
            color: #083473;
            font-weight: 700;
            border-bottom: #083473 1px solid;
            padding: .5rem 0;
            margin-bottom: 1rem;
        }
        .yp-card-title a {
            color: #083473;
            text-decoration: none;
            font-weight: 600;
        }
        .yp-card-title a:hover {
            color: #1a5b9d;
            text-decoration: underline;
        }
        .yp-btn-primary {
            background-color: #083473;
            border-color: #083473;
            padding: 0.5rem 1.5rem;
            font-weight: 500;
            transition: background-color 0.3s ease;
        }
        .yp-btn-primary:hover {
            background-color: #1a5b9d;
            border-color: #1a5b9d;
        }
        .yp-btn-outline-primary {
            border-color: #083473;
            color: #083473;
            font-weight: 500;
            transition: all 0.3s ease;
        }
        .yp-btn-outline-primary:hover {
            background-color: #083473;
            color: #fff !important;
        }
        .yp-letter-btn {
            min-width: 45px;
            text-align: center;
            margin: 0.25rem;
            border: #083473 1px solid !important;
        }
        .yp-header {
            color: #083473;
            font-weight: 700;
            margin-bottom: 1.5rem;
            padding: 1rem;
            border-bottom: #083473 1px solid;
        }
        .yp-info {
            color: #555;
            font-size: 0.95rem;
        }
        .yp-container a{
            color: #000 !important;
        }
        .yp-container a.yp-back-btn {
            margin-top: 1.5rem;
            display: inline-block;
            background-color: #083473 !important;
            color: #fff !important;
        }
        .yp-btn-outline-primary.active, .active>.page-link{
            background-color: #083473 !important;
            color: #fff !important;
        }

        .card-body p{
            margin-bottom: 1rem !important;
        }