.arcurator-intern-profile {
    background: #ffffff;
    border-radius: 14px;
    padding: 18px 20px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.arcurator-intern-profile:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.arcurator-intern-profile table {
    width: 100%;
    border-collapse: collapse;
}

.arcurator-intern-profile tr {
    border-bottom: 1px solid #f1f1f1;
}

.arcurator-intern-profile tr:last-child {
    border-bottom: none;
}

.arcurator-intern-profile td {
    padding: 10px 0;
    vertical-align: top;
}

.arcurator-intern-profile td:first-child {
    color: #777;
    font-size: 13px;
    font-weight: 500;
    width: 45%;
}

.arcurator-intern-profile td:last-child {
    color: #222;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
}
.profile-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #333;
}