 
        .edvdo-career-expert-divider {
            border-bottom: 3px solid #eee;
            margin: 10px 0;
        }
        .edvdo-career-expert-container {
            background: #fff;
            padding: 30px;
            margin: 0 auto;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0,0,0,0.05);
        }
        .edvdo-career-expert-header {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 30px;
        }
        .edvdo-career-expert-image {
            width: 60px;
            height: 60px !important; 
            border-radius: 50% !important;
            object-fit: cover;
        }
        .edvdo-career-expert-section {
            margin-bottom: 30px;
        }
        .edvdo-career-expert-section h3 {
            margin-bottom: 15px;
            border-bottom: 1px solid #eee;
            padding-bottom: 5px;
        }
        .edvdo-career-expert-row {
            display: flex;
            justify-content: space-between;
            margin-bottom: 15px;
            flex-wrap: wrap;
        }
        .edvdo-career-expert-row > div {
            width: 48%;
            padding: 10px 15px;
            border-radius: 4px;
            box-sizing: border-box;
            margin-bottom: 10px;
        }
        .edvdo-career-expert-button {
            background: #e5ebf5;
            border: none;
            padding: 10px 15px;
            border-radius: 6px;
            margin-right: 10px;
            cursor: pointer;
            transition: background 0.3s ease;
        }
        .edvdo-career-expert-button:hover {
            background: #d4dcee;
        }
        .edvdo-career-expert-section.support a {
            color: #3366cc;
            text-decoration: none;
        }
        input.edit-phone,
        input.edit-fname,
        input.edit-lname,
        textarea.edit-summary {
            border: none;
            border-bottom: 1px solid #ccc;
            background: transparent;
            padding: 4px 2px;
            font-size: 14px;
            width: 100%;
            outline: none;
            box-shadow: none;
            border-radius: 0;
        }
        .edvdo-career-expert-image-input {
            display: none;
        }
    





@media screen and (min-width: 481px) and (max-width: 1024px){

 
        .edvdo-career-expert-divider {
            border-bottom: 3px solid #eee;
            margin: 10px 0;
        }
        .edvdo-career-expert-container {
            background: #fff;
            padding: 30px;
            margin: 0 auto;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0,0,0,0.05);
        }
        .edvdo-career-expert-header {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 30px;
        }
        .edvdo-career-expert-image {
            width: 60px;
            height: 60px !important; 
            border-radius: 50% !important;
            object-fit: cover;
        }
        .edvdo-career-expert-section {
            margin-bottom: 30px;
        }
        .edvdo-career-expert-section h3 {
            margin-bottom: 15px;
            border-bottom: 1px solid #eee;
            padding-bottom: 5px;
        }
        .edvdo-career-expert-row {
            display: flex;
            justify-content: space-between;
            margin-bottom: 15px;
            flex-wrap: wrap;
        }
        .edvdo-career-expert-row > div {
            width: 48%;
            padding: 10px 15px;
            border-radius: 4px;
            box-sizing: border-box;
            margin-bottom: 10px;
        }
        .edvdo-career-expert-button {
            background: #e5ebf5;
            border: none;
            padding: 10px 15px;
            border-radius: 6px;
            margin-right: 10px;
            cursor: pointer;
            transition: background 0.3s ease;
        }
        .edvdo-career-expert-button:hover {
            background: #d4dcee;
        }
        .edvdo-career-expert-section.support a {
            color: #3366cc;
            text-decoration: none;
        }
        input.edit-phone,
        input.edit-fname,
        input.edit-lname,
        textarea.edit-summary {
            border: none;
            border-bottom: 1px solid #ccc;
            background: transparent;
            padding: 4px 2px;
            font-size: 14px;
            width: 100%;
            outline: none;
            box-shadow: none;
            border-radius: 0;
        }
        .edvdo-career-expert-image-input {
            display: none;
        }
    
}

/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (min-width: 320px) and (max-width: 480px){

 
        .edvdo-career-expert-divider {
            border-bottom: 3px solid #eee;
            margin: 10px 0;
        }
        .edvdo-career-expert-container {
        width:100%;
            background: #fff;
            padding: 10px;
            margin: 0 auto;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0,0,0,0.05);
        }
        .edvdo-career-expert-header {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 30px;
        }
        .edvdo-career-expert-image {
            width: 60px;
            height: 60px !important; 
            border-radius: 50% !important;
            object-fit: cover;
        }
        .edvdo-career-expert-section {
            margin-bottom: 30px;
        }
        .edvdo-career-expert-section h3 {
            margin-bottom: 15px;
            border-bottom: 1px solid #eee;
            padding-bottom: 5px;
        }
        .edvdo-career-expert-row {
            display: block;
            justify-content: space-between;
            margin-bottom: 15px;
            flex-wrap: wrap;
        }
        .edvdo-career-expert-row > div {
            width: 100%;
            padding: 10px 15px;
            border-radius: 4px;
            box-sizing: border-box;
            margin-bottom: 10px;
        }
        .edvdo-career-expert-button {
            background: #e5ebf5;
            border: none;
            padding: 10px 15px;
            border-radius: 6px;
            margin-right: 10px;
            cursor: pointer;
            transition: background 0.3s ease;
        }
        .edvdo-career-expert-button:hover {
            background: #d4dcee;
        }
        .edvdo-career-expert-section.support a {
            color: #3366cc;
            text-decoration: none;
        }
        input.edit-phone,
        input.edit-fname,
        input.edit-lname,
        textarea.edit-summary {
            border: none;
            border-bottom: 1px solid #ccc;
            background: transparent;
            padding: 4px 2px;
            font-size: 14px;
            width: 100%;
            outline: none;
            box-shadow: none;
            border-radius: 0;
        }
        .edvdo-career-expert-image-input {
            display: none;
        }
    
}